Skip to content

Commit 4d4a9cc

Browse files
committed
fix: update subnet configuration for deployment settings
- Changed subnet ID in `ipc-subnet-config.yml` to a new value. - Disabled deployment and activation of the subnet in initialization settings for a more controlled setup.
1 parent 8aa0ee2 commit 4d4a9cc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/ipc-subnet-manager/ipc-subnet-config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Subnet Configuration
55
subnet:
66
# Subnet ID - get this from your subnet creation
7-
id: "/r314159/t410f2pjrl3woxjvyjm7nnk2tfv3dhyykexithlsyima"
7+
id: "/r314159/t410fdg2vwrukcxeopg3sfslrmsf2fkxjyzfldcnf7kq"
88
# Parent chain RPC endpoint
99
parent_rpc: "https://api.calibration.node.glif.io/rpc/v1"
1010
#parent_rpc: "http://localhost:8555"
@@ -64,8 +64,8 @@ paths:
6464
# Initialization Settings
6565
init:
6666
# Deploy new subnet and gateway contracts (set true for fresh deployment)
67-
deploy_subnet: true
68-
activate_subnet: true
67+
deploy_subnet: false
68+
activate_subnet: false
6969
# node-topdown-mode passed to `ipc-cli subnet init` (legacy | f3 | auto)
7070
node_topdown_mode: "legacy"
7171
# Supply source (native or ERC20)

0 commit comments

Comments
 (0)