Create eip155-262.json (#457)

Add SUR Blockchain Network
This commit is contained in:
Alireza Zojaji 2021-10-06 13:46:14 +03:30 committed by GitHub
parent e90bf45367
commit 019a12c0ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,25 @@
{
"name": "SUR Blockchain Network",
"chain": "SUR",
"network": "mainnet",
"rpc": [
"https://sur.nilin.org"
],
"faucets": [],
"nativeCurrency": {
"name": "Suren",
"symbol": "SRN",
"decimals": 18
},
"infoURL": "https://surnet.org",
"shortName": "SUR",
"chainId": 262,
"networkId": 1,
"icon": "SUR",
"explorers": [{
"name": "Surnet Explorer",
"url": "https://explorer.surnet.org/",
"icon": "SUR",
"standard": "EIP3091"
}]
}