update deploy info
This commit is contained in:
@@ -9,7 +9,7 @@ module.exports = {
|
||||
DODOSellHelper: "0x67ee3Cb086F8a16f34beE3ca72FAD36F7Db929e2",
|
||||
DODOCalleeHelper: "0xaaffAd1017D6a13E026A00121BF258C616B25f7C",
|
||||
DODOV1PmmHelper: "0x4EE6398898F7FC3e648b3f6bA458310ac29cD352",
|
||||
DODOV2RouteHelper: "",
|
||||
DODOV2RouteHelper: "0x55793C2c8A796cCE00EF2D1a86CCA2E0399BF285",
|
||||
|
||||
//Template
|
||||
CloneFactory: "0x1ddD02f6d31C1eF04cFA0a1AA811406B5B2884E7",
|
||||
|
||||
@@ -434,3 +434,4 @@ network type: mbtestnet_offical
|
||||
Deploy time: 2021/4/27 下午2:16:05
|
||||
Deploy type: WETH9
|
||||
WETH9Address: 0x18AA6Bb215CDBd179E7beAE10F66C21B26971306
|
||||
MultiCallAddress: 0x3a60A76aCAe8feeC74D6B5b665d4DBaab2abC406
|
||||
|
||||
@@ -952,3 +952,40 @@ Deploy type: V2 - Adapter
|
||||
DODOV1Adapter Address: 0x1c31c6d0032768463EaBABe1A47D04c6470d31fE
|
||||
DODOV2Adapter Address: 0x8Fc0d51915D631Ff6B8b70dEEAE789cE5c792a62
|
||||
UniAdapter Address: 0x2F2f9460500F27db68AAfBfa0472cEDDb168a5a6
|
||||
====================================================
|
||||
network type: mbtestnet_offical
|
||||
Deploy time: 2021/4/27 下午2:58:19
|
||||
Deploy type: V2
|
||||
multiSigAddress: 0x7081685Ff3ff16FB6c0dF08AC93bdB7299EEEfc9
|
||||
====================================================
|
||||
network type: mbtestnet_offical
|
||||
Deploy time: 2021/4/27 下午2:58:53
|
||||
Deploy type: V2
|
||||
multiSigAddress: 0x7081685Ff3ff16FB6c0dF08AC93bdB7299EEEfc9
|
||||
====================================================
|
||||
network type: mbtestnet_offical
|
||||
Deploy time: 2021/4/27 下午3:14:07
|
||||
Deploy type: V2
|
||||
multiSigAddress: 0x7081685Ff3ff16FB6c0dF08AC93bdB7299EEEfc9
|
||||
DODOV2RouteHelper Address: 0xC679Fe3200D0d3c53Ba5cd3dC8e7111eC2DF939b
|
||||
====================================================
|
||||
network type: mbtestnet_offical
|
||||
Deploy time: 2021/4/27 下午3:39:34
|
||||
Deploy type: V2
|
||||
multiSigAddress: 0x7081685Ff3ff16FB6c0dF08AC93bdB7299EEEfc9
|
||||
DODOV2RouteHelper Address: 0xCFea63e3DE31De53D68780Dd65675F169439e470
|
||||
DODOV2Proxy02 Address: 0x96a75d73b3de29c009863fA6329D96b2181D3Dc4
|
||||
Init DODOProxyV2 Tx: 0x4421dc60db948a48e46bac8a6bc11881d5de07e58dcb0e40383b799a0273ae15
|
||||
====================================================
|
||||
network type: mbtestnet_offical
|
||||
Deploy time: 2021/4/27 下午3:42:07
|
||||
Deploy type: V2
|
||||
multiSigAddress: 0x7081685Ff3ff16FB6c0dF08AC93bdB7299EEEfc9
|
||||
====================================================
|
||||
network type: mbtestnet_offical
|
||||
Deploy time: 2021/4/27 下午3:42:47
|
||||
Deploy type: V2
|
||||
multiSigAddress: 0x7081685Ff3ff16FB6c0dF08AC93bdB7299EEEfc9
|
||||
DODOV2RouteHelper Address: 0x55793C2c8A796cCE00EF2D1a86CCA2E0399BF285
|
||||
DODOV2Proxy02 Address: 0x25B2f945Fec30F34b05d416C7c0b5c6c51A3ADdC
|
||||
Init DODOProxyV2 Tx: 0xeb923b51cc4ea3ec08107b3a7850471d523a358257e18a6abe3bbbc6e1933efa
|
||||
|
||||
@@ -7,6 +7,7 @@ const { GetConfig } = require("../configAdapter.js")
|
||||
const CloneFactory = artifacts.require("CloneFactory");
|
||||
const FeeRateModelTemplate = artifacts.require("FeeRateModel");
|
||||
const PermissionManagerTemplate = artifacts.require("PermissionManager");
|
||||
const DODOV2RouteHelper = artifacts.require("DODOV2RouteHelper");
|
||||
|
||||
const DvmTemplate = artifacts.require("DVM");
|
||||
const DppTemplate = artifacts.require("DPP");
|
||||
@@ -45,7 +46,7 @@ module.exports = async (deployer, network, accounts) => {
|
||||
//Helper
|
||||
let DODOSellHelperAddress = CONFIG.DODOSellHelper;
|
||||
let DODOCalleeHelperAddress = CONFIG.DODOCalleeHelper;
|
||||
// let DODORouteV2HelperAddress = CONFIG.DODOV2RouteHelper;
|
||||
let DODORouteV2HelperAddress = CONFIG.DODOV2RouteHelper;
|
||||
let DODOV1PmmHelperAddress = CONFIG.DODOV1PmmHelper;
|
||||
|
||||
//Template
|
||||
|
||||
Reference in New Issue
Block a user