deploy kovan
This commit is contained in:
@@ -353,3 +353,26 @@ Init DODOProxyV2 Tx: 0xb0650364cc4ed399b0bfd17d7c42a613be74f4743c2112c30f49bd1b7
|
||||
DODOApprove Init tx: 0x018bd3ef5453a2fb8bba51811f16cc9fdf3158bf941da656b8abbb495a215c3c
|
||||
DODOIncentive ChangeProxy tx: 0x763dce9273565bd19a6eb8ea27fc3a268b9de0b327bccc9bf06385fb8bd8161b
|
||||
DODOIncentive OpenSwitch tx: 0x3042d4bb1a4f8110a78ffd53846ecac94b0ea13359334ce4d6bcdd2a1ea7b8e9
|
||||
====================================================
|
||||
network type: kovan
|
||||
Deploy time: 2021/1/19 下午6:30:30
|
||||
Deploy type: V2
|
||||
DvmTemplateAddress: 0x487F3F186dfB1b2e61F4E0cB926b8c50baf456f9
|
||||
DppTemplateAddress: 0xe59a9EdA4530235B56cE71BfdAed094B5a873971
|
||||
DppAdminTemplateAddress: 0x195C647859927efd879de5C0238594c884b09928
|
||||
CpTemplateAddress: 0x107c2712065A0f1461D0Ad6687E022d78E7aed29
|
||||
DODOApprove Address: 0x5319f1CF056496e7E13D5653C3C7f338DE127a11
|
||||
DODOIncentiveAddress: 0xc6BCC0918c507e057Af641625AfBF11dD9542262
|
||||
DODOIncentive Init tx: 0x54e70861b78354a1626c5821132a8440d3c0469b6a1343c16e7dbed3f2127022
|
||||
DvmFactoryAddress: 0x1C0435b87B3772E994adA2D0194be91EaC85FDb0
|
||||
Init DvmFactory Tx: 0xd962d514f1178cfe70fab5a7ee9592a6746c36952c57174281a806343739a6dc
|
||||
DppFactoryAddress: 0x2D7F071415480eE7721eBB48c3147e347b980fEe
|
||||
Init DppFactory Tx: 0x8ec90ba93e68d0cc00180551cca0d440c2413d526a26f40614b72b81348851dc
|
||||
CpFactoryAddress: 0x2EF5f1a9C89E6C814A2b7C547baC865967d65e64
|
||||
Init CpFactory Tx: 0xa757390b62346f94fa3487d5a4be8af49c45725d3ae08f430219befc693dd3d8
|
||||
DODOV2RouteHelper Address: 0x67Fc59953Ce23185F26EA126c9EEF7Ec470a1503
|
||||
DODOProxyV2 Address: 0xe8836EB6EaE9Bc4Db880D4b9C0912E5db817e41D
|
||||
Init DODOProxyV2 Tx: 0x9628655c7debebb90bb7ee85ffb9242f90527b1cc4e01d5314d91b9ea9284e07
|
||||
DODOApprove Init tx: 0x637222ffb3b5a2554430c4c260edb4264cf77643868324f7ff4a1fa383036ab6
|
||||
DODOIncentive ChangeProxy tx: 0xc998dfbe92fecd5c884310b172aa512517f14c3b7f7ea9f5bafcb5a7044f3569
|
||||
DODOIncentive OpenSwitch tx: 0xda77ec50379c7e18b7646bdf2efcdd461789484f3045ba3e548f86402a04c8b5
|
||||
|
||||
@@ -86,10 +86,10 @@ module.exports = async (deployer, network, accounts) => {
|
||||
DefaultMtFeeRateAddress = "0xEfdE4225AC747136289979e29f1236527b2E4DB1";
|
||||
DefaultPermissionAddress = "0xACc7E23368261e1E02103c4e5ae672E7D01f5797";
|
||||
|
||||
DvmTemplateAddress = "0xD47B0782EDdAc44Bd2B6a51C949feaE9Af382A51";
|
||||
DppTemplateAddress = "0xA0C3C6Ad75fBfaCb490E315BA762A6D20084b5a8";
|
||||
DppAdminTemplateAddress = "0xe39E02c4f269c4E235Ca8979a125608644c8924a";
|
||||
CpTemplateAddress = "0x6E0c3D0F6f916B8067999c6196A1806d80840a12";
|
||||
DvmTemplateAddress = "";
|
||||
DppTemplateAddress = "";
|
||||
DppAdminTemplateAddress = "";
|
||||
CpTemplateAddress = "";
|
||||
//Factory
|
||||
DvmFactoryAddress = "";
|
||||
DppFactoryAddress = "";
|
||||
|
||||
@@ -39,7 +39,7 @@ module.exports = {
|
||||
*/
|
||||
deploySwitch: {
|
||||
DEPLOY_V1: false,
|
||||
DEPLOY_V2: false,
|
||||
DEPLOY_V2: true,
|
||||
ADAPTER: false,
|
||||
MOCK_TOKEN: false,
|
||||
MOCK_V2_POOL: false,
|
||||
|
||||
Reference in New Issue
Block a user