Skip to content

Commit

Permalink
Merge pull request #106 from RootstockCollective/nfts-mainnet-deploy
Browse files Browse the repository at this point in the history
Add VotingVanguardsRootstockCollective addresses and update minting parameters
  • Loading branch information
shenshin authored Dec 18, 2024
2 parents 394924e + eb06979 commit 12ad87e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,10 @@ Successfully verified contract "contracts/EarlyAdopters.sol:EarlyAdopters" for n
| OGContributorsRootstockCollective proxy | 0x5b20eDd661a2B87A9C9AE55d3e3b09281Dc71C48 |
| OGFoundersRootstockCollective impl | 0x357Cb4f62A74F39ca26046A9A208A393172dF1bb |
| OGFoundersRootstockCollective proxy | 0x0025e59f281bc06e7A54afe780673bd6A8D3a7E9 |
| VotingVanguardsRootstockCollective impl | 0xbA317Eb5b3bEc55F312cF66BE0000F22FE30137f |
| VotingVanguardsRootstockCollective proxy | 0x1EEA464C8632A71A2E9B364725da6e09aaed2Ddc |
| BetaBuildersRootstockCollective impl | 0x19760b39a3378E368ceD7C43c9244a0a22e55035 |
| BetaBuildersRootstockCollective proxy | 0x7a67640BC00Dacc3b73cCb579B9Fe98EAd5451cf |

### Rootstock Dev

Expand Down
11 changes: 11 additions & 0 deletions params/VanguardNFT/mainnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"VanguardNFT": {
"maxSupply": 1000,
"mintLimit": 100,
"stRifThreshold": "1000000000000000000",
"stRif": "0x5db91e24bd32059584bbdb831a901f1199f3d459",
"governor": "0x71ac6ff904a17f50f2c07b693376ccc1c92627f0",
"proposalAmountToCheck": 3,
"ipfsFolderCid": "QmQPYRFZ71o31uwwfzLNzGPjafXoegJ4NFdBak4jbvFZpQ"
}
}
10 changes: 5 additions & 5 deletions params/VanguardNFT/testnet.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"VanguardNFT": {
"maxSupply": 1000,
"mintLimit": 200,
"stRifThreshold": "50000000000000000000",
"stRif": "0x4861198e9A6814EBfb152552D1b1a37426C54D23",
"governor": "0x2109FF4a9D5548a21F877cA937Ac5847Fde49694",
"mintLimit": 5,
"stRifThreshold": "1000000000000000000",
"stRif": "0xC4b091d97AD25ceA5922f09fe80711B7ACBbb16f",
"governor": "0xB1A39B8f57A55d1429324EEb1564122806eb297F",
"proposalAmountToCheck": 3,
"ipfsFolderCid": "QmPwaHHLnD8pTmagNkVuncdcZtR4Bejry848z2ajyfzucw"
"ipfsFolderCid": "QmQPYRFZ71o31uwwfzLNzGPjafXoegJ4NFdBak4jbvFZpQ"
}
}

0 comments on commit 12ad87e

Please sign in to comment.