Skip to content

Commit 06ab791

Browse files
committed
fix
1 parent ca52eb7 commit 06ab791

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

contract_manager/store/chains/EvmChains.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,17 +1281,18 @@
12811281
"type": "EvmChain"
12821282
},
12831283
{
1284-
"id": "ethereal_devnet",
1285-
"mainnet": false,
1286-
"rpcUrl": "https://rpc-ethereal-devnet-0.t.conduit.xyz/",
1287-
"networkId": 13374201,
1288-
"type": "EvmChain"
1289-
},
1290-
{
1291-
"id": "ethereal_testnet_v2",
1292-
"mainnet": false,
1293-
"rpcUrl": "https://rpc-ethereal-testnet-0.t.conduit.xyz",
1294-
"networkId": 13374202,
1295-
"type": "EvmChain"
1284+
"id": "ethereal_devnet",
1285+
"mainnet": false,
1286+
"rpcUrl": "https://rpc-ethereal-devnet-0.t.conduit.xyz/",
1287+
"networkId": 13374201,
1288+
"type": "EvmChain"
1289+
},
1290+
{
1291+
"id": "ethereal_testnet_v2",
1292+
"mainnet": false,
1293+
"rpcUrl": "https://rpc-ethereal-testnet-0.t.conduit.xyz",
1294+
"networkId": 13374202,
1295+
"type": "EvmChain"
12961296
}
1297+
12971298
]

0 commit comments

Comments
 (0)