Deploying to gh-pages from @ ethereum-lists/chains@5b34ce844c 🚀

This commit is contained in:
ligi 2023-05-24 11:56:32 +00:00
parent 78a3479827
commit c2fcab2975
11 changed files with 77 additions and 4 deletions

View File

@ -1286,6 +1286,14 @@
"height": 48, "height": 48,
"format": "svg" "format": "svg"
}] }]
}, {
"name": "shibarium",
"icons": [{
"url": "ipfs://QmYNVkoZgRjDBQzJz6kog9mA2yPzQFW2oSKvhnkwuBhLQE",
"width": 2000,
"height": 2000,
"format": "png"
}]
}, { }, {
"name": "phi", "name": "phi",
"icons": [{ "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
View 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

View File

@ -3079,6 +3079,19 @@
"rpc": ["https://rpc-testnet.bcsdev.io", "wss://rpc-ws-testnet.bcsdev.io"], "rpc": ["https://rpc-testnet.bcsdev.io", "wss://rpc-ws-testnet.bcsdev.io"],
"faucets": ["https://faucet.bcsdev.io"], "faucets": ["https://faucet.bcsdev.io"],
"infoURL": "https://blockchainstation.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", "name": "Lycan Chain",
"chainId": 721, "chainId": 721,

View File

@ -4605,6 +4605,26 @@
"url": "https://testnet.bcsdev.io", "url": "https://testnet.bcsdev.io",
"standard": "EIP3091" "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", "name": "Lycan Chain",
"chain": "LYC", "chain": "LYC",

8
icons/shibarium.json Normal file
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

File diff suppressed because one or more lines are too long

View File

@ -236,6 +236,7 @@
"SNS": "eip155:700", "SNS": "eip155:700",
"bcs": "eip155:707", "bcs": "eip155:707",
"tbcs": "eip155:708", "tbcs": "eip155:708",
"shibarium": "eip155:719",
"LYC": "eip155:721", "LYC": "eip155:721",
"tcanto": "eip155:740", "tcanto": "eip155:740",
"vsct": "eip155:741", "vsct": "eip155:741",