Skip to content

Commit

Permalink
Update preconfigured chains (#3202)
Browse files Browse the repository at this point in the history
Co-authored-by: novasama-bot <140433189+novasama-bot[bot]@users.noreply.github.com>
  • Loading branch information
novasama-bot[bot] authored Nov 22, 2024
1 parent ed1d92d commit db62eaa
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 8 deletions.
4 changes: 4 additions & 0 deletions chains/v21/preConfigured/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,10 @@
"chainId": "c87870ef90a438d574b8e320f17db372c50f62beb52e479c8ff6ee5b460670b9",
"name": "OPAL by UNIQUE (TESTNET)"
},
{
"chainId": "d9b288f9083f852f2729af58476b82b04bc9ed7e07d705614a843c93460974b2",
"name": "Phala PoC-6 (TESTNET)"
},
{
"chainId": "2ace05e703aa50b48c0ccccfc8b424f7aab9a1e2c424ed12e45d20b1e8ffd0d6",
"name": "Polymesh Testnet (TESTNET)"
Expand Down
4 changes: 4 additions & 0 deletions chains/v21/preConfigured/chains_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,10 @@
"chainId": "c87870ef90a438d574b8e320f17db372c50f62beb52e479c8ff6ee5b460670b9",
"name": "OPAL by UNIQUE (TESTNET)"
},
{
"chainId": "d9b288f9083f852f2729af58476b82b04bc9ed7e07d705614a843c93460974b2",
"name": "Phala PoC-6 (TESTNET)"
},
{
"chainId": "ddb89973361a170839f80f152d2e9e38a376a5a7eccefcade763f46a8e567019",
"name": "Shibuya Testnet (TESTNET)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
{
"url": "wss://rpc-0.gemini-3h.subspace.network/ws",
"name": "US"
},
{
"url": "wss://rpc-1.gemini-3h.subspace.network/ws",
"name": "US2"
}
],
"addressPrefix": 2254
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"chainId": "d9b288f9083f852f2729af58476b82b04bc9ed7e07d705614a843c93460974b2",
"name": "Phala PoC-6 (TESTNET)",
"assets": [
{
"assetId": 0,
"symbol": "PHA",
"precision": 12,
"icon": "PHA.svg"
}
],
"nodes": [
{
"url": "wss://poc6.phala.network/ws",
"name": "Phala Network"
}
],
"addressPrefix": 30
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
{
"url": "wss://rpc-0.gemini-3h.subspace.network/ws",
"name": "US"
},
{
"url": "wss://rpc-1.gemini-3h.subspace.network/ws",
"name": "US2"
}
],
"addressPrefix": 2254
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"chainId": "d9b288f9083f852f2729af58476b82b04bc9ed7e07d705614a843c93460974b2",
"name": "Phala PoC-6 (TESTNET)",
"assets": [
{
"assetId": 0,
"symbol": "PHA",
"precision": 12,
"icon": "PHA.svg"
}
],
"nodes": [
{
"url": "wss://poc6.phala.network/ws",
"name": "Phala Network"
}
],
"addressPrefix": 30
}

0 comments on commit db62eaa

Please sign in to comment.