Skip to content

Commit 9c1c442

Browse files
committed
fix interface script
1 parent 8bf8b53 commit 9c1c442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generateAbi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

3-
cast interface AsyncCSMM --json | sed -e '1s/^/export const AsyncCSMMAbi = /' -e '$a\'$'\n'' as const;' > ./packages/indexer/abis/AsyncCSMM.ts
3+
cast interface AsyncSwapCSMM --json | sed -e '1s/^/export const AsyncSwapCSMMAbi = /' -e '$a\'$'\n'' as const;' > ./packages/indexer/abis/AsyncSwapCSMM.ts
44

55
cast interface Router --json | sed -e '1s/^/export const RouterAbi = /' -e '$a\'$'\n'' as const;' > ./packages/indexer/abis/Router.ts

0 commit comments

Comments
 (0)