From de46f5d775ab6898497638b2a685839ce2534315 Mon Sep 17 00:00:00 2001 From: Alfonso de la Rocha Date: Tue, 7 Nov 2023 17:50:57 +0100 Subject: [PATCH] UPDATE: M2.5 contract addresses --- README.md | 4 ++-- docs/quickstart-calibration.md | 4 ++-- ipc/provider/src/config/mod.rs | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7ff38f65..5fb90866 100644 --- a/README.md +++ b/README.md @@ -79,10 +79,10 @@ keystore_path = "~/.ipc" id = "/r314159" [subnets.config] -gateway_addr = "0x5Be26735Ab7A70B057e76e31953d8811f95b05AC" +gateway_addr = "0x0341fA160C66aBB112195192aE359a6D61df45cd" network_type = "fevm" provider_http = "https://api.calibration.node.glif.io/rpc/v1" -registry_addr = "0x2fdf1b18907341b751B32aF7088D32f6f5a617E0" +registry_addr = "0xc7068Cea947035560128a6a6F4c8913523A5A44C" ``` To be able to interact with Calibration and run new subnets, some FIL should be provided to, at least, the wallet that will be used by the `ipc-cli` to interact with IPC. You can request some tFIL for your address through the [Calibration Faucet](https://faucet.calibration.fildev.network/funds.html). diff --git a/docs/quickstart-calibration.md b/docs/quickstart-calibration.md index 812fa6c9..40654d11 100644 --- a/docs/quickstart-calibration.md +++ b/docs/quickstart-calibration.md @@ -70,8 +70,8 @@ id = "/r314159" [subnets.config] network_type = "fevm" provider_http = "https://api.calibration.node.glif.io/rpc/v1" -gateway_addr = "0x5Be26735Ab7A70B057e76e31953d8811f95b05AC" -registry_addr = "0x2fdf1b18907341b751B32aF7088D32f6f5a617E0" +gateway_addr = "0x0341fA160C66aBB112195192aE359a6D61df45cd" +registry_addr = "0xc7068Cea947035560128a6a6F4c8913523A5A44C" # Subnet template - uncomment and adjust before using # [[subnets]] diff --git a/ipc/provider/src/config/mod.rs b/ipc/provider/src/config/mod.rs index 070b3701..fc8dbd88 100644 --- a/ipc/provider/src/config/mod.rs +++ b/ipc/provider/src/config/mod.rs @@ -37,8 +37,8 @@ id = "/r314159" [subnets.config] network_type = "fevm" provider_http = "https://api.calibration.node.glif.io/rpc/v1" -gateway_addr = "0x5Be26735Ab7A70B057e76e31953d8811f95b05AC" -registry_addr = "0x2fdf1b18907341b751B32aF7088D32f6f5a617E0" +gateway_addr = "0x0341fA160C66aBB112195192aE359a6D61df45cd" +registry_addr = "0xc7068Cea947035560128a6a6F4c8913523A5A44C" # Subnet template - uncomment and adjust before using # [[subnets]]