Merge branch 'ethereum-lists:master' into patch-1

This commit is contained in:
Defido Coin 2022-03-30 19:16:51 +10:00 committed by GitHub
commit e09bfe7bf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 208 additions and 2 deletions

View 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"
}]
}

View 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"
}
]
}

View 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"
}
]
}

View 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"
}
]
}

View 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"
}

View 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"
}]
}

View File

@ -4,7 +4,7 @@
"icon": "dfk",
"network": "testnet",
"rpc": [
"https://api-dfk.avax-test.network/rpc"
"https://subnets.avax.network/defi-kingdoms/dfk-chain-testnet/rpc"
],
"faucets": [],
"nativeCurrency": {

View File

@ -4,7 +4,7 @@
"icon": "dfk",
"network": "mainnet",
"rpc": [
"https://api-dfk.avax.network/rpc"
"https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"
],
"faucets": [],
"nativeCurrency": {

View 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"
}
]
}

View File

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

7
_data/icons/cennz.json Normal file
View File

@ -0,0 +1,7 @@
[
{
"url":"ipfs://QmfDkgrhCFfVJErVVDuU7UYasYsooXMEXFhBzLMNm6pgey",
"format":"svg"
}
]

View File

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

View File

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