Resources
Contracts
Smart Contracts powering the River Protocol are deployed to Ethereum L2 networks for testnet and mainnet. This page provides a list of deployed contracts needed for running nodes and their network coordinates.
All contract source and deployed addresses can also be found on the River repo in github.
Contract source code is located in the contracts
directory.
Deployed addresses can be found under packages/generated
for testnet and mainnet, respectively.
Network Chain Ids
Network | Chain Id | Network Environment |
---|---|---|
Base Sepolia | 84532 | Testnet |
River Chain Testnet | 6524490 | Testnet |
Base | 8453 | Mainnet |
River Chain | 550 | Mainnet |
Contract Addresses
Below are contract addresses to diamond contracts that are required to register a node operator on Base.
Contract Name | Testnet Address | Mainnet Address | Network |
---|---|---|---|
Base Registry | baseRegistry.json | baseRegistry.json | Base |
Below are the deployed diamond contracts that are required to run Stream Nodes in the River Network.
Contract Name | Testnet Address | Mainnet Address | Network |
---|---|---|---|
SpaceFactory | spaceFactory.json | spaceFactory.json | Base |
Entitlements | entitlementChecker.json | entitlementChecker.json | Base |
River Registry | riverRegistry.json | riverRegistry.json | River Chain |
Wallet Link | walletLink.json | walletLink.json | Base |
River Token Addresses
Network | Address |
---|---|
Base | 0x91930fd11ABAa5241241d3B07c02A8d0B5ac1920 |
Ethereum Mainnet | 0x53319181e003E7f86fB79f794649a2aB680Db244 |
Mainnet River Chain Resources
Description | URL |
---|---|
River Chain Explorer | explorer.river.build |
River Chain RPC Node (HTTP) | rpc.river.build |
River Chain Hub | river-mainnet.hub.river.build |
River Chain Bridge L1 -> L2 | river-mainnet.bridge.river.build |
River Chain Status | river-mainnet.status.river.build |
Testnet River Chain Resources
Description | URL |
---|---|
River Chain Explorer | testnet.explorer.river.build |
River Chain RPC Node (HTTP) | testnet.rpc.river.build |
River Chain Hub | river-testnet.hub.river.build |
River Chain Bridge L1 -> L2 | river-testnet.bridge.river.build |
Was this page helpful?