-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2822 from novasamatech/dev-pre-configured-networks
Added dev pre configured networks
- Loading branch information
Showing
4 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] |
1 change: 1 addition & 0 deletions
1
...eConfigured/details/a483f28729c8665930d7391d48bd371c5be944a6d45c68bec1f01d725610d071.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
...nfigured/detailsDev/01f15f9d48ea279640cb35267bfd33a88bb4c21ebb00b129e9bc2d2236aaafdb.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [] | ||
} |
22 changes: 22 additions & 0 deletions
22
...nfigured/detailsDev/a483f28729c8665930d7391d48bd371c5be944a6d45c68bec1f01d725610d071.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [] | ||
} |