Skip to content

Commit 5edf28e

Browse files
authored
Merge pull request #18 from asyncswap/mmsaki/asyncFiller-lib
Mmsaki/async filler lib
2 parents 8bf8b53 + d52f4c7 commit 5edf28e

File tree

10 files changed

+1340
-1298
lines changed

10 files changed

+1340
-1298
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)