diff --git a/README.md b/README.md index db3701d..83ccf0a 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,7 @@ The node will `GET` the user's telegram profile by hitting his username, extract | Aurora Registry SC | [ark-contracts/EVM](./ark-contracts/EVM/identity.vy) | [0xfb0200C27185185D7DEe0403D5f102ADb59B7c34](https://testnet.aurorascan.dev/address/0xfb0200c27185185d7dee0403d5f102adb59b7c34) | Aurora Testnet | | BSC Registry SC | [ark-contracts/EVM](./ark-contracts/EVM/identity.vy) | [0x90f36C4Fc09a2AD3B62Cc6F5f2BCC769aFAcB70d](https://testnet.bscscan.com/address/0x90f36c4fc09a2ad3b62cc6f5f2bcc769afacb70d) | BSC Testnet | | AVAX Registry SC | [ark-contracts/EVM](./ark-contracts/EVM/identity.vy) | [0xdE44d3fB118E0f007f2C0D8fFFE98b994383949A](https://testnet.snowtrace.io/address/0xdE44d3fB118E0f007f2C0D8fFFE98b994383949A) | Avalanche Fuji Testnet | +| NEON Registry SC | [ark-contracts/EVM](./ark-contracts/EVM/identity.vy) | [0xdE44d3fB118E0f007f2C0D8fFFE98b994383949A](https://neonscan.org/address/0xdE44d3fB118E0f007f2C0D8fFFE98b994383949A) | NEON DEVNET | @@ -215,9 +216,14 @@ Reponse example: return the validators addresses and the smart contracts address "avax_fuji_oracle_addr": { "addr": "0xdE44d3fB118E0f007f2C0D8fFFE98b994383949A", "network": "avax-fuji-testnet" + }, + "neon_devnet_oracle_addr": { + "addr": "0xdE44d3fB118E0f007f2C0D8fFFE98b994383949A", + "network": "neon-devnet" } } + ``` #### To get the active Arweave oracle contract, always use the `arweave_oracle_addr` from `/ark/network/addresses`