Merge branch 'ethereum-lists:master' into rangers_1

This commit is contained in:
LittleBear 2021-12-21 18:25:58 +08:00 committed by GitHub
commit d788e712ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 124 additions and 2 deletions

View File

@ -0,0 +1,25 @@
{
"name": "Kintsugi merge testnet",
"chain": "ETH",
"network": "testnet",
"rpc": [
"https://rpc.kintsugi.themerge.dev"
],
"faucets": [
"https://faucet.kintsugi.themerge.dev"
],
"nativeCurrency": {
"name": "kintsugi Ethere",
"symbol": "kiETH",
"decimals": 18
},
"infoURL": "https://kintsugi.themerge.dev/",
"shortName": "kintsugi",
"chainId": 1337702,
"networkId": 1337702,
"explorers": [{
"name": "kintsugi explorer",
"url": "https://explorer.kintsugi.themerge.dev/",
"standard": "EIP3091"
}]
}

View File

@ -0,0 +1,23 @@
{
"name": "BMC Testnet",
"chain": "BMC",
"network": "testnet",
"rpc": [
"https://testnet.bmcchain.com"
],
"faucets": [],
"nativeCurrency": {
"name": "BTM",
"symbol": "BTM",
"decimals": 18
},
"infoURL": "https://bmc.bytom.io/",
"shortName": "BMCT",
"chainId": 189,
"networkId": 189,
"explorers": [{
"name": "Blockmeta",
"url": "https://bmc.blockmeta.com/",
"standard": "none"
}]
}

View File

@ -0,0 +1,21 @@
{
"name": "Dithereum Testnet",
"chain": "DTH",
"network": "testnet",
"icon": "dithereum",
"rpc": [
"https://node-testnet.dithereum.io"
],
"faucets": [
"https://faucet.dithereum.org"
],
"nativeCurrency": {
"name": "Dither",
"symbol": "DTH",
"decimals": 18
},
"infoURL": "https://dithereum.org",
"shortName": "dth",
"chainId": 34,
"networkId": 34
}

View File

@ -3,7 +3,7 @@
"chain": "KLAY",
"network": "cypress",
"rpc": [
"https://node-api.klaytnapi.com/v1/klaytn"
"https://api.cypress.ozys.net:8651"
],
"faucets": [],
"nativeCurrency": {
@ -15,5 +15,10 @@
"shortName": "Cypress",
"chainId": 8217,
"networkId": 8217,
"slip44": 8217
"slip44": 8217,
"explorers": [{
"name": "Klaytnscope",
"url": "https://scope.klaytn.com",
"standard": "none"
}]
}

View File

@ -0,0 +1,24 @@
{
"name": "Rangers Protocol Testnet Robin",
"chain": "Rangers",
"network": "robin",
"icon": "rangers",
"rpc": [
"https://robin.rangersprotocol.com/api/jsonrpc"
],
"faucets": ["https://robin-faucet.rangersprotocol.com"],
"nativeCurrency": {
"name": "Rangers Protocol Gas",
"symbol": "tRPG",
"decimals": 18
},
"infoURL": "https://rangersprotocol.com",
"shortName": "trpg",
"chainId": 9527,
"networkId": 9527,
"explorers": [{
"name": "rangersscan-robin",
"url": "https://robin-rangersscan.rangersprotocol.com",
"standard": "none"
}]
}

View File

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

View File

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

8
_data/icons/rangers.json Normal file
View File

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