Skip to content

Commit

Permalink
add mainnet pledgeBill
Browse files Browse the repository at this point in the history
  • Loading branch information
ttblack committed Apr 6, 2023
1 parent 8d869f2 commit 2aaa6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oracle/common.js
Expand Up @@ -56,7 +56,7 @@ switch (process.env.env) {
case "mainnet":
console.log("0xC445f9487bF570fF508eA9Ac320b59730e81e503");
contract.options.address = "0xC445f9487bF570fF508eA9Ac320b59730e81e503";
pledgeBill.options.address = "0xa01BC737e235CEAB6Db535A0376A16F8262910c4"
pledgeBill.options.address = "0x06D49BB1F338420E1d8577829C079DCB4cb5eF25"
break;
default:
console.log("config address");
Expand Down

0 comments on commit 2aaa6fe

Please sign in to comment.