Skip to content

Commit

Permalink
modify oracle testnet withdraw address
Browse files Browse the repository at this point in the history
  • Loading branch information
ttblack committed Jul 16, 2021
1 parent 3013267 commit 72614c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions oracle/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ const contract = new web3.eth.Contract(ctrt.abi);
console.log(JSON.stringify(process.env.env));
switch (process.env.env) {
case "rinkeby":
console.log("0x491bC043672B9286fA02FA7e0d6A3E5A0384A31A");
contract.options.address = "0x491bC043672B9286fA02FA7e0d6A3E5A0384A31A";
console.log("0x762a042b8B9f9f0d3179e992d965c11785219599");
contract.options.address = "0x762a042b8B9f9f0d3179e992d965c11785219599";
break;
case "testnet":
console.log("0x491bC043672B9286fA02FA7e0d6A3E5A0384A31A");
contract.options.address = "0x491bC043672B9286fA02FA7e0d6A3E5A0384A31A";
console.log("0x762a042b8B9f9f0d3179e992d965c11785219599");
contract.options.address = "0x762a042b8B9f9f0d3179e992d965c11785219599";
break;
case "mainnet":
console.log("0x6F60FdED6303e73A83ef99c53963407f415e80b9");
Expand Down
2 changes: 1 addition & 1 deletion oracle/ctrt.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 72614c1

Please sign in to comment.