From 12917016ca92dee0a198fb9421bdbc29768e0b15 Mon Sep 17 00:00:00 2001 From: sorian-coin Date: Tue, 15 Oct 2024 05:05:20 +0600 Subject: [PATCH] Add Sorian Testnet chain details --- _data/chains/eip155-210210.json | 33 +++++++++++++++++++++++++++++++++ _data/icons/sorianTestnet.json | 8 ++++++++ 2 files changed, 41 insertions(+) create mode 100644 _data/chains/eip155-210210.json create mode 100644 _data/icons/sorianTestnet.json 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" + } +]