mint & burn streamlining

This commit is contained in:
tim
2025-12-01 17:05:05 -04:00
parent 6795886eab
commit c2dd33bfac
53 changed files with 111 additions and 110 deletions

View File

@@ -70,14 +70,15 @@ token() {
echo "$addr"
}
PARTY_POOL_MINT_IMPL=$(contract PartyPoolMintImpl)
PARTY_POOL_SWAP_IMPL=$(contract PartyPoolSwapImpl)
PARTY_INFO=$(contract PartyInfo)
PARTY_POOL_INIT_CODE=$(contractByIndex 3)
PARTY_POOL_INIT_CODE_BP=$(contractByIndex 4)
PARTY_PLANNER=$(contract PartyPlanner)
if [ "$1" == "broadcast" ] || [ "$1" == "record" ]; then
PARTY_POOL_MINT_IMPL=$(contract PartyPoolMintImpl)
PARTY_POOL_SWAP_IMPL=$(contract PartyPoolSwapImpl)
PARTY_INFO=$(contract PartyInfo)
PARTY_POOL_INIT_CODE=$(contractByIndex 3)
PARTY_POOL_INIT_CODE_BP=$(contractByIndex 4)
PARTY_PLANNER=$(contract PartyPlanner)
OUT=deployment/$CHAINID/v1
git rm -rf $OUT > /dev/null 2>&1
mkdir -p $OUT