Deploying to gh-pages from @ ethereum-lists/chains@396deaaf77 🚀

This commit is contained in:
ligi 2022-11-08 20:40:13 +00:00
parent 74a4a16ed1
commit d71a3ef286
9 changed files with 82 additions and 3 deletions

View File

@ -596,6 +596,14 @@
"height": 500, "height": 500,
"format": "png" "format": "png"
}] }]
}, {
"name": "doken",
"icons": [{
"url": "ipfs://bafkreifms4eio6v56oyeemnnu5luq3sc44hptan225lr45itgzu3u372iu",
"width": 200,
"height": 200,
"format": "png"
}]
}, { }, {
"name": "techpay", "name": "techpay",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

28
chains/eip155-61916.json Normal file
View File

@ -0,0 +1,28 @@
{
"name": "DoKEN Super Chain Mainnet",
"chain": "DoKEN Super Chain",
"rpc": [
"https://sgrpc.doken.dev",
"https://nyrpc.doken.dev",
"https://ukrpc.doken.dev"
],
"faucets": [],
"nativeCurrency": {
"name": "DoKEN",
"symbol": "DKN",
"decimals": 18
},
"infoURL": "https://doken.dev/",
"shortName": "DoKEN",
"chainId": 61916,
"networkId": 61916,
"icon": "doken",
"explorers": [
{
"name": "DSC Scan",
"url": "https://explore.doken.dev",
"icon": "doken",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -5614,6 +5614,19 @@
"rpc": ["https://test103.thinkiumrpc.net/"], "rpc": ["https://test103.thinkiumrpc.net/"],
"faucets": ["https://www.thinkiumdev.net/faucet"], "faucets": ["https://www.thinkiumdev.net/faucet"],
"infoURL": "https://thinkium.net/" "infoURL": "https://thinkium.net/"
}, {
"name": "DoKEN Super Chain Mainnet",
"chainId": 61916,
"shortName": "DoKEN",
"networkId": 61916,
"nativeCurrency": {
"name": "DoKEN",
"symbol": "DKN",
"decimals": 18
},
"rpc": ["https://sgrpc.doken.dev", "https://nyrpc.doken.dev", "https://ukrpc.doken.dev"],
"faucets": [],
"infoURL": "https://doken.dev/"
}, { }, {
"name": "Celo Baklava Testnet", "name": "Celo Baklava Testnet",
"chainId": 62320, "chainId": 62320,

View File

@ -8113,6 +8113,27 @@
"url": "https://test103.thinkiumscan.net", "url": "https://test103.thinkiumscan.net",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "DoKEN Super Chain Mainnet",
"chain": "DoKEN Super Chain",
"rpc": ["https://sgrpc.doken.dev", "https://nyrpc.doken.dev", "https://ukrpc.doken.dev"],
"faucets": [],
"nativeCurrency": {
"name": "DoKEN",
"symbol": "DKN",
"decimals": 18
},
"infoURL": "https://doken.dev/",
"shortName": "DoKEN",
"chainId": 61916,
"networkId": 61916,
"icon": "doken",
"explorers": [{
"name": "DSC Scan",
"url": "https://explore.doken.dev",
"icon": "doken",
"standard": "EIP3091"
}]
}, { }, {
"name": "Celo Baklava Testnet", "name": "Celo Baklava Testnet",
"chainId": 62320, "chainId": 62320,

8
icons/doken.json Normal file
View File

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

View File

@ -431,6 +431,7 @@
"TKM-test1": "eip155:60001", "TKM-test1": "eip155:60001",
"TKM-test2": "eip155:60002", "TKM-test2": "eip155:60002",
"TKM-test103": "eip155:60103", "TKM-test103": "eip155:60103",
"DoKEN": "eip155:61916",
"BKLV": "eip155:62320", "BKLV": "eip155:62320",
"mtv": "eip155:62621", "mtv": "eip155:62621",
"ecs": "eip155:63000", "ecs": "eip155:63000",