File tree Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ import packageJson from '../package.json' with { type: 'json' }
114114import { privateKeyToAccount } from 'viem/accounts'
115115import appRegistryAbi from '@towns-protocol/generated/dev/abis/IAppRegistry.abi'
116116import { execute } from 'viem/experimental/erc7821'
117- import { getSmartAccountFromUserIdImpl } from './getSmartAccountFromUserId '
117+ import { getSmartAccountFromUserIdImpl } from './smart-account '
118118import type { BotIdentityConfig , BotIdentityMetadata , ERC8004Endpoint } from './identity-types'
119119import channelsFacetAbi from '@towns-protocol/generated/dev/abis/Channels.abi'
120120import rolesFacetAbi from '@towns-protocol/generated/dev/abis/Roles.abi'
Original file line number Diff line number Diff line change 22 * This file is generated by running 🏕️ scripts/generate_sdk_index.sh 🏕️ *
33 **************************************************************************/
44export * from './bot'
5- export { default as simpleAppAbi } from '@towns-protocol/generated/dev/abis/ISimpleApp.abi'
6- export { getSmartAccountFromUserId } from './getSmartAccountFromUserId'
7- export type {
8- BotIdentityConfig ,
9- BotIdentityMetadata ,
10- ERC8004Endpoint ,
11- ERC8004Registration ,
12- ERC8004TrustModel ,
13- } from './identity-types'
5+ export * from './identity-types'
6+ export * from './re-exports'
7+ export * from './smart-account'
8+ export * from './snapshot-getter'
Original file line number Diff line number Diff line change 1+ export { default as simpleAppAbi } from '@towns-protocol/generated/dev/abis/ISimpleApp.abi'
File renamed without changes.
You can’t perform that action at this time.
0 commit comments