Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
deploy ExpiryV2
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Chou committed Aug 27, 2019
1 parent d18ea89 commit 9d76bc5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RPC_NODE_URI=http://0.0.0.0:8445
RESET_SNAPSHOT_ID=0x2
NETWORK_ID=1001
GAS_PRICE=12000000000
GAS_PRICE=12000000003
12 changes: 12 additions & 0 deletions migrations/deployed.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,5 +174,17 @@
"address": "0x6d23ef7EAC5d4aD14597D2EBb1D28Ef5E2dF68c6",
"transactionHash": "0x809b9263f66b557004ff6e7faf33aad0cf514400ef0505a5fa99d26f5d9ac14b"
}
},
"ExpiryV2": {
"1": {
"links": {},
"address": "0x36c6655ddBF0a6c48C5b93C18A7cCc5650B167be",
"transactionHash": "0x38c74a15760f9b8283b1f8440c926eb858d98eab73515ecdd6d85da6bfd79328"
},
"42": {
"links": {},
"address": "0x213D833B56D0D39D3f1Ec67f25a4d49D951e5BC4",
"transactionHash": "0x652a14a39fb3df91209ed9934bc88f7e71f737008c1d916b96c83118e23ed4a1"
}
}
}
2 changes: 1 addition & 1 deletion scripts/SaveDeployedAddresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async function run() {
});
});

const json = JSON.stringify(deployed, null, 4);
const json = JSON.stringify(deployed, null, 4) + '\n';

const filename = 'deployed.json';
await writeFileAsync(directory + filename, json, null);
Expand Down

0 comments on commit 9d76bc5

Please sign in to comment.