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@32e3147736 🚀
This commit is contained in:
parent
7e20ad60a4
commit
853d576cb0
|
@ -278,6 +278,14 @@
|
||||||
"height": 400,
|
"height": 400,
|
||||||
"format": "png"
|
"format": "png"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "bcts",
|
||||||
|
"icons": [{
|
||||||
|
"url": "ipfs://bafkreig7x5z4j6vh2r3pugmjnob3tmlksaekhqcgsorqzvs55o6v7ehqd4",
|
||||||
|
"width": 682,
|
||||||
|
"height": 512,
|
||||||
|
"format": "png"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "memo",
|
"name": "memo",
|
||||||
"icons": [{
|
"icons": [{
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
25
chains/eip155-94.json
Normal file
25
chains/eip155-94.json
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"name": "SwissDLT",
|
||||||
|
"chain": "SDLT",
|
||||||
|
"rpc": ["https://rpc.swissdlt.ch"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "BCTS",
|
||||||
|
"symbol": "BCTS",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
||||||
|
"infoURL": "https://bcts.ch",
|
||||||
|
"shortName": "sdlt",
|
||||||
|
"chainId": 94,
|
||||||
|
"networkId": 94,
|
||||||
|
"icon": "bcts",
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "SwissDLT Explorer",
|
||||||
|
"url": "https://explorer.swissdlt.ch",
|
||||||
|
"icon": "bcts",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -1207,6 +1207,19 @@
|
||||||
"rpc": ["https://s3.garizon.net/rpc"],
|
"rpc": ["https://s3.garizon.net/rpc"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://garizon.com"
|
"infoURL": "https://garizon.com"
|
||||||
|
}, {
|
||||||
|
"name": "SwissDLT",
|
||||||
|
"chainId": 94,
|
||||||
|
"shortName": "sdlt",
|
||||||
|
"networkId": 94,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "BCTS",
|
||||||
|
"symbol": "BCTS",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://rpc.swissdlt.ch"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://bcts.ch"
|
||||||
}, {
|
}, {
|
||||||
"name": "CryptoKylin Testnet",
|
"name": "CryptoKylin Testnet",
|
||||||
"chainId": 95,
|
"chainId": 95,
|
||||||
|
|
|
@ -1740,6 +1740,32 @@
|
||||||
"chain": "eip155-90",
|
"chain": "eip155-90",
|
||||||
"type": "shard"
|
"type": "shard"
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
"name": "SwissDLT",
|
||||||
|
"chain": "SDLT",
|
||||||
|
"rpc": ["https://rpc.swissdlt.ch"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "BCTS",
|
||||||
|
"symbol": "BCTS",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"features": [{
|
||||||
|
"name": "EIP155"
|
||||||
|
}, {
|
||||||
|
"name": "EIP1559"
|
||||||
|
}],
|
||||||
|
"infoURL": "https://bcts.ch",
|
||||||
|
"shortName": "sdlt",
|
||||||
|
"chainId": 94,
|
||||||
|
"networkId": 94,
|
||||||
|
"icon": "bcts",
|
||||||
|
"explorers": [{
|
||||||
|
"name": "SwissDLT Explorer",
|
||||||
|
"url": "https://explorer.swissdlt.ch",
|
||||||
|
"icon": "bcts",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "CryptoKylin Testnet",
|
"name": "CryptoKylin Testnet",
|
||||||
"chain": "EOS",
|
"chain": "EOS",
|
||||||
|
|
8
icons/bcts.json
Normal file
8
icons/bcts.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://bafkreig7x5z4j6vh2r3pugmjnob3tmlksaekhqcgsorqzvs55o6v7ehqd4",
|
||||||
|
"width": 682,
|
||||||
|
"height": 512,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -92,6 +92,7 @@
|
||||||
"gar-s1": "eip155:91",
|
"gar-s1": "eip155:91",
|
||||||
"gar-s2": "eip155:92",
|
"gar-s2": "eip155:92",
|
||||||
"gar-s3": "eip155:93",
|
"gar-s3": "eip155:93",
|
||||||
|
"sdlt": "eip155:94",
|
||||||
"kylin": "eip155:95",
|
"kylin": "eip155:95",
|
||||||
"bkc": "eip155:96",
|
"bkc": "eip155:96",
|
||||||
"bnbt": "eip155:97",
|
"bnbt": "eip155:97",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user