deploy mysterybox on bsc

This commit is contained in:
owen05
2021-04-22 15:49:24 +08:00
parent 82453e15ca
commit f81084dbbf
3 changed files with 33 additions and 0 deletions

View File

@@ -61,5 +61,30 @@ module.exports = {
//Account
multiSigAddress: "0xcaa42F09AF66A8BAE3A7445a7f63DAD97c11638b",
defaultMaintainer: "0xcaa42F09AF66A8BAE3A7445a7f63DAD97c11638b",
//================== NFT ====================
ConstFeeRateModel: "",
FeeDistributor: "",
Fragment: "",
NFTCollateralVault: "",
DODONFTRouteHelper: "",
InitializableERC721: "",
InitializableERC1155: "",
NFTTokenFactory: "",
DODONFTRegistry: "",
DODONFTProxy: "",
//================= MysteryBox =================
MysteryBoxV1: "",
RandomGenerator: "",
RandomPool: [
"0x82AfF931d74F0645Ce80e8f419b94c8F93952686",
"0xC64a1d5C819B3c9113cE3DB32B66D5D2b05B4CEf",
"0x89E5015ff12E4536691aBfe5f115B1cB37a35465"
]
}
}

View File

@@ -216,3 +216,10 @@ Deploy time: 2021/4/21 上午9:22:17
Deploy type: MysteryBoxV1
MysteryBoxV1Address: 0x76ED6162166D1d7631ae67809bCABac2D395f07d
Init MysteryBoxV1 Tx: 0x27f44607fdce76e4b4799000ba9c4ccba0d0382baf8ecb79f73f1f8369a7d7a8
====================================================
network type: bsclive
Deploy time: 2021/4/22 上午10:59:41
Deploy type: MysteryBoxV1
RandomGeneratorAddress: 0xEFdA126191d461858fDCe83deBaEA2A561EFC758
MysteryBoxV1Address: 0xc25286ef3BaE3f6Fe2d6d0A6e2acAd0301AF97b8
Init MysteryBoxV1 Tx: 0xb42e4004b59cd3aed074be861271274391248a8b9e48ec7a85fe691826ec0d11

View File

@@ -120,6 +120,7 @@ module.exports = {
confirmations: 10,
gasPrice: 5000000000,
timeoutBlocks: 200,
gasPrice: 6000000000,
skipDryRun: true
},