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

Commit

Permalink
Merge pull request #384 from consensus-shipyard/update/m2.5-contract-…
Browse files Browse the repository at this point in the history
…addr

UPDATE: M2.5 contract addresses
  • Loading branch information
adlrocha authored Nov 7, 2023
2 parents 710193b + de46f5d commit 55c3957
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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

0 comments on commit 55c3957

Please sign in to comment.