Deploying to gh-pages from @ ethereum-lists/chains@8658790baa 🚀

This commit is contained in:
ligi 2022-08-20 12:40:16 +00:00
parent 4fec1701a9
commit 88688daad0
8 changed files with 85 additions and 2 deletions

File diff suppressed because one or more lines are too long

34
chains/eip155-11888.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "SanR Chain",
"chain": "SanRChain",
"rpc": [
"https://sanrchain-node.santiment.net"
],
"faucets": [],
"nativeCurrency": {
"name": "nSAN",
"symbol": "nSAN",
"decimals": 18
},
"infoURL": "https://sanr.app",
"shortName": "SAN",
"chainId": 11888,
"networkId": 11888,
"icon": "sanrchain",
"parent": {
"chain": "eip155-1",
"type": "L2",
"bridges": [
{
"url": "https://sanr.app"
}
]
},
"explorers": [
{
"name": "SanR Chain Explorer",
"url": "https://sanrchain-explorer.santiment.net",
"standard": "none"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -4158,6 +4158,19 @@
"rpc": ["https://rpc.testnet.shyft.network/"],
"faucets": [],
"infoURL": "https://shyft.network"
}, {
"name": "SanR Chain",
"chainId": 11888,
"shortName": "SAN",
"networkId": 11888,
"nativeCurrency": {
"name": "nSAN",
"symbol": "nSAN",
"decimals": 18
},
"rpc": ["https://sanrchain-node.santiment.net"],
"faucets": [],
"infoURL": "https://sanr.app"
}, {
"name": "Singularity ZERO Testnet",
"chainId": 12051,

View File

@ -5916,6 +5916,33 @@
"url": "https://bx.testnet.shyft.network",
"standard": "EIP3091"
}]
}, {
"name": "SanR Chain",
"chain": "SanRChain",
"rpc": ["https://sanrchain-node.santiment.net"],
"faucets": [],
"nativeCurrency": {
"name": "nSAN",
"symbol": "nSAN",
"decimals": 18
},
"infoURL": "https://sanr.app",
"shortName": "SAN",
"chainId": 11888,
"networkId": 11888,
"icon": "sanrchain",
"parent": {
"chain": "eip155-1",
"type": "L2",
"bridges": [{
"url": "https://sanr.app"
}]
},
"explorers": [{
"name": "SanR Chain Explorer",
"url": "https://sanrchain-explorer.santiment.net",
"standard": "none"
}]
}, {
"name": "Singularity ZERO Testnet",
"chain": "ZERO",

8
icons/sanrchain.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmPLMg5mYD8XRknvYbDkD2x7FXxYan7MPTeUWZC2CihwDM",
"width": 2048,
"height": 2048,
"format": "png"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -319,6 +319,7 @@
"quadranstestnet": "eip155:10947",
"WAGMI": "eip155:11111",
"shyftt": "eip155:11437",
"SAN": "eip155:11888",
"tZERO": "eip155:12051",
"ZERO": "eip155:12052",
"Phoenix": "eip155:13381",