Liquidity Party adapter

This commit is contained in:
tim
2025-12-10 15:53:45 -04:00
parent f0f2f20c3c
commit f1e602d414
21 changed files with 1589 additions and 321 deletions

View 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