Deployments
Darknode contracts​
The darknode contracts, deployed to Ethereum, are responsible for managing darknode registration and darknode rewards. Darknode rewards are currently undergoing an update that will move them from Ethereum to RenVM.
Networks in (brackets) are testnet networks.
- DarknodeRegistry
0x2D7b6C95aFeFFa50C068D50f89C5C0014e054f0A - DarknodeRegistryStore
0x60Ab11FE605D2A2C3cf351824816772a131f8782
Source: darknode-sol/blob/master/migrations/networks.js.
Gateway contracts​
The gateway contracts, deployed to every host-chain supported by RenVM, are responsible for mints and burns. Currently, they are EVM-based contracts and Solana programs.
- GatewayRegistry
0xf36666C230Fa12333579b9Bd6196CB634D6BC506 - BasicBridge
0xa3FA9A73D22618FfdF6958Ba6285FB3F565e1443 - renBTC
- renBCH
- renZEC
- renDGB
- renDOGE
- renFIL
- renLUNA
- renArbETH
- renAVAX
- renBNB
- renFTM
- renMATIC
Sources:
- gateway-sol: gateway-sol/blob/master/scripts/networks.ts
- ren-solana: ren-solana