Skip to content

Commit 105e9c6

Browse files
authored
feat: release-v0.1.10 (#278)
* Update IPC refs * Update contract addresses
1 parent 64239e0 commit 105e9c6

File tree

3 files changed

+43
-43
lines changed

3 files changed

+43
-43
lines changed

Cargo.lock

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -74,18 +74,18 @@ tendermint-rpc = { version = "0.31.1", features = [
7474
fvm_shared = "~4.3.0"
7575
fvm_ipld_encoding = "0.4.0"
7676

77-
fendermint_actor_blobs_shared = { git = "https://github.com/recallnet/ipc.git", rev = "6af65f0abcb7210d17fa0dad0b99f72c5ea2b615" }
78-
fendermint_actor_bucket = { git = "https://github.com/recallnet/ipc.git", rev = "6af65f0abcb7210d17fa0dad0b99f72c5ea2b615" }
79-
fendermint_actor_recall_config_shared = { git = "https://github.com/recallnet/ipc.git", rev = "6af65f0abcb7210d17fa0dad0b99f72c5ea2b615" }
80-
fendermint_actor_machine = { git = "https://github.com/recallnet/ipc.git", rev = "6af65f0abcb7210d17fa0dad0b99f72c5ea2b615" }
81-
fendermint_actor_timehub = { git = "https://github.com/recallnet/ipc.git", rev = "6af65f0abcb7210d17fa0dad0b99f72c5ea2b615" }
82-
fendermint_crypto = { git = "https://github.com/recallnet/ipc.git", rev = "6af65f0abcb7210d17fa0dad0b99f72c5ea2b615" }
83-
fendermint_eth_api = { git = "https://github.com/recallnet/ipc.git", rev = "6af65f0abcb7210d17fa0dad0b99f72c5ea2b615" }
84-
fendermint_vm_actor_interface = { git = "https://github.com/recallnet/ipc.git", rev = "6af65f0abcb7210d17fa0dad0b99f72c5ea2b615" }
85-
fendermint_vm_message = { git = "https://github.com/recallnet/ipc.git", rev = "6af65f0abcb7210d17fa0dad0b99f72c5ea2b615" }
77+
fendermint_actor_blobs_shared = { git = "https://github.com/recallnet/ipc.git", rev = "567108afc4810a300cff7dc08b29d49831172f86" }
78+
fendermint_actor_bucket = { git = "https://github.com/recallnet/ipc.git", rev = "567108afc4810a300cff7dc08b29d49831172f86" }
79+
fendermint_actor_recall_config_shared = { git = "https://github.com/recallnet/ipc.git", rev = "567108afc4810a300cff7dc08b29d49831172f86" }
80+
fendermint_actor_machine = { git = "https://github.com/recallnet/ipc.git", rev = "567108afc4810a300cff7dc08b29d49831172f86" }
81+
fendermint_actor_timehub = { git = "https://github.com/recallnet/ipc.git", rev = "567108afc4810a300cff7dc08b29d49831172f86" }
82+
fendermint_crypto = { git = "https://github.com/recallnet/ipc.git", rev = "567108afc4810a300cff7dc08b29d49831172f86" }
83+
fendermint_eth_api = { git = "https://github.com/recallnet/ipc.git", rev = "567108afc4810a300cff7dc08b29d49831172f86" }
84+
fendermint_vm_actor_interface = { git = "https://github.com/recallnet/ipc.git", rev = "567108afc4810a300cff7dc08b29d49831172f86" }
85+
fendermint_vm_message = { git = "https://github.com/recallnet/ipc.git", rev = "567108afc4810a300cff7dc08b29d49831172f86" }
8686

87-
ipc_actors_abis = { git = "https://github.com/recallnet/ipc.git", rev = "6af65f0abcb7210d17fa0dad0b99f72c5ea2b615" }
88-
ipc-api = { git = "https://github.com/recallnet/ipc.git", rev = "6af65f0abcb7210d17fa0dad0b99f72c5ea2b615" }
87+
ipc_actors_abis = { git = "https://github.com/recallnet/ipc.git", rev = "567108afc4810a300cff7dc08b29d49831172f86" }
88+
ipc-api = { git = "https://github.com/recallnet/ipc.git", rev = "567108afc4810a300cff7dc08b29d49831172f86" }
8989

9090
# Use below when working locally on ipc and this repo simultaneously.
9191
# Assumes the ipc checkout is in a sibling directory with the same name.

sdk/src/network.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ pub const TESTNET_NETWORK_NAME: &str = "testnet";
4747
const TESTNET_RPC_URL: &str = "https://api.testnet.recall.chain.love";
4848
const TESTNET_OBJECT_API_URL: &str = "https://objects.testnet.recall.chain.love";
4949
const TESTNET_EVM_RPC_URL: &str = "https://evm.testnet.recall.chain.love";
50-
const TESTNET_SUBNET_ID: &str = "/r314159/t410fw7bjz5yw5ofw3t775xym34ogube4kammzma6mgq";
50+
const TESTNET_SUBNET_ID: &str = "/r314159/t410f5ooowgqbpfv747piopbp2mus5xfw7kmgpm7da2y";
5151
const TESTNET_CHAIN_ID: u64 = 2481632;
5252
const TESTNET_PARENT_EVM_RPC_URL: &str = "https://api.calibration.node.glif.io/rpc/v1";
53-
const TESTNET_PARENT_EVM_GATEWAY_ADDRESS: &str = "0x63B59D98b99197863c9b0D8512C79AD667892ac5";
54-
const TESTNET_PARENT_EVM_REGISTRY_ADDRESS: &str = "0x3e56a8a30762db79b5ddB099a51fe9eEa0CBE8Be";
55-
const TESTNET_EVM_SUPPLY_SOURCE_ADDRESS: &str = "0x791ecd69Ce942167bEeEF4E2352B27727d9ad73f";
53+
const TESTNET_PARENT_EVM_GATEWAY_ADDRESS: &str = "0x1e4c292a339B037ce9b5eCA4d69dBb8dC87390Ab";
54+
const TESTNET_PARENT_EVM_REGISTRY_ADDRESS: &str = "0x4d1EdDBb490f05e4B859Ee2288265Daa510FDeFd";
55+
const TESTNET_EVM_SUPPLY_SOURCE_ADDRESS: &str = "0x3A4539d46C8998544E4D993D256C272F19E192bC";
5656
const TESTNET_EVM_GATEWAY_ADDRESS: &str = "0x77aa40b105843728088c0132e43fc44348881da8";
5757
const TESTNET_EVM_REGISTRY_ADDRESS: &str = "0x74539671a1d2f1c8f200826baba665179f53a1b7";
5858

0 commit comments

Comments
 (0)