Skip to content

Commit 1256485

Browse files
committed
publish ABIs
1 parent 7e94c6c commit 1256485

File tree

6 files changed

+2873
-0
lines changed

6 files changed

+2873
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
update-abis:
2+
jq '.abi' AxelarHandler/out/AxelarHandler.sol/AxelarHandler.json > abi/AxelarHandler.json
3+
jq '.abi' AxelarHandler/out/GoFastHandler.sol/GoFastHandler.json > abi/GoFastHandler.json
4+
jq '.abi' CCTPRelayer/out/CCTPRelayer.sol/CCTPRelayer.json > abi/CCTPRelayer.json
5+
jq '.abi' EurekaHandler/out/EurekaHandler.sol/EurekaHandler.json > abi/EurekaHandler.json
6+
jq '.abi' SwapRouter/out/SkipGoSwapRouter.sol/SkipGoSwapRouter.json > abi/SkipGoSwapRouter.json

0 commit comments

Comments
 (0)