We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf8b53 commit 9c1c442Copy full SHA for 9c1c442
generateAbi.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
3
-cast interface AsyncCSMM --json | sed -e '1s/^/export const AsyncCSMMAbi = /' -e '$a\'$'\n'' as const;' > ./packages/indexer/abis/AsyncCSMM.ts
+cast interface AsyncSwapCSMM --json | sed -e '1s/^/export const AsyncSwapCSMMAbi = /' -e '$a\'$'\n'' as const;' > ./packages/indexer/abis/AsyncSwapCSMM.ts
4
5
cast interface Router --json | sed -e '1s/^/export const RouterAbi = /' -e '$a\'$'\n'' as const;' > ./packages/indexer/abis/Router.ts
0 commit comments