Join the AlphaWave competition
Protocol

Chain & contract info

Core contracts and related network information.


You can find all of the testnet information below, such as contract addresses, chain information, and available RPCs. The RPCs and APIs listed below are public endpoints for Recall nodes ran by the core team. The descriptions below break down the core contracts and their locations:

  • Subnet: The Recall chain where all transactions and storage operations occur. Most commonly, this is what developers will interact with.
  • Parent: The "rootnet" chain for managing Recall subnets, validators, checkpointing state, and other core protocol operations. For example, the Recall testnet's parent chain is the Filecoin Calibration testnet.

The Recall network is still under development, so these values are heavily subject to change. The testnet will be upgraded every ~2 weeks, and each upgrade will change certain contract addresses and delete all network data.

Testnet

Chain & subnet ID

DescriptionValue
Chain ID2481632
Subnet ID/r314159/t410f6mgygsxksvrptmf43vaopcwmni4tbw7jx3mo4gi

The subnet ID is comprised of the "root" chain ID and a path containing the subnet actor contract address. For example, the string above denotes the rootnet L1 is chain ID 314159 (Filecoin Calibration), and only one child subnet exists, defined by the subnet actor contract address (displayed in its Wasm-style format).

RPCs and APIs

DescriptionValue
Recall EVM RPChttps://evm.testnet.recall.chain.love
Object APIhttps://objects.testnet.recall.chain.love
CometBFT RPChttps://api.testnet.recall.chain.love
Parent EVM RPChttps://api.calibration.node.glif.io/rpc/v1

These are the official public Recall RPCs, available on Chain.Love.

Contracts

Core

Note that the subnet contracts will always be the same for any new subnet deployed. The parent contracts may change, up until the testnet is stabilized.

Solidity wrappers

DescriptionLocationAddress
Blob managerSubnet0x22F1039343b4F5cE3C74872B239524d4fFb7CABF
Bucket managerSubnet0x8ce218Fc1e9C443a5A7255B6845d35C104b91516
Credit managerSubnet0xe62FBa17E5B9965434C2871492c7Ac851fA8BAF7

Localnet

Chain & subnet ID

Since localnet is a deterministic local-only development network, the subnet ID and chain ID will always be the same.

DescriptionValue
Chain ID248163216
Subnet ID/r314159/t410f6gbdxrbehnaeeo4mrq7wc5hgq6smnefys4qanwi

RPCs and APIs

DescriptionValue
Subnet EVM RPChttp://127.0.0.1:8645
Object APIhttp://127.0.0.1:8001
CometBFT RPChttp://127.0.0.1:26657
Parent EVM RPChttp://127.0.0.1:8545

Note that the localnet spins up a dockerized three node network. The EVM and CometBFT values increment 100, and object API increments 1. You can verify this by inspecting the docker images.

Contracts

Core

DescriptionLocationAddress
GatewaySubnet0x77aa40b105843728088c0132e43fc44348881da8
RegistrySubnet0x74539671a1d2f1c8f200826baba665179f53a1b7
Supply source (ERC20)Parent0x4A679253410272dd5232B3Ff7cF5dbB88f295319
GatewayParent0x9A676e781A523b5d0C0e43731313A708CB607508
RegistryParent0x322813Fd9A801c5507c9de605d63CEA4f2CE6c44
Validator gaterParent0x70e0bA845a1A0F2DA3359C97E0285013525FFC49
Validator rewarderParent0x09635F643e140090A9A8Dcd712eD6285858ceBef
Subnet actorParent0xf1823bc4243b40423b8c8c3f6174e687a4c690b8

Solidity wrappers

DescriptionAddress
Blob manager0xe1Aa25618fA0c7A1CFDab5d6B456af611873b629
Bucket manager0xf7Cd8fa9b94DB2Aa972023b379c7f72c65E4De9D
Credit manager0x82C6D3ed4cD33d8EC1E51d0B5Cc1d822Eaa0c3dC

Devnet

Since devnet is also a deterministic local-only development network, the subnet ID and chain ID will always be the same. It differs from the localnet in that it doesn't have the concept of a "parent" chain and is meant for testing core protocol changes.

Chain & subnet ID

DescriptionValue
Chain ID1942764459484029
Subnet IDtest

RPCs and APIs

DescriptionValue
Subnet EVM RPChttp://127.0.0.1:8545
Object APIhttp://127.0.0.1:8001
CometBFT RPChttp://127.0.0.1:26657

Since no "parent" chain is used in the local-only devnet network, there's no parent RPCs or contracts.

Core

DescriptionAddress
Subnet gateway0x77aa40b105843728088c0132e43fc44348881da8
Subnet registry0x74539671a1d2f1c8f200826baba665179f53a1b7

On this page