Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 28 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,18 +74,18 @@ tendermint-rpc = { version = "0.31.1", features = [
fvm_shared = "~4.3.0"
fvm_ipld_encoding = "0.4.0"

fendermint_actor_blobs_shared = { git = "https://github.com/recallnet/ipc.git", rev = "536556ad7cafca9b69961180838d9a868874fabc" }
fendermint_actor_bucket = { git = "https://github.com/recallnet/ipc.git", rev = "536556ad7cafca9b69961180838d9a868874fabc" }
fendermint_actor_recall_config_shared = { git = "https://github.com/recallnet/ipc.git", rev = "536556ad7cafca9b69961180838d9a868874fabc" }
fendermint_actor_machine = { git = "https://github.com/recallnet/ipc.git", rev = "536556ad7cafca9b69961180838d9a868874fabc" }
fendermint_actor_timehub = { git = "https://github.com/recallnet/ipc.git", rev = "536556ad7cafca9b69961180838d9a868874fabc" }
fendermint_crypto = { git = "https://github.com/recallnet/ipc.git", rev = "536556ad7cafca9b69961180838d9a868874fabc" }
fendermint_eth_api = { git = "https://github.com/recallnet/ipc.git", rev = "536556ad7cafca9b69961180838d9a868874fabc" }
fendermint_vm_actor_interface = { git = "https://github.com/recallnet/ipc.git", rev = "536556ad7cafca9b69961180838d9a868874fabc" }
fendermint_vm_message = { git = "https://github.com/recallnet/ipc.git", rev = "536556ad7cafca9b69961180838d9a868874fabc" }
fendermint_actor_blobs_shared = { git = "https://github.com/recallnet/ipc.git", rev = "a72edb87470a49473d5b9ace1ee49167374a6cc8" }
fendermint_actor_bucket = { git = "https://github.com/recallnet/ipc.git", rev = "a72edb87470a49473d5b9ace1ee49167374a6cc8" }
fendermint_actor_recall_config_shared = { git = "https://github.com/recallnet/ipc.git", rev = "a72edb87470a49473d5b9ace1ee49167374a6cc8" }
fendermint_actor_machine = { git = "https://github.com/recallnet/ipc.git", rev = "a72edb87470a49473d5b9ace1ee49167374a6cc8" }
fendermint_actor_timehub = { git = "https://github.com/recallnet/ipc.git", rev = "a72edb87470a49473d5b9ace1ee49167374a6cc8" }
fendermint_crypto = { git = "https://github.com/recallnet/ipc.git", rev = "a72edb87470a49473d5b9ace1ee49167374a6cc8" }
fendermint_eth_api = { git = "https://github.com/recallnet/ipc.git", rev = "a72edb87470a49473d5b9ace1ee49167374a6cc8" }
fendermint_vm_actor_interface = { git = "https://github.com/recallnet/ipc.git", rev = "a72edb87470a49473d5b9ace1ee49167374a6cc8" }
fendermint_vm_message = { git = "https://github.com/recallnet/ipc.git", rev = "a72edb87470a49473d5b9ace1ee49167374a6cc8" }

ipc_actors_abis = { git = "https://github.com/recallnet/ipc.git", rev = "536556ad7cafca9b69961180838d9a868874fabc" }
ipc-api = { git = "https://github.com/recallnet/ipc.git", rev = "536556ad7cafca9b69961180838d9a868874fabc" }
ipc_actors_abis = { git = "https://github.com/recallnet/ipc.git", rev = "a72edb87470a49473d5b9ace1ee49167374a6cc8" }
ipc-api = { git = "https://github.com/recallnet/ipc.git", rev = "a72edb87470a49473d5b9ace1ee49167374a6cc8" }

# Use below when working locally on ipc and this repo simultaneously.
# Assumes the ipc checkout is in a sibling directory with the same name.
Expand Down
8 changes: 4 additions & 4 deletions sdk/src/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ pub const TESTNET_NETWORK_NAME: &str = "testnet";
const TESTNET_RPC_URL: &str = "https://api.testnet.recall.chain.love";
const TESTNET_OBJECT_API_URL: &str = "https://objects.testnet.recall.chain.love";
const TESTNET_EVM_RPC_URL: &str = "https://evm.testnet.recall.chain.love";
const TESTNET_SUBNET_ID: &str = "/r314159/t410fntaew3dtef2zpfox2hlhy4cgrksdt5zjwg3hbfi";
const TESTNET_SUBNET_ID: &str = "/r314159/t410fk3yvjp76jyur7tdmofrorxlx4yfurryp63hph6a";
const TESTNET_CHAIN_ID: u64 = 2481632;
const TESTNET_PARENT_EVM_RPC_URL: &str = "https://api.calibration.node.glif.io/rpc/v1";
const TESTNET_PARENT_EVM_GATEWAY_ADDRESS: &str = "0x2758f99EaB8ea9B8678B5d841851D62Ef18AAB26";
const TESTNET_PARENT_EVM_REGISTRY_ADDRESS: &str = "0xE8090d55E7ecc0565830845Df67bfD3fA81D4158";
const TESTNET_EVM_SUPPLY_SOURCE_ADDRESS: &str = "0xd1239c6b6f806EC3752df12CEaddD88187BCf1E5";
const TESTNET_PARENT_EVM_GATEWAY_ADDRESS: &str = "0x23D68cF030790aDBfC4DcBAb51Cc5941cd744CCa";
const TESTNET_PARENT_EVM_REGISTRY_ADDRESS: &str = "0xcBbd550971d46de7271BBF746D62F53987ad7A87";
const TESTNET_EVM_SUPPLY_SOURCE_ADDRESS: &str = "0x085Ae18100b79fc8edc48e0FcF94070f48659874";
const TESTNET_EVM_GATEWAY_ADDRESS: &str = "0x77aa40b105843728088c0132e43fc44348881da8";
const TESTNET_EVM_REGISTRY_ADDRESS: &str = "0x74539671a1d2f1c8f200826baba665179f53a1b7";

Expand Down
Loading