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@8d861693f1 🚀
This commit is contained in:
parent
2d8d33eb15
commit
7047468793
|
@ -78,6 +78,14 @@
|
|||
"height": 512,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "siriusnet",
|
||||
"icons": [{
|
||||
"url": "ipfs://bafybeifp6dbzrzrpsgtsxvlbffhxgtdlvbmmsbvlmk2ukeakjhu5ug4ycy",
|
||||
"width": 500,
|
||||
"height": 500,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "dx",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
24
chains/eip155-67390.json
Normal file
24
chains/eip155-67390.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "SiriusNet",
|
||||
"chain": "SIN",
|
||||
"rpc": [
|
||||
"https://u0tnafcv6j:o2T045sxuCNXL878RDQLp5__Zj-es2cvdjtgkl4etn0@u0v7kwtvtg-u0wj114sve-rpc.us0-aws.kaleido.io/"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "MCD",
|
||||
"symbol": "MCD",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://macaucasinolisboa.xyz",
|
||||
"shortName": "mcl",
|
||||
"chainId": 67390,
|
||||
"networkId": 67390,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "siriusnetscan",
|
||||
"url": "https://siriusnet.tryethernal.com",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -5718,6 +5718,19 @@
|
|||
"rpc": ["https://rpc.tst.ecredits.com"],
|
||||
"faucets": ["https://faucet.tst.ecredits.com"],
|
||||
"infoURL": "https://ecredits.com"
|
||||
}, {
|
||||
"name": "SiriusNet",
|
||||
"chainId": 67390,
|
||||
"shortName": "mcl",
|
||||
"networkId": 67390,
|
||||
"nativeCurrency": {
|
||||
"name": "MCD",
|
||||
"symbol": "MCD",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://u0tnafcv6j:o2T045sxuCNXL878RDQLp5__Zj-es2cvdjtgkl4etn0@u0v7kwtvtg-u0wj114sve-rpc.us0-aws.kaleido.io/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://macaucasinolisboa.xyz"
|
||||
}, {
|
||||
"name": "Condrieu",
|
||||
"chainId": 69420,
|
||||
|
|
|
@ -8270,6 +8270,25 @@
|
|||
"icon": "ecredits",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "SiriusNet",
|
||||
"chain": "SIN",
|
||||
"rpc": ["https://u0tnafcv6j:o2T045sxuCNXL878RDQLp5__Zj-es2cvdjtgkl4etn0@u0v7kwtvtg-u0wj114sve-rpc.us0-aws.kaleido.io/"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "MCD",
|
||||
"symbol": "MCD",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://macaucasinolisboa.xyz",
|
||||
"shortName": "mcl",
|
||||
"chainId": 67390,
|
||||
"networkId": 67390,
|
||||
"explorers": [{
|
||||
"name": "siriusnetscan",
|
||||
"url": "https://siriusnet.tryethernal.com",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Condrieu",
|
||||
"title": "Ethereum Verkle Testnet Condrieu",
|
||||
|
|
8
icons/siriusnet.json
Normal file
8
icons/siriusnet.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://bafybeifp6dbzrzrpsgtsxvlbffhxgtdlvbmmsbvlmk2ukeakjhu5ug4ycy",
|
||||
"width": 500,
|
||||
"height": 500,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
|
@ -439,6 +439,7 @@
|
|||
"mtv": "eip155:62621",
|
||||
"ecs": "eip155:63000",
|
||||
"ecs-testnet": "eip155:63001",
|
||||
"mcl": "eip155:67390",
|
||||
"cndr": "eip155:69420",
|
||||
"TKM0": "eip155:70000",
|
||||
"TKM1": "eip155:70001",
|
||||
|
|
Loading…
Reference in New Issue
Block a user