Skip to content

Commit

Permalink
docs: add oracle v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
charmful0x authored Jul 23, 2022
1 parent 0fdf74b commit 3d11475
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ The node will `GET` the user's telegram profile by hitting his username, extract
| Arweave Oracle SWC v0.0.4 (multichain support) | [ark-contracts/arweave](https://github.com/decentldotland/ark-network/blob/28c37822d06010e015e96c360b4dc07c4813536c/ark-contracts/arweave/identity.js) | [i9Q9Y14HnJUmnSOVdxlPQkHHsT0W6kTv9PXCblZ_kAA](https://viewblock.io/arweave/tx/i9Q9Y14HnJUmnSOVdxlPQkHHsT0W6kTv9PXCblZ_kAA) | Arweave Mainnet |
| Arweave Oracle SWC v0.0.5 (v0.0.4 + enhanced security) | [ark-contracts/arweave](https://github.com/decentldotland/ark-network/blob/01c9d1a1d1b559aa7b47e272cd80e1007fbbec6e/ark-contracts/arweave/identity.js) | [A5bLD0F5bZPhhKYijF2kdGnEgpaww_lEpzowC8dZmEc](https://viewblock.io/arweave/tx/A5bLD0F5bZPhhKYijF2kdGnEgpaww_lEpzowC8dZmEc) | Arweave Mainnet |
| Arweave Oracle SWC v0.0.6 (diff logic to handle TG validity) | [ark-contracts/arweave](https://github.com/decentldotland/ark-network/blob/24d17b95c8bb24198f875fb3b8f82bbb6ac29efc/ark-contracts/arweave/identity.js) | [A5bLD0F5bZPhhKYijF2kdGnEgpaww_lEpzowC8dZmEc](https://viewblock.io/arweave/tx/A5bLD0F5bZPhhKYijF2kdGnEgpaww_lEpzowC8dZmEc) | Arweave Mainnet |
| Arweave Oracle SWC v0.0.7 (testnet ready) | [ark-contracts/arweave](./ark-contracts/arweave) | [44JMzVHrHFKDAf7M0VvqBZT2lXjNbyHrdtVoagx-i28](https://viewblock.io/arweave/tx/44JMzVHrHFKDAf7M0VvqBZT2lXjNbyHrdtVoagx-i28) | Arweave Mainnet |
| Arweave Oracle SWC v0.0.7 (testnet ready) | [ark-contracts/arweave](https://github.com/decentldotland/ark-network/commit/e43954a133a66a40f7e494fae5506a1073c8e07b) | [44JMzVHrHFKDAf7M0VvqBZT2lXjNbyHrdtVoagx-i28](https://viewblock.io/arweave/tx/44JMzVHrHFKDAf7M0VvqBZT2lXjNbyHrdtVoagx-i28) | Arweave Mainnet |
| Arweave Oracle SWC v0.0.8 (fix an error related to TG bot verification) | [ark-contracts/arweave](./ark-contracts/arweave) | [VWWz1k2u6LnfNLJVCQxVVE3b2ivTVBbgLkMrPe3naoY](https://viewblock.io/arweave/tx/VWWz1k2u6LnfNLJVCQxVVE3b2ivTVBbgLkMrPe3naoY) | Arweave Mainnet |
| Ethereum Registry SC | [ark-contracts/EVM](./ark-contracts/EVM/identity.vy) | 0xdE44d3fB118E0f007f2C0D8fFFE98b994383949A | [Goerli](https://goerli.etherscan.io/address/0xde44d3fb118e0f007f2c0d8fffe98b994383949a) \|\| [Mainnet](https://etherscan.io/address/0xde44d3fb118e0f007f2c0d8fffe98b994383949a) |
| Aurora Registry SC | [ark-contracts/EVM](./ark-contracts/EVM/identity.vy) | [0xfb0200C27185185D7DEe0403D5f102ADb59B7c34](https://testnet.aurorascan.dev/address/0xfb0200c27185185d7dee0403d5f102adb59b7c34) | Aurora Testnet |
| BSC Testnet Registry SC | [ark-contracts/EVM](./ark-contracts/EVM/identity.vy) | [0x90f36C4Fc09a2AD3B62Cc6F5f2BCC769aFAcB70d](https://testnet.bscscan.com/address/0x90f36c4fc09a2ad3b62cc6f5f2bcc769afacb70d) | Testnet |
Expand Down Expand Up @@ -201,7 +202,7 @@ Reponse example: return the validators addresses and the smart contracts address
{
"validators": ["vZY2XY1RD9HIfWi8ift-1_DnHLDadZMWrufSh-_rKF0"],
"arweave_oracle_addr": {
"addr": "44JMzVHrHFKDAf7M0VvqBZT2lXjNbyHrdtVoagx-i28",
"addr": "VWWz1k2u6LnfNLJVCQxVVE3b2ivTVBbgLkMrPe3naoY",
"network": "arweave-mainnet"
},
"eth_oracle_addr": {
Expand Down

0 comments on commit 3d11475

Please sign in to comment.