Skip to content

Commit 11123d5

Browse files
authored
feat: release v0.1.8 (#276)
Update ipc refs and contract addresses.
1 parent 0f2e129 commit 11123d5

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 = "da2d64b50c34e87c0eaf759a56de5bdc389d67e9" }
78-
fendermint_actor_bucket = { git = "https://github.com/recallnet/ipc.git", rev = "da2d64b50c34e87c0eaf759a56de5bdc389d67e9" }
79-
fendermint_actor_recall_config_shared = { git = "https://github.com/recallnet/ipc.git", rev = "da2d64b50c34e87c0eaf759a56de5bdc389d67e9" }
80-
fendermint_actor_machine = { git = "https://github.com/recallnet/ipc.git", rev = "da2d64b50c34e87c0eaf759a56de5bdc389d67e9" }
81-
fendermint_actor_timehub = { git = "https://github.com/recallnet/ipc.git", rev = "da2d64b50c34e87c0eaf759a56de5bdc389d67e9" }
82-
fendermint_crypto = { git = "https://github.com/recallnet/ipc.git", rev = "da2d64b50c34e87c0eaf759a56de5bdc389d67e9" }
83-
fendermint_eth_api = { git = "https://github.com/recallnet/ipc.git", rev = "da2d64b50c34e87c0eaf759a56de5bdc389d67e9" }
84-
fendermint_vm_actor_interface = { git = "https://github.com/recallnet/ipc.git", rev = "da2d64b50c34e87c0eaf759a56de5bdc389d67e9" }
85-
fendermint_vm_message = { git = "https://github.com/recallnet/ipc.git", rev = "da2d64b50c34e87c0eaf759a56de5bdc389d67e9" }
77+
fendermint_actor_blobs_shared = { git = "https://github.com/recallnet/ipc.git", rev = "d04bb803608c12e7c25895775221ba5a4759293c" }
78+
fendermint_actor_bucket = { git = "https://github.com/recallnet/ipc.git", rev = "d04bb803608c12e7c25895775221ba5a4759293c" }
79+
fendermint_actor_recall_config_shared = { git = "https://github.com/recallnet/ipc.git", rev = "d04bb803608c12e7c25895775221ba5a4759293c" }
80+
fendermint_actor_machine = { git = "https://github.com/recallnet/ipc.git", rev = "d04bb803608c12e7c25895775221ba5a4759293c" }
81+
fendermint_actor_timehub = { git = "https://github.com/recallnet/ipc.git", rev = "d04bb803608c12e7c25895775221ba5a4759293c" }
82+
fendermint_crypto = { git = "https://github.com/recallnet/ipc.git", rev = "d04bb803608c12e7c25895775221ba5a4759293c" }
83+
fendermint_eth_api = { git = "https://github.com/recallnet/ipc.git", rev = "d04bb803608c12e7c25895775221ba5a4759293c" }
84+
fendermint_vm_actor_interface = { git = "https://github.com/recallnet/ipc.git", rev = "d04bb803608c12e7c25895775221ba5a4759293c" }
85+
fendermint_vm_message = { git = "https://github.com/recallnet/ipc.git", rev = "d04bb803608c12e7c25895775221ba5a4759293c" }
8686

87-
ipc_actors_abis = { git = "https://github.com/recallnet/ipc.git", rev = "da2d64b50c34e87c0eaf759a56de5bdc389d67e9" }
88-
ipc-api = { git = "https://github.com/recallnet/ipc.git", rev = "da2d64b50c34e87c0eaf759a56de5bdc389d67e9" }
87+
ipc_actors_abis = { git = "https://github.com/recallnet/ipc.git", rev = "d04bb803608c12e7c25895775221ba5a4759293c" }
88+
ipc-api = { git = "https://github.com/recallnet/ipc.git", rev = "d04bb803608c12e7c25895775221ba5a4759293c" }
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/t410fk3yvjp76jyur7tdmofrorxlx4yfurryp63hph6a";
50+
const TESTNET_SUBNET_ID: &str = "/r314159/t410fuh6vlhabj2cr7bq4t4j3crnkhp7gpmbxs444plq";
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 = "0x23D68cF030790aDBfC4DcBAb51Cc5941cd744CCa";
54-
const TESTNET_PARENT_EVM_REGISTRY_ADDRESS: &str = "0xcBbd550971d46de7271BBF746D62F53987ad7A87";
55-
const TESTNET_EVM_SUPPLY_SOURCE_ADDRESS: &str = "0x085Ae18100b79fc8edc48e0FcF94070f48659874";
53+
const TESTNET_PARENT_EVM_GATEWAY_ADDRESS: &str = "0x7491B0e2C4aB0Fbee96151eE9B79d623C2176D70";
54+
const TESTNET_PARENT_EVM_REGISTRY_ADDRESS: &str = "0x43808E00B1543ee71E8557fa0183aB5F4C0Dd62B";
55+
const TESTNET_EVM_SUPPLY_SOURCE_ADDRESS: &str = "0x0a698761AAbc10B401B0702dedf04DAB3bCA6E60";
5656
const TESTNET_EVM_GATEWAY_ADDRESS: &str = "0x77aa40b105843728088c0132e43fc44348881da8";
5757
const TESTNET_EVM_REGISTRY_ADDRESS: &str = "0x74539671a1d2f1c8f200826baba665179f53a1b7";
5858

0 commit comments

Comments
 (0)