diff --git a/config/bsc-config.js b/config/bsc-config.js index ae537f8..1e157fd 100644 --- a/config/bsc-config.js +++ b/config/bsc-config.js @@ -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" + ] } } \ No newline at end of file diff --git a/deploy-nft.txt b/deploy-nft.txt index 6b99507..39a3117 100644 --- a/deploy-nft.txt +++ b/deploy-nft.txt @@ -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 diff --git a/truffle-config.js b/truffle-config.js index edea354..4cef526 100644 --- a/truffle-config.js +++ b/truffle-config.js @@ -120,6 +120,7 @@ module.exports = { confirmations: 10, gasPrice: 5000000000, timeoutBlocks: 200, + gasPrice: 6000000000, skipDryRun: true },