Skip to content

Commit

Permalink
Update preconfigured chains (#3361)
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 Jan 16, 2025
1 parent e9b6806 commit f7997d4
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
4 changes: 4 additions & 0 deletions chains/v21/preConfigured/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,10 @@
"chainId": "295aeafca762a304d92ee1505548695091f6082d3f0aa4d092ac3cd6397a6c5e",
"name": "Autonomys Taurus Testnet (TESTNET)"
},
{
"chainId": "b90d85934bfb24c3dda047c1e46eba140b4f18fd5c2810f763dd2d6be8047370",
"name": "Beresheet (TESTNET)"
},
{
"chainId": "c2e43792c8acc075e564558f9a2184a0ffe9b0fd573969599eee9b647358c6cf",
"name": "Creditcoin PoS Testnet (TESTNET)"
Expand Down
2 changes: 1 addition & 1 deletion chains/v21/preConfigured/chains_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
},
{
"chainId": "f2b8faefcf9c370872d0b4d2eee31d46b4de4a8688153d23d82a39e2d6bc8bbc",
"name": "NeuroWeb Testnet (TESTNET)"
"name": "Neuro Testnet (TESTNET)"
},
{
"chainId": "65c489fb7bfaf4a27f283faf694a64a8d7ae8fc0ed970fc4ebbf25d03095e4d0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"chainId": "b90d85934bfb24c3dda047c1e46eba140b4f18fd5c2810f763dd2d6be8047370",
"name": "Beresheet (TESTNET)",
"assets": [
{
"assetId": 0,
"symbol": "tEDG",
"precision": 18,
"icon": "Default.svg"
}
],
"nodes": [
{
"url": "wss://beresheet.jelliedowl.net",
"name": "JelliedOwl"
}
],
"addressPrefix": 7
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chainId": "f2b8faefcf9c370872d0b4d2eee31d46b4de4a8688153d23d82a39e2d6bc8bbc",
"name": "NeuroWeb Testnet (TESTNET)",
"name": "Neuro Testnet (TESTNET)",
"assets": [
{
"assetId": 0,
Expand Down

0 comments on commit f7997d4

Please sign in to comment.