Skip to content

Commit

Permalink
Add Sorian Testnet chain details
Browse files Browse the repository at this point in the history
  • Loading branch information
sorian-coin committed Oct 14, 2024
1 parent aed47d4 commit 1291701
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
33 changes: 33 additions & 0 deletions _data/chains/eip155-210210.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "Sorian Testnet",
"chain": "tSOR",
"rpc": ["https://testnet-rpc.sorian.io", "https://testnet.rpc.sorian.io"],
"faucets": [],
"icon": "sorianTestnet",
"nativeCurrency": {
"name": "Sorian Testnet",
"symbol": "tSOR",
"decimals": 18
},

"features": [
{
"name": "EIP155"
},
{
"name": "EIP1559"
}
],
"infoURL": "https://mint.sorian.io",
"shortName": "sorianTestnet",
"chainId": 210210,
"networkId": 210210,
"explorers": [
{
"name": "sorianTestnet",
"url": "https://testnet-scan.sorian.io",
"icon": "sorianTestnet",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/sorianTestnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmZmrcLYFtPZb36MZ1DyQpR7Lw8CWPP7x3Bx2anCjVWfMR",
"width": 500,
"height": 500,
"format": "png"
}
]

0 comments on commit 1291701

Please sign in to comment.