Skip to content

Commit

Permalink
update contract address
Browse files Browse the repository at this point in the history
  • Loading branch information
feltroidprime committed Aug 18, 2022
1 parent c3f3f36 commit d7902b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ protostar build
protostar deploy build/OpenOraclePublisher.json --network alpha-goerli
```

The current version of the contract is deployed here : https://goerli.voyager.online/contract/0x07c55ef7726ce0fc4cf05cfb4ea4b880b1a216a396af051287e4efbd900f7b93
The current version of the contract is deployed here : https://goerli.voyager.online/contract/0x0098cfb3473709e706ed494d8b0d96bfc867cef075d584e5a23c1e9c9610dcbb

The contract address is also stored in the variable `OPEN_ORACLE_ADDRESS` in `client/client.py`.
2 changes: 1 addition & 1 deletion client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

load_dotenv('client/.env')

OPEN_ORACLE_ADDRESS = '0x07c55ef7726ce0fc4cf05cfb4ea4b880b1a216a396af051287e4efbd900f7b93'
OPEN_ORACLE_ADDRESS = '0x0098cfb3473709e706ed494d8b0d96bfc867cef075d584e5a23c1e9c9610dcbb'
NETWORK = TESTNET


Expand Down

0 comments on commit d7902b0

Please sign in to comment.