mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Merge branch 'ethereum-lists:master' into patch-1
This commit is contained in:
commit
e09bfe7bf0
24
_data/chains/eip155-1337.json
Normal file
24
_data/chains/eip155-1337.json
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"name": "CENNZnet Azalea",
|
||||||
|
"chain": "CENNZnet",
|
||||||
|
"network": "azalea",
|
||||||
|
"rpc": [
|
||||||
|
"https://cennznet.unfrastructure.io/public"
|
||||||
|
],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "CPAY",
|
||||||
|
"symbol": "CPAY",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://cennz.net",
|
||||||
|
"shortName": "cennz-a",
|
||||||
|
"chainId": 1337,
|
||||||
|
"networkId": 1337,
|
||||||
|
"icon": "cennz",
|
||||||
|
"explorers": [{
|
||||||
|
"name": "UNcover",
|
||||||
|
"url": "https://uncoverexplorer.com",
|
||||||
|
"standard": "none"
|
||||||
|
}]
|
||||||
|
}
|
||||||
26
_data/chains/eip155-141.json
Normal file
26
_data/chains/eip155-141.json
Normal file
|
|
@ -0,0 +1,26 @@
|
||||||
|
{
|
||||||
|
"name": "Openpiece Testnet",
|
||||||
|
"chain": "OPENPIECE",
|
||||||
|
"icon": "openpiece",
|
||||||
|
"network": "testnet",
|
||||||
|
"rpc": [
|
||||||
|
"https://testnet.openpiece.io"
|
||||||
|
],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Belly",
|
||||||
|
"symbol": "BELLY",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://cryptopiece.online",
|
||||||
|
"shortName": "OPtest",
|
||||||
|
"chainId": 141,
|
||||||
|
"networkId": 141,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "Belly Scan",
|
||||||
|
"url": "https://testnet.bellyscan.com",
|
||||||
|
"standard": "none"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
26
_data/chains/eip155-2001.json
Normal file
26
_data/chains/eip155-2001.json
Normal file
|
|
@ -0,0 +1,26 @@
|
||||||
|
{
|
||||||
|
"name": "Milkomeda Cardano (C1)",
|
||||||
|
"chain": "Milkomeda",
|
||||||
|
"icon": "milkomeda",
|
||||||
|
"network": "testnet",
|
||||||
|
"rpc": [
|
||||||
|
"https://rpc-mainnet-cardano-evm.c1.milkomeda.com"
|
||||||
|
],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "milkADA",
|
||||||
|
"symbol": "milkADA",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://www.milkomeda.com/",
|
||||||
|
"shortName": "milkomeda-c1",
|
||||||
|
"chainId": 2001,
|
||||||
|
"networkId": 2001,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "blockscout",
|
||||||
|
"url": "https://explorer-mainnet-cardano-evm.c1.milkomeda.com",
|
||||||
|
"standard": "none"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
26
_data/chains/eip155-200101.json
Normal file
26
_data/chains/eip155-200101.json
Normal file
|
|
@ -0,0 +1,26 @@
|
||||||
|
{
|
||||||
|
"name": "Milkomeda Cardano Testnet",
|
||||||
|
"chain": "Milkomeda",
|
||||||
|
"icon": "milkomeda",
|
||||||
|
"network": "mainnet",
|
||||||
|
"rpc": [
|
||||||
|
"https://rpc-devnet-cardano-evm.c1.milkomeda.com"
|
||||||
|
],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "milkTADA",
|
||||||
|
"symbol": "milkTADA",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://www.milkomeda.com/",
|
||||||
|
"shortName": "milkomeda-c1-testnet",
|
||||||
|
"chainId": 200101,
|
||||||
|
"networkId": 200101,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "blockscout",
|
||||||
|
"url": "https://explorer-devnet-cardano-evm.c1.milkomeda.com",
|
||||||
|
"standard": "none"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
21
_data/chains/eip155-3000.json
Normal file
21
_data/chains/eip155-3000.json
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"name": "CENNZnet Rata",
|
||||||
|
"chain": "CENNZnet",
|
||||||
|
"network": "rata",
|
||||||
|
"rpc": [
|
||||||
|
"https://rata.centrality.me/public"
|
||||||
|
],
|
||||||
|
"faucets": [
|
||||||
|
"https://app-faucet.centrality.me"
|
||||||
|
],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "CPAY",
|
||||||
|
"symbol": "CPAY",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://cennz.net",
|
||||||
|
"shortName": "cennz-r",
|
||||||
|
"chainId": 3000,
|
||||||
|
"networkId": 3000,
|
||||||
|
"icon": "cennz"
|
||||||
|
}
|
||||||
26
_data/chains/eip155-3001.json
Normal file
26
_data/chains/eip155-3001.json
Normal file
|
|
@ -0,0 +1,26 @@
|
||||||
|
{
|
||||||
|
"name": "CENNZnet Nikau",
|
||||||
|
"chain": "CENNZnet",
|
||||||
|
"network": "nikau",
|
||||||
|
"rpc": [
|
||||||
|
"https://nikau.centrality.me/public"
|
||||||
|
],
|
||||||
|
"faucets": [
|
||||||
|
"https://app-faucet.centrality.me"
|
||||||
|
],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "CPAY",
|
||||||
|
"symbol": "CPAY",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://cennz.net",
|
||||||
|
"shortName": "cennz-n",
|
||||||
|
"chainId": 3001,
|
||||||
|
"networkId": 3001,
|
||||||
|
"icon": "cennz",
|
||||||
|
"explorers": [{
|
||||||
|
"name": "UNcover",
|
||||||
|
"url": "https://www.uncoverexplorer.com/?network=Nikau",
|
||||||
|
"standard": "none"
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"icon": "dfk",
|
"icon": "dfk",
|
||||||
"network": "testnet",
|
"network": "testnet",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://api-dfk.avax-test.network/rpc"
|
"https://subnets.avax.network/defi-kingdoms/dfk-chain-testnet/rpc"
|
||||||
],
|
],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"icon": "dfk",
|
"icon": "dfk",
|
||||||
"network": "mainnet",
|
"network": "mainnet",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://api-dfk.avax.network/rpc"
|
"https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
|
||||||
],
|
],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
|
|
|
||||||
26
_data/chains/eip155-54.json
Normal file
26
_data/chains/eip155-54.json
Normal file
|
|
@ -0,0 +1,26 @@
|
||||||
|
{
|
||||||
|
"name": "Openpiece Mainnet",
|
||||||
|
"chain": "OPENPIECE",
|
||||||
|
"icon": "openpiece",
|
||||||
|
"network": "mainnet",
|
||||||
|
"rpc": [
|
||||||
|
"https://mainnet.openpiece.io"
|
||||||
|
],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Belly",
|
||||||
|
"symbol": "BELLY",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://cryptopiece.online",
|
||||||
|
"shortName": "OP",
|
||||||
|
"chainId": 54,
|
||||||
|
"networkId": 54,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "Belly Scan",
|
||||||
|
"url": "https://bellyscan.com",
|
||||||
|
"standard": "none"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
8
_data/icons/autobahn.json
Normal file
8
_data/icons/autobahn.json
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmZP19pbqTco4vaP9siduLWP8pdYArFK3onfR55tvjr12s",
|
||||||
|
"width": 489,
|
||||||
|
"height": 489,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
||||||
7
_data/icons/cennz.json
Normal file
7
_data/icons/cennz.json
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url":"ipfs://QmfDkgrhCFfVJErVVDuU7UYasYsooXMEXFhBzLMNm6pgey",
|
||||||
|
"format":"svg"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
||||||
8
_data/icons/milkomeda.json
Normal file
8
_data/icons/milkomeda.json
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmYVjUi7W8vpTfqYEftwqwC5L4LJgW77Xu73T4BhTBeV5i",
|
||||||
|
"width": 250,
|
||||||
|
"height": 250,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
||||||
8
_data/icons/openpiece.json
Normal file
8
_data/icons/openpiece.json
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmVTahJkdSH3HPYsJMK2GmqfWZjLyxE7cXy1aHEnHU3vp2",
|
||||||
|
"width": 250,
|
||||||
|
"height": 250,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in New Issue
Block a user