Skip to content

Commit

Permalink
fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jiexi committed Oct 17, 2024
1 parent 633485c commit afb2e2c
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions packages/multichain/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<<<<<<< HEAD
export {
getEthAccounts,
setEthAccounts,
Expand All @@ -11,9 +10,7 @@ export {
} from './adapters/caip-permission-adapter-permittedChains';

export type { Caip25Authorization } from './scope/authorization';
export {
validateAndNormalizeScopes,
} from './scope/authorization';
export { validateAndNormalizeScopes } from './scope/authorization';
export * from './scope/types';
export {
isSupportedScopeString,
Expand All @@ -38,15 +35,3 @@ export {
Caip25CaveatMutatorFactories,
removeScope,
} from './caip25Permission';
||||||| 8fb04fc2
=======
/**
* Example function that returns a greeting for the given name.
*
* @param name - The name to greet.
* @returns The greeting.
*/
export default function greeter(name: string): string {
return `Hello, ${name}!`;
}
>>>>>>> initialize-caip-multichain

0 comments on commit afb2e2c

Please sign in to comment.