Skip to content

v1.0.0-mainnet

Choose a tag to compare

@ETeissonniere ETeissonniere released this 11 Apr 21:01
· 266 commits to main since this release
714a5c2

Copy of the code deployed to mainnet with related hardhat configurations.

yarn run v1.22.21
$ hardhat deploy-zksync --script deploy.ts --network zkSyncMainnet
WARNING: You are currently using Node.js v21.6.2, which is not supported by Hardhat. This can lead to unexpected behavior. See https://hardhat.org/nodejs-versions



Starting deployment process of "WhitelistPaymaster"...
Estimated deployment cost: 0.001172837775 ETH

"WhitelistPaymaster" was successfully deployed:
 - Contract address: 0xb2B7075eAD608fABF04C3959983EE63df5B0e0FC
 - Contract source: contracts/paymasters/WhitelistPaymaster.sol:WhitelistPaymaster
 - Encoded constructor arguments: 0x0000000000000000000000005e097ac1bcf81e7ff2657045f72caa6cf06486c9

Requesting contract verification...
Your verification ID is: 53205
Contract successfully verified on zkSync block explorer!

Starting deployment process of "ContentSignNFT"...
Estimated deployment cost: 0.001666224225 ETH

"ContentSignNFT" was successfully deployed:
 - Contract address: 0x95b3641d549f719eb5105f9550Eca4A7A2F305De
 - Contract source: contracts/contentsign/ContentSignNFT.sol:ContentSignNFT
 - Encoded constructor arguments: 0x000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000b2b7075ead608fabf04c3959983ee63df5b0e0fc000000000000000000000000000000000000000000000000000000000000000b436f6e74656e745369676e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000065349474e45440000000000000000000000000000000000000000000000000000

Requesting contract verification...
Your verification ID is: 53206
Contract successfully verified on zkSync block explorer!
WhitelistPaymaster deployed to: 0xb2B7075eAD608fABF04C3959983EE63df5B0e0FC
ContentSignNFT deployed to: 0x95b3641d549f719eb5105f9550Eca4A7A2F305De
Adding NFT contract to whitelist...
Granting roles to correct admins...
Revoking roles from deployer...
✨  Done in 30.17s.