rename to PartyInfo; README fees
This commit is contained in:
@@ -65,7 +65,7 @@ token() {
|
||||
}
|
||||
|
||||
PARTY_PLANNER=$(contract PartyPlanner)
|
||||
PARTY_POOL_VIEWER=$(contract PartyPoolViewer)
|
||||
PARTY_INFO=$(contract PartyInfo)
|
||||
PARTY_POOL_MINT_IMPL=$(contract PartyPoolMintImpl)
|
||||
PARTY_POOL_SWAP_IMPL=$(contract PartyPoolSwapImpl)
|
||||
PARTY_POOL_DEPLOYER=$(contract PartyPoolDeployer)
|
||||
@@ -85,7 +85,7 @@ cp -r out $OUT/
|
||||
jq -n \
|
||||
--arg chainId "$CHAINID" \
|
||||
--arg partyPlanner "$PARTY_PLANNER" \
|
||||
--arg partyPoolViewer "$PARTY_POOL_VIEWER" \
|
||||
--arg partyInfo "$PARTY_INFO" \
|
||||
--arg partyPoolMintImpl "$PARTY_POOL_MINT_IMPL" \
|
||||
--arg partyPoolSwapImpl "$PARTY_POOL_SWAP_IMPL" \
|
||||
--arg partyPoolDeployer "$PARTY_POOL_DEPLOYER" \
|
||||
@@ -99,7 +99,7 @@ jq -n \
|
||||
{
|
||||
v1: {
|
||||
PartyPlanner: $partyPlanner,
|
||||
PartyPoolViewer: $partyPoolViewer,
|
||||
PartyInfo: $partyInfo,
|
||||
PartyPoolMintImpl: $partyPoolMintImpl,
|
||||
PartyPoolSwapImpl: $partyPoolSwapImpl,
|
||||
PartyPoolDeployer: $partyPoolDeployer,
|
||||
@@ -116,7 +116,7 @@ jq -n \
|
||||
jq -n \
|
||||
--arg chainId "$CHAINID" \
|
||||
--arg partyPlanner "$PARTY_PLANNER" \
|
||||
--arg partyPoolViewer "$PARTY_POOL_VIEWER" \
|
||||
--arg partyInfo "$PARTY_INFO" \
|
||||
--arg partyPoolMintImpl "$PARTY_POOL_MINT_IMPL" \
|
||||
--arg partyPoolSwapImpl "$PARTY_POOL_SWAP_IMPL" \
|
||||
--arg partyPoolDeployer "$PARTY_POOL_DEPLOYER" \
|
||||
@@ -129,7 +129,7 @@ jq -n \
|
||||
'{($chainId): {
|
||||
v1: {
|
||||
PartyPlanner: $partyPlanner,
|
||||
PartyPoolViewer: $partyPoolViewer,
|
||||
PartyInfo.sol: $partyInfo,
|
||||
PartyPoolMintImpl: $partyPoolMintImpl,
|
||||
PartyPoolSwapImpl: $partyPoolSwapImpl,
|
||||
PartyPoolDeployer: $partyPoolDeployer,
|
||||
|
||||
Reference in New Issue
Block a user