diff --git a/_data/chains/eip155-210210.json b/_data/chains/eip155-210210.json new file mode 100644 index 000000000000..c27c29520b03 --- /dev/null +++ b/_data/chains/eip155-210210.json @@ -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" + } + ] +} diff --git a/_data/icons/sorianTestnet.json b/_data/icons/sorianTestnet.json new file mode 100644 index 000000000000..cb49bb7a8619 --- /dev/null +++ b/_data/icons/sorianTestnet.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmZmrcLYFtPZb36MZ1DyQpR7Lw8CWPP7x3Bx2anCjVWfMR", + "width": 500, + "height": 500, + "format": "png" + } +]