mint & burn streamlining
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user