Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

UPDATE: M2.5 contract addresses #384

Merged
merged 1 commit into from
Nov 7, 2023
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
4 changes: 2 additions & 2 deletions docs/quickstart-calibration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down
4 changes: 2 additions & 2 deletions ipc/provider/src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down
Loading