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@5b34ce844c 🚀
This commit is contained in:
parent
78a3479827
commit
c2fcab2975
|
@ -1286,6 +1286,14 @@
|
|||
"height": 48,
|
||||
"format": "svg"
|
||||
}]
|
||||
}, {
|
||||
"name": "shibarium",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmYNVkoZgRjDBQzJz6kog9mA2yPzQFW2oSKvhnkwuBhLQE",
|
||||
"width": 2000,
|
||||
"height": 2000,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "phi",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
23
chains/eip155-719.json
Normal file
23
chains/eip155-719.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Shibarium Beta",
|
||||
"chain": "Shibarium",
|
||||
"icon": "shibarium",
|
||||
"rpc": ["https://puppynet.shibrpc.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "BONE",
|
||||
"symbol": "BONE",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://beta.shibariumtech.com",
|
||||
"shortName": "shibarium",
|
||||
"chainId": 719,
|
||||
"networkId": 719,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "shibscan",
|
||||
"url": "https://puppyscan.shib.io",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -3079,6 +3079,19 @@
|
|||
"rpc": ["https://rpc-testnet.bcsdev.io", "wss://rpc-ws-testnet.bcsdev.io"],
|
||||
"faucets": ["https://faucet.bcsdev.io"],
|
||||
"infoURL": "https://blockchainstation.io"
|
||||
}, {
|
||||
"name": "Shibarium Beta",
|
||||
"chainId": 719,
|
||||
"shortName": "shibarium",
|
||||
"networkId": 719,
|
||||
"nativeCurrency": {
|
||||
"name": "BONE",
|
||||
"symbol": "BONE",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://puppynet.shibrpc.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://beta.shibariumtech.com"
|
||||
}, {
|
||||
"name": "Lycan Chain",
|
||||
"chainId": 721,
|
||||
|
|
|
@ -4605,6 +4605,26 @@
|
|||
"url": "https://testnet.bcsdev.io",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Shibarium Beta",
|
||||
"chain": "Shibarium",
|
||||
"icon": "shibarium",
|
||||
"rpc": ["https://puppynet.shibrpc.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "BONE",
|
||||
"symbol": "BONE",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://beta.shibariumtech.com",
|
||||
"shortName": "shibarium",
|
||||
"chainId": 719,
|
||||
"networkId": 719,
|
||||
"explorers": [{
|
||||
"name": "shibscan",
|
||||
"url": "https://puppyscan.shib.io",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Lycan Chain",
|
||||
"chain": "LYC",
|
||||
|
|
8
icons/shibarium.json
Normal file
8
icons/shibarium.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmYNVkoZgRjDBQzJz6kog9mA2yPzQFW2oSKvhnkwuBhLQE",
|
||||
"width": 2000,
|
||||
"height": 2000,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
BIN
iconsDownload/QmYNVkoZgRjDBQzJz6kog9mA2yPzQFW2oSKvhnkwuBhLQE
Normal file
BIN
iconsDownload/QmYNVkoZgRjDBQzJz6kog9mA2yPzQFW2oSKvhnkwuBhLQE
Normal file
Binary file not shown.
After Width: | Height: | Size: 164 KiB |
File diff suppressed because one or more lines are too long
|
@ -236,6 +236,7 @@
|
|||
"SNS": "eip155:700",
|
||||
"bcs": "eip155:707",
|
||||
"tbcs": "eip155:708",
|
||||
"shibarium": "eip155:719",
|
||||
"LYC": "eip155:721",
|
||||
"tcanto": "eip155:740",
|
||||
"vsct": "eip155:741",
|
||||
|
|
Loading…
Reference in New Issue
Block a user