mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@8658790baa 🚀
This commit is contained in:
parent
4fec1701a9
commit
88688daad0
File diff suppressed because one or more lines are too long
34
chains/eip155-11888.json
Normal file
34
chains/eip155-11888.json
Normal 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
|
@ -4158,6 +4158,19 @@
|
||||||
"rpc": ["https://rpc.testnet.shyft.network/"],
|
"rpc": ["https://rpc.testnet.shyft.network/"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://shyft.network"
|
"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",
|
"name": "Singularity ZERO Testnet",
|
||||||
"chainId": 12051,
|
"chainId": 12051,
|
||||||
|
|
|
@ -5916,6 +5916,33 @@
|
||||||
"url": "https://bx.testnet.shyft.network",
|
"url": "https://bx.testnet.shyft.network",
|
||||||
"standard": "EIP3091"
|
"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",
|
"name": "Singularity ZERO Testnet",
|
||||||
"chain": "ZERO",
|
"chain": "ZERO",
|
||||||
|
|
8
icons/sanrchain.json
Normal file
8
icons/sanrchain.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmPLMg5mYD8XRknvYbDkD2x7FXxYan7MPTeUWZC2CihwDM",
|
||||||
|
"width": 2048,
|
||||||
|
"height": 2048,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
BIN
iconsDownload/QmPLMg5mYD8XRknvYbDkD2x7FXxYan7MPTeUWZC2CihwDM
Normal file
BIN
iconsDownload/QmPLMg5mYD8XRknvYbDkD2x7FXxYan7MPTeUWZC2CihwDM
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
|
@ -319,6 +319,7 @@
|
||||||
"quadranstestnet": "eip155:10947",
|
"quadranstestnet": "eip155:10947",
|
||||||
"WAGMI": "eip155:11111",
|
"WAGMI": "eip155:11111",
|
||||||
"shyftt": "eip155:11437",
|
"shyftt": "eip155:11437",
|
||||||
|
"SAN": "eip155:11888",
|
||||||
"tZERO": "eip155:12051",
|
"tZERO": "eip155:12051",
|
||||||
"ZERO": "eip155:12052",
|
"ZERO": "eip155:12052",
|
||||||
"Phoenix": "eip155:13381",
|
"Phoenix": "eip155:13381",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user