Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
dvp deployed to goerli and ropsten
Browse files Browse the repository at this point in the history
  • Loading branch information
joeb000 committed Aug 4, 2020
1 parent 339f2e8 commit 8fe1536
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
19 changes: 19 additions & 0 deletions packages/ap-contracts/deployDvPSettlement.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
const DvPSettlement = artifacts.require('DvPSettlement');


module.exports = async (callback) => {

console.log('Deploying DvPSettlement');

try {
const instance = await DvPSettlement.new();
console.log(instance.address);
} catch (error) {
console.log(error);
callback(error);
}

console.log('Done.');

callback();
}
13 changes: 8 additions & 5 deletions packages/ap-contracts/deployments.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"DataRegistry": "0x968aD5086fB8CA5a252bCE2D97982BA77D4DEd9a",
"PAMActor": "0xE8651Ef03e16D48478818EeCfc89bC60C50ba6e3",
"PAMEngine": "0x3F966c43A58900c7c68504d5Ca377e48465183f4",
"PAMRegistry": "0xedB26D8E5128555a349c367fEF83F66760B1c3bd"
"PAMRegistry": "0xedB26D8E5128555a349c367fEF83F66760B1c3bd",
"DvPSettlement": "0x51ed12942AF71cc738C1B56Ba7523697f4160bcb"
},
"5": {
"ANNActor": "0xcBAdbc25f026507bB0F112dA6Ab5CC211B56dA3a",
Expand All @@ -37,7 +38,8 @@
"DataRegistry": "0x6BE6e55A89283a3ECc71e92FC151A5A7633E228e",
"PAMActor": "0xe3704979Aa8cB6b9e9cF8203869c856e5Eb4554D",
"PAMEngine": "0x8D9717B6F4D9c4a3F48dF775d2FA82EA73a36D2b",
"PAMRegistry": "0x150BA440C64fb76cf2315A1B12D34b1D300F4E32"
"PAMRegistry": "0x150BA440C64fb76cf2315A1B12D34b1D300F4E32",
"DvPSettlement": "0x51ed12942AF71cc738C1B56Ba7523697f4160bcb"
},
"1994": {
"ANNActor": "0xf8a1BfCC2d1d5FaD14B04BE317bf84C272560a62",
Expand All @@ -52,11 +54,12 @@
"CERTFActor": "0x5DB04e348C343027993618A15Ae7Ba285dda1708",
"CERTFEngine": "0x0b893858a41C8518c1b7Eb769b34Ed9466c3C0eD",
"CERTFRegistry": "0x77A94244ED2F9137ee2BB6A71D79C3188f86c3Cd",
"Custodian": "0x36689caccbA3C9fC0395255Fd5767d5540BE71E8",
"FDTFactory": "0x525F3e693c821288f1Cc0146A24fAe1dD98756C1",
"Custodian": "0x7Ad8F74b3079530e614D43cB27DCC1eAb8976576",
"FDTFactory": "0x366C32d57bd3435207bB46a5826d74FC3D853bdd",
"DataRegistry": "0x456458C2Ae55a573E54B120Ff2BFe04655a20C78",
"PAMActor": "0xd40064F0D1f16478083ceee9949637880b309d27",
"PAMEngine": "0xC2Be15A598b3F80f781cbd8f3227d5E9559b0899",
"PAMRegistry": "0xCD4359f9AB7070d825fe0311d86Abc689c09A6fC"
"PAMRegistry": "0xCD4359f9AB7070d825fe0311d86Abc689c09A6fC",
"DvPSettlement": "0x57Ae4f6526f9B23AefB2D9bD0377483CF591Aa42"
}
}

0 comments on commit 8fe1536

Please sign in to comment.