Skip to content

Commit

Permalink
Deploy 1.2.1 to mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDeeKay committed Jul 10, 2024
1 parent 5fa871f commit 6bec4ff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions refs.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
},
"mainnet": {
"enterprise": {
"codeId": "3028"
"codeId": "3086"
},
"enterprise-factory": {
"codeId": "3026",
Expand All @@ -113,34 +113,34 @@
"codeId": "1318"
},
"enterprise-governance": {
"codeId": "3029"
"codeId": "3087"
},
"funds-distributor": {
"codeId": "3033"
"codeId": "3091"
},
"attestation": {
"codeId": "3027"
"codeId": "3085"
},
"denom-staking-membership": {
"codeId": "3035"
"codeId": "3093"
},
"enterprise-governance-controller": {
"codeId": "3030"
"codeId": "3088"
},
"enterprise-treasury": {
"codeId": "3031"
"codeId": "3089"
},
"enterprise-outposts": {
"codeId": "3032"
"codeId": "3090"
},
"token-staking-membership": {
"codeId": "3034"
"codeId": "3092"
},
"nft-staking-membership": {
"codeId": "3036"
"codeId": "3094"
},
"multisig-membership": {
"codeId": "3037"
"codeId": "3095"
},
"enterprise-facade-v1": {
"codeId": "3023",
Expand Down
2 changes: 1 addition & 1 deletion tasks/deploy_new_enterprise_version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const NFT_STAKING_MEMBERSHIP = "nft-staking-membership";

task(async ({deployer, executor, network, signer, refs}) => {
try {
await deployNewEnterpriseVersion(refs, network, deployer, executor, 1, 2, 0);
await deployNewEnterpriseVersion(refs, network, deployer, executor, 1, 2, 1);
} catch (e) {
console.log(e);
}
Expand Down

0 comments on commit 6bec4ff

Please sign in to comment.