Skip to content

Commit

Permalink
Merge pull request #2822 from novasamatech/dev-pre-configured-networks
Browse files Browse the repository at this point in the history
Added dev pre configured networks
  • Loading branch information
antonijzelinskij authored Jun 28, 2024
2 parents 3fe3edb + b1d6cf6 commit c2e4378
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 0 deletions.
11 changes: 11 additions & 0 deletions chains/v20/preConfigured/chains_dev.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[
{
"chainId": "a483f28729c8665930d7391d48bd371c5be944a6d45c68bec1f01d725610d071",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg",
"name": "Magnet"
},
{
"chainId": "01f15f9d48ea279640cb35267bfd33a88bb4c21ebb00b129e9bc2d2236aaafdb",
"name": "SoonSocial"
}
]
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"chainId": "a483f28729c8665930d7391d48bd371c5be944a6d45c68bec1f01d725610d071",
"name": "Magnet",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg",
"assets": [
{
"assetId": 0,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"chainId": "01f15f9d48ea279640cb35267bfd33a88bb4c21ebb00b129e9bc2d2236aaafdb",
"name": "Muse",
"assets": [
{
"assetId": 0,
"symbol": "SOON",
"precision": 10,
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg"
}
],
"nodes": [
{
"url": "wss://rco-para.subsocial.network",
"name": "Public node"
}
],
"addressPrefix": 28,
"options": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"chainId": "a483f28729c8665930d7391d48bd371c5be944a6d45c68bec1f01d725610d071",
"name": "Magnet",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Polkadot.svg",
"assets": [
{
"assetId": 0,
"symbol": "DOT",
"precision": 10,
"priceId": "polkadot",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Polkadot.svg"
}
],
"nodes": [
{
"url": "wss://magnet-rpc.magport.io/ws",
"name": "Public node"
}
],
"addressPrefix": 42,
"options": []
}

0 comments on commit c2e4378

Please sign in to comment.