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@396deaaf77 🚀
This commit is contained in:
parent
74a4a16ed1
commit
d71a3ef286
|
@ -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
28
chains/eip155-61916.json
Normal 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
|
@ -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,
|
||||||
|
|
|
@ -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
8
icons/doken.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://bafkreifms4eio6v56oyeemnnu5luq3sc44hptan225lr45itgzu3u372iu",
|
||||||
|
"width": 200,
|
||||||
|
"height": 200,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user