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 #411 from consensus-shipyard/maciej/mycelium
Browse files Browse the repository at this point in the history
New IPC contracts on Calibnet + new Mycelium Subnet ID
  • Loading branch information
maciejwitowski authored Dec 1, 2023
2 parents fc2c0b2 + 11e35c7 commit 6453ec4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ id = "/r314159"
[subnets.config]
network_type = "fevm"
provider_http = "https://api.calibration.node.glif.io/rpc/v1"
gateway_addr = "0x0341fA160C66aBB112195192aE359a6D61df45cd"
registry_addr = "0xc7068Cea947035560128a6a6F4c8913523A5A44C"
gateway_addr = "0x2e994B75095a39EB7C6dDA0516731B02AbcDbdb4"
registry_addr = "0x5FE1a06cA4534cB878260522a572e2254214261D"
# Mycelium Calibration
[[subnets]]
id = "/r314159/t410f2kwh2xm2zxaeb7kiznrappz3be7ivdc36dnzr2q"
id = "/r314159/t410f3psqt4olacthtwmksoxapz2r2hbsohs6kxe636y"
[subnets.config]
network_type = "fevm"
Expand Down
6 changes: 3 additions & 3 deletions ipc/provider/src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ id = "/r314159"
[subnets.config]
network_type = "fevm"
provider_http = "https://api.calibration.node.glif.io/rpc/v1"
gateway_addr = "0x0341fA160C66aBB112195192aE359a6D61df45cd"
registry_addr = "0xc7068Cea947035560128a6a6F4c8913523A5A44C"
gateway_addr = "0x2e994B75095a39EB7C6dDA0516731B02AbcDbdb4"
registry_addr = "0x5FE1a06cA4534cB878260522a572e2254214261D"
# Mycelium Calibration
[[subnets]]
id = "/r314159/t410f2kwh2xm2zxaeb7kiznrappz3be7ivdc36dnzr2q"
id = "/r314159/t410f3psqt4olacthtwmksoxapz2r2hbsohs6kxe636y"
[subnets.config]
network_type = "fevm"
Expand Down

0 comments on commit 6453ec4

Please sign in to comment.