Liquidity Party adapter
This commit is contained in:
11
substreams/ethereum-liquidityparty/bin/generate_abi
Executable file
11
substreams/ethereum-liquidityparty/bin/generate_abi
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
LMSR_HOME=../../../lmsr-amm
|
||||
CHAIN_ID=11155111
|
||||
abi() {
|
||||
jq '.abi' $LMSR_HOME/deployment/$CHAIN_ID/v1/out/$1.sol/$1.json > abi/$2.abi.json
|
||||
echo abi/$2.abi.json
|
||||
}
|
||||
|
||||
abi PartyPlanner party_planner
|
||||
abi PartyPool party_pool
|
||||
abi PartyInfo party_info
|
||||
Reference in New Issue
Block a user