Deploying to gh-pages from @ ethereum-lists/chains@e91f236262 🚀
|
@ -630,6 +630,14 @@
|
||||||
"height": 2048,
|
"height": 2048,
|
||||||
"format": "png"
|
"format": "png"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "nautilus",
|
||||||
|
"icons": [{
|
||||||
|
"url": "ipfs://QmNutSgM7n6aJPPDiofe9Dm1epy1RcYTMvugukLUK2vmPM",
|
||||||
|
"width": 500,
|
||||||
|
"height": 500,
|
||||||
|
"format": "png"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "blg",
|
"name": "blg",
|
||||||
"icons": [{
|
"icons": [{
|
||||||
|
|
24
chains/eip155-91002.json
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"name": "Nautilus Chain",
|
||||||
|
"title": "Nautilus Trition Testnet",
|
||||||
|
"chain": "ETH",
|
||||||
|
"icon": "nautilus",
|
||||||
|
"rpc": ["https://triton.api.nautchain.xyz"],
|
||||||
|
"faucets": ["https://faucet.eclipse.builders"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Nautilus Zebec Testnet Tokens",
|
||||||
|
"symbol": "tZBC",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://docs.nautchain.xyz",
|
||||||
|
"shortName": "NAUT",
|
||||||
|
"chainId": 91002,
|
||||||
|
"networkId": 91002,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "Nautscan",
|
||||||
|
"url": "https://triton.nautscan.com",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -9696,6 +9696,19 @@
|
||||||
"rpc": ["https://rpc.beverlyhills.ethdevops.io:8545"],
|
"rpc": ["https://rpc.beverlyhills.ethdevops.io:8545"],
|
||||||
"faucets": ["https://faucet.beverlyhills.ethdevops.io"],
|
"faucets": ["https://faucet.beverlyhills.ethdevops.io"],
|
||||||
"infoURL": "https://beverlyhills.ethdevops.io"
|
"infoURL": "https://beverlyhills.ethdevops.io"
|
||||||
|
}, {
|
||||||
|
"name": "Nautilus Chain",
|
||||||
|
"chainId": 91002,
|
||||||
|
"shortName": "NAUT",
|
||||||
|
"networkId": 91002,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Nautilus Zebec Testnet Tokens",
|
||||||
|
"symbol": "tZBC",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://triton.api.nautchain.xyz"],
|
||||||
|
"faucets": ["https://faucet.eclipse.builders"],
|
||||||
|
"infoURL": "https://docs.nautchain.xyz"
|
||||||
}, {
|
}, {
|
||||||
"name": "Lambda Testnet",
|
"name": "Lambda Testnet",
|
||||||
"chainId": 92001,
|
"chainId": 92001,
|
||||||
|
|
|
@ -14691,6 +14691,27 @@
|
||||||
"url": "https://explorer.beverlyhills.ethdevops.io",
|
"url": "https://explorer.beverlyhills.ethdevops.io",
|
||||||
"standard": "none"
|
"standard": "none"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Nautilus Chain",
|
||||||
|
"title": "Nautilus Trition Testnet",
|
||||||
|
"chain": "ETH",
|
||||||
|
"icon": "nautilus",
|
||||||
|
"rpc": ["https://triton.api.nautchain.xyz"],
|
||||||
|
"faucets": ["https://faucet.eclipse.builders"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Nautilus Zebec Testnet Tokens",
|
||||||
|
"symbol": "tZBC",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://docs.nautchain.xyz",
|
||||||
|
"shortName": "NAUT",
|
||||||
|
"chainId": 91002,
|
||||||
|
"networkId": 91002,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Nautscan",
|
||||||
|
"url": "https://triton.nautscan.com",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Lambda Testnet",
|
"name": "Lambda Testnet",
|
||||||
"chain": "Lambda",
|
"chain": "Lambda",
|
||||||
|
|
8
icons/nautilus.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmNutSgM7n6aJPPDiofe9Dm1epy1RcYTMvugukLUK2vmPM",
|
||||||
|
"width": 500,
|
||||||
|
"height": 500,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
|
@ -745,6 +745,7 @@
|
||||||
"chz": "eip155:88880",
|
"chz": "eip155:88880",
|
||||||
"ivar": "eip155:88888",
|
"ivar": "eip155:88888",
|
||||||
"bvhl": "eip155:90210",
|
"bvhl": "eip155:90210",
|
||||||
|
"NAUT": "eip155:91002",
|
||||||
"lambda-testnet": "eip155:92001",
|
"lambda-testnet": "eip155:92001",
|
||||||
"mantis": "eip155:96970",
|
"mantis": "eip155:96970",
|
||||||
"BobaBnbOld": "eip155:97288",
|
"BobaBnbOld": "eip155:97288",
|
||||||
|
|
Before Width: | Height: | Size: 516 B |
Before Width: | Height: | Size: 352 B |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 172 B |
Before Width: | Height: | Size: 234 B |
Before Width: | Height: | Size: 624 B |
Before Width: | Height: | Size: 183 B |
Before Width: | Height: | Size: 328 B |