Merge branch 'master' into master

This commit is contained in:
nfttoken 2022-02-06 23:46:39 +08:00 committed by GitHub
commit 04c40f217c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
37 changed files with 497 additions and 30 deletions

View File

@ -89,4 +89,5 @@ There are also aggregated json files with all chains automatically assembled:
* [eth-chains](https://github.com/taylorjdawson/eth-chains) * [eth-chains](https://github.com/taylorjdawson/eth-chains)
* [EVM-BOX](https://github.com/izayl/evm-box) * [EVM-BOX](https://github.com/izayl/evm-box)
* [FaucETH](https://github.com/komputing/FaucETH) * [FaucETH](https://github.com/komputing/FaucETH)
* [Sourcify playground](https://playground.sourcify.dev)
* Your project - contact us to add it here! * Your project - contact us to add it here!

View File

@ -1,5 +1,5 @@
{ {
"name": "Optimistic Ethereum", "name": "Optimism",
"chain": "ETH", "chain": "ETH",
"rpc": ["https://mainnet.optimism.io/"], "rpc": ["https://mainnet.optimism.io/"],
"faucets": [], "faucets": [],

View File

@ -2,15 +2,15 @@
"name": "Gnosis Chain (formerly xDai)", "name": "Gnosis Chain (formerly xDai)",
"chain": "Gnosis", "chain": "Gnosis",
"rpc": [ "rpc": [
"https://rpc.xdaichain.com", "https://rpc.gnosischain.com",
"https://xdai.poanetwork.dev", "https://xdai.poanetwork.dev",
"wss://rpc.xdaichain.com/wss", "wss://rpc.gnosischain.com/wss",
"wss://xdai.poanetwork.dev/wss", "wss://xdai.poanetwork.dev/wss",
"http://xdai.poanetwork.dev", "http://xdai.poanetwork.dev",
"https://dai.poa.network", "https://dai.poa.network",
"ws://xdai.poanetwork.dev:8546" "ws://xdai.poanetwork.dev:8546"
], ],
"faucets": ["https://faucet.gimlu.com/gnosis", "https://stakely.io/faucet/xdai-chain", "https://faucet.prussia.dev/xdai"], "faucets": ["https://faucet.gimlu.com/gnosis", "https://stakely.io/faucet/gnosis-chain-xdai", "https://faucet.prussia.dev/xdai"],
"nativeCurrency": { "nativeCurrency": {
"name": "xDAI", "name": "xDAI",
"symbol": "xDAI", "symbol": "xDAI",

View File

@ -1,7 +1,7 @@
{ {
"name": "Conflux", "name": "Conflux Mainnet",
"chain": "Conflux", "chain": "Conflux",
"rpc": ["https://ethcore.confluxrpc.com"], "rpc": ["https://evm.confluxrpc.com"],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "CFX", "name": "CFX",
@ -12,10 +12,11 @@
"shortName": "cfx", "shortName": "cfx",
"chainId": 1030, "chainId": 1030,
"networkId": 1030, "networkId": 1030,
"icon": "conflux",
"explorers": [ "explorers": [
{ {
"name": "Conflux Scan", "name": "Conflux Scan",
"url": "https://confluxscan.io", "url": "https://evm.confluxscan.io",
"standard": "none" "standard": "none"
} }
] ]

View File

@ -0,0 +1,25 @@
{
"name": "WAGMI",
"chain": "WAGMI",
"icon": "wagmi",
"rpc": [
"https://api.trywagmi.xyz/rpc"
],
"faucets": [],
"nativeCurrency": {
"name": "WAGMI",
"symbol": "WGM",
"decimals": 18
},
"infoURL": "https://trywagmi.xyz",
"shortName": "WAGMI",
"chainId": 11111,
"networkId": 11111,
"explorers": [
{
"name": "WAGMI Explorer",
"url": "https://trywagmi.xyz",
"standard": "none"
}
]
}

View File

@ -1,7 +1,9 @@
{ {
"name": "Palm Testnet", "name": "Palm Testnet",
"chain": "Palm", "chain": "Palm",
"rpc": [], "rpc": [
"https://palm-testnet.infura.io/v3/{INFURA_API_KEY}"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "PALM", "name": "PALM",

View File

@ -1,7 +1,9 @@
{ {
"name": "Palm Mainnet", "name": "Palm",
"chain": "Palm", "chain": "Palm",
"rpc": [], "rpc": [
"https://palm-mainnet.infura.io/v3/{INFURA_API_KEY}"
],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "PALM", "name": "PALM",

View File

@ -6,11 +6,13 @@
"https://rpc.mainnet.oychain.io" "https://rpc.mainnet.oychain.io"
], ],
"faucets": [ ], "faucets": [ ],
"nativeCurrency": { "nativeCurrency": {
"name": "OYchain Token", "name": "OYchain Token",
"symbol": "OY", "symbol": "OY",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://www.oychain.io", "infoURL": "https://www.oychain.io",
"shortName": "oychain mainnet", "shortName": "oychain mainnet",
"chainId": 126, "chainId": 126,

View File

@ -16,7 +16,7 @@
"networkId": 189, "networkId": 189,
"explorers": [{ "explorers": [{
"name": "Blockmeta", "name": "Blockmeta",
"url": "https://bmc.blockmeta.com", "url": "https://bmctestnet.blockmeta.com",
"standard": "none" "standard": "none"
}] }]
} }

View File

@ -1,10 +1,10 @@
{ {
"name": "ELA-ETH-Sidechain Mainnet", "name": "Elastos Smart Chain",
"chain": "ETH", "chain": "ETH",
"rpc": [ "rpc": [
"https://mainrpc.elaeth.io" "https://api.elastos.io/eth"
], ],
"faucets": [], "faucets": ["https://faucet.elastos.org/"],
"nativeCurrency": { "nativeCurrency": {
"name": "Elastos", "name": "Elastos",
"symbol": "ELA", "symbol": "ELA",
@ -13,5 +13,10 @@
"infoURL": "https://www.elastos.org/", "infoURL": "https://www.elastos.org/",
"shortName": "elaeth", "shortName": "elaeth",
"chainId": 20, "chainId": 20,
"networkId": 20 "networkId": 20,
"explorers": [{
"name": "elastos eth explorer",
"url": "https://eth.elastos.io",
"standard": "EIP3091"
}]
} }

View File

@ -1,11 +1,13 @@
{ {
"name": "Ethereum Testnet Ropsten", "name": "Ropsten",
"title": "Ethereum Testnet Ropsten",
"chain": "ETH", "chain": "ETH",
"rpc": [ "rpc": [
"https://ropsten.infura.io/v3/${INFURA_API_KEY}", "https://ropsten.infura.io/v3/${INFURA_API_KEY}",
"wss://ropsten.infura.io/ws/v3/${INFURA_API_KEY}" "wss://ropsten.infura.io/ws/v3/${INFURA_API_KEY}"
], ],
"faucets": [ "faucets": [
"http://fauceth.komputing.org?chain=3&address=${ADDRESS}",
"https://faucet.ropsten.be?${ADDRESS}" "https://faucet.ropsten.be?${ADDRESS}"
], ],
"nativeCurrency": { "nativeCurrency": {
@ -19,5 +21,10 @@
"networkId": 3, "networkId": 3,
"ens": { "ens": {
"registry":"0x112234455c3a32fd11230c42e7bccd4a84e02010" "registry":"0x112234455c3a32fd11230c42e7bccd4a84e02010"
} },
"explorers": [{
"name": "etherscan",
"url": "https://ropsten.etherscan.io",
"standard": "EIP3091"
}]
} }

View File

@ -10,12 +10,13 @@
"symbol": "ARETH", "symbol": "ARETH",
"decimals": 18 "decimals": 18
}, },
"rpc": [ "rpc": [
"http://fauceth.komputing.org?chain=421611&address=${ADDRESS}",
"https://rinkeby.arbitrum.io/rpc", "https://rinkeby.arbitrum.io/rpc",
"wss://rinkeby.arbitrum.io/ws" "wss://rinkeby.arbitrum.io/ws"
], ],
"faucets": [], "faucets": [
"http://fauceth.komputing.org?chain=421611&address=${ADDRESS}"
],
"infoURL": "https://arbitrum.io", "infoURL": "https://arbitrum.io",
"explorers": [ "explorers": [
{ {

View File

@ -0,0 +1,23 @@
{
"name": "eCredits Mainnet",
"chain": "ECS",
"network": "mainnet",
"rpc": [
"https://rpc.ecredits.com"
],
"faucets": [],
"nativeCurrency": {
"name": "eCredits",
"symbol": "ECS",
"decimals": 18
},
"infoURL": "https://ecredits.com",
"shortName": "ecs",
"chainId": 63000,
"networkId": 63000,
"explorers": [{
"name": "eCredits MainNet Explorer",
"url": "https://explorer.ecredits.com",
"standard": "EIP3091"
}]
}

View File

@ -0,0 +1,25 @@
{
"name": "eCredits Testnet",
"chain": "ECS",
"network": "testnet",
"rpc": [
"https://rpc.tst.ecredits.com"
],
"faucets": [
"https://faucet.tst.ecredits.com"
],
"nativeCurrency": {
"name": "eCredits",
"symbol": "ECS",
"decimals": 18
},
"infoURL": "https://ecredits.com",
"shortName": "ecs-testnet",
"chainId": 63001,
"networkId": 63001,
"explorers": [{
"name": "eCredits TestNet Explorer",
"url": "https://explorer.tst.ecredits.com",
"standard": "EIP3091"
}]
}

View File

@ -1,6 +1,6 @@
{ {
"name": "Optimistic Kovan", "name": "Optimism Kovan",
"title": "Optimistic Ethereum Testnet Kovan", "title": "Optimism Testnet Kovan",
"chain": "ETH", "chain": "ETH",
"rpc": ["https://kovan.optimism.io/"], "rpc": ["https://kovan.optimism.io/"],
"faucets": [ "faucets": [

View File

@ -8,11 +8,11 @@
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "BCS Token", "name": "BCS Token",
"symbol": "PLAY", "symbol": "BCS",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://blockchainstation.io", "infoURL": "https://blockchainstation.io",
"shortName": "play", "shortName": "bcs",
"chainId": 707, "chainId": 707,
"networkId": 707, "networkId": 707,
"explorers": [{ "explorers": [{

View File

@ -10,11 +10,11 @@
], ],
"nativeCurrency": { "nativeCurrency": {
"name": "BCS Testnet Token", "name": "BCS Testnet Token",
"symbol": "tPLAY", "symbol": "tBCS",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://blockchainstation.io", "infoURL": "https://blockchainstation.io",
"shortName": "tplay", "shortName": "tbcs",
"chainId": 708, "chainId": 708,
"networkId": 708, "networkId": 708,
"explorers": [{ "explorers": [{

View File

@ -0,0 +1,24 @@
{
"name": "Conflux Testnet",
"chain": "Conflux",
"network": "testnet",
"rpc": ["https://evmtestnet.confluxrpc.com"],
"faucets": [],
"nativeCurrency": {
"name": "CFX",
"symbol": "CFX",
"decimals": 18
},
"infoURL": "https://confluxnetwork.org",
"shortName": "cfxtest",
"chainId": 71,
"networkId": 71,
"icon": "conflux",
"explorers": [
{
"name": "Conflux Scan",
"url": "https://evmtestnet.confluxscan.io",
"standard": "none"
}
]
}

View File

@ -0,0 +1,26 @@
{
"name": "IDChain Mainnet",
"chain": "IDChain",
"network": "mainnet",
"rpc": [
"https://idchain.one/rpc/",
"wss://idchain.one/ws/"
],
"faucets": [],
"nativeCurrency": {
"name": "EIDI",
"symbol": "EIDI",
"decimals": 18
},
"infoURL": "https://idchain.one/begin/",
"shortName": "idchain",
"chainId": 74,
"networkId": 74,
"icon": "idchain",
"explorers": [{
"name": "explorer",
"url": "https://explorer.idchain.one",
"icon": "etherscan",
"standard": "EIP3091"
}]
}

View File

@ -1,5 +1,6 @@
{ {
"name": "Polygon Testnet Mumbai", "name": "Mumbai",
"title": "Polygon Testnet Mumbai",
"chain": "Polygon", "chain": "Polygon",
"rpc": [ "rpc": [
"https://matic-mumbai.chainstacklabs.com", "https://matic-mumbai.chainstacklabs.com",

View File

@ -6,11 +6,11 @@
], ],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "TomoChain Ether", "name": "TomoChain",
"symbol": "TOMO", "symbol": "TOMO",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://tomocoin.io", "infoURL": "https://tomochain.com",
"shortName": "tomo", "shortName": "tomo",
"chainId": 88, "chainId": 88,
"networkId": 88, "networkId": 88,

View File

@ -0,0 +1,18 @@
{
"name": "TomoChain Testnet",
"chain": "TOMO",
"rpc": [
"https://rpc.testnet.tomochain.com"
],
"faucets": [],
"nativeCurrency": {
"name": "TomoChain",
"symbol": "TOMO",
"decimals": 18
},
"infoURL": "https://tomochain.com",
"shortName": "tomot",
"chainId": 89,
"networkId": 89,
"slip44": 889
}

View File

@ -0,0 +1,25 @@
{
"name": "Garizon Stage0",
"chain": "GAR",
"network": "mainnet",
"icon": "garizon",
"rpc": [
"https://s0.garizon.net/rpc"
],
"faucets": [],
"nativeCurrency": {
"name": "Garizon",
"symbol": "GAR",
"decimals": 18
},
"infoURL": "https://garizon.com",
"shortName": "gar-s0",
"chainId": 90,
"networkId": 90,
"explorers": [{
"name": "explorer",
"url": "https://explorer.garizon.com",
"icon": "garizon",
"standard": "EIP3091"
}]
}

View File

@ -0,0 +1,27 @@
{
"name": "Garizon Testnet Stage0",
"chain": "GAR",
"network": "testnet",
"icon": "garizon",
"rpc": [
"https://s0-testnet.garizon.net/rpc"
],
"faucets": [
"https://faucet-testnet.garizon.com"
],
"nativeCurrency": {
"name": "Garizon",
"symbol": "GAR",
"decimals": 18
},
"infoURL": "https://garizon.com",
"shortName": "gar-test-s0",
"chainId": 900,
"networkId": 900,
"explorers": [{
"name": "explorer",
"url": "https://explorer-testnet.garizon.com",
"icon": "garizon",
"standard": "EIP3091"
}]
}

View File

@ -0,0 +1,31 @@
{
"name": "Garizon Testnet Stage1",
"chain": "GAR",
"network": "testnet",
"icon": "garizon",
"rpc": [
"https://s1-testnet.garizon.net/rpc"
],
"faucets": [
"https://faucet-testnet.garizon.com"
],
"nativeCurrency": {
"name": "Garizon",
"symbol": "GAR",
"decimals": 18
},
"infoURL": "https://garizon.com",
"shortName": "gar-test-s1",
"chainId": 901,
"networkId": 901,
"explorers": [{
"name": "explorer",
"url": "https://explorer-testnet.garizon.com",
"icon": "garizon",
"standard": "EIP3091"
}],
"parent": {
"chain": "eip155-900",
"type": "shard"
}
}

View File

@ -0,0 +1,31 @@
{
"name": "Garizon Testnet Stage2",
"chain": "GAR",
"network": "testnet",
"icon": "garizon",
"rpc": [
"https://s2-testnet.garizon.net/rpc"
],
"faucets": [
"https://faucet-testnet.garizon.com"
],
"nativeCurrency": {
"name": "Garizon",
"symbol": "GAR",
"decimals": 18
},
"infoURL": "https://garizon.com",
"shortName": "gar-test-s2",
"chainId": 902,
"networkId": 902,
"explorers": [{
"name": "explorer",
"url": "https://explorer-testnet.garizon.com",
"icon": "garizon",
"standard": "EIP3091"
}],
"parent": {
"chain": "eip155-900",
"type": "shard"
}
}

View File

@ -0,0 +1,31 @@
{
"name": "Garizon Testnet Stage3",
"chain": "GAR",
"network": "testnet",
"icon": "garizon",
"rpc": [
"https://s3-testnet.garizon.net/rpc"
],
"faucets": [
"https://faucet-testnet.garizon.com"
],
"nativeCurrency": {
"name": "Garizon",
"symbol": "GAR",
"decimals": 18
},
"infoURL": "https://garizon.com",
"shortName": "gar-test-s3",
"chainId": 903,
"networkId": 903,
"explorers": [{
"name": "explorer",
"url": "https://explorer-testnet.garizon.com",
"icon": "garizon",
"standard": "EIP3091"
}],
"parent": {
"chain": "eip155-900",
"type": "shard"
}
}

View File

@ -0,0 +1,29 @@
{
"name": "Garizon Stage1",
"chain": "GAR",
"network": "mainnet",
"icon": "garizon",
"rpc": [
"https://s1.garizon.net/rpc"
],
"faucets": [],
"nativeCurrency": {
"name": "Garizon",
"symbol": "GAR",
"decimals": 18
},
"infoURL": "https://garizon.com",
"shortName": "gar-s1",
"chainId": 91,
"networkId": 91,
"explorers": [{
"name": "explorer",
"url": "https://explorer.garizon.com",
"icon": "garizon",
"standard": "EIP3091"
}],
"parent": {
"chain": "eip155-90",
"type": "shard"
}
}

View File

@ -0,0 +1,29 @@
{
"name": "Garizon Stage2",
"chain": "GAR",
"network": "mainnet",
"icon": "garizon",
"rpc": [
"https://s2.garizon.net/rpc"
],
"faucets": [],
"nativeCurrency": {
"name": "Garizon",
"symbol": "GAR",
"decimals": 18
},
"infoURL": "https://garizon.com",
"shortName": "gar-s2",
"chainId": 92,
"networkId": 92,
"explorers": [{
"name": "explorer",
"url": "https://explorer.garizon.com",
"icon": "garizon",
"standard": "EIP3091"
}],
"parent": {
"chain": "eip155-90",
"type": "shard"
}
}

View File

@ -0,0 +1,29 @@
{
"name": "Garizon Stage3",
"chain": "GAR",
"network": "mainnet",
"icon": "garizon",
"rpc": [
"https://s3.garizon.net/rpc"
],
"faucets": [],
"nativeCurrency": {
"name": "Garizon",
"symbol": "GAR",
"decimals": 18
},
"infoURL": "https://garizon.com",
"shortName": "gar-s3",
"chainId": 93,
"networkId": 93,
"explorers": [{
"name": "explorer",
"url": "https://explorer.garizon.com",
"icon": "garizon",
"standard": "EIP3091"
}],
"parent": {
"chain": "eip155-90",
"type": "shard"
}
}

View File

@ -0,0 +1,20 @@
{
"name": "UB Smart Chain(testnet)",
"chain": "USC",
"network": "testnet",
"rpc": [
"https://testnet.rpc.uschain.network"
],
"faucets": [
],
"nativeCurrency": {
"name": "UBC",
"symbol": "UBC",
"decimals": 18
},
"infoURL": "https://www.ubchain.site",
"shortName": "usctest",
"chainId": 99998,
"networkId": 99998
}

View File

@ -0,0 +1,20 @@
{
"name": "UB Smart Chain",
"chain": "USC",
"network": "mainnet",
"rpc": [
"https://rpc.uschain.network"
],
"faucets": [
],
"nativeCurrency": {
"name": "UBC",
"symbol": "UBC",
"decimals": 18
},
"infoURL": "https://www.ubchain.site/",
"shortName": "usc",
"chainId": 99999,
"networkId": 99999
}

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

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

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

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

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

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

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

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

View File

@ -10,7 +10,7 @@ buildscript {
dependencies { dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${KOTLIN_VERSION}" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${KOTLIN_VERSION}"
classpath 'com.github.ben-manes:gradle-versions-plugin:0.41.0' classpath 'com.github.ben-manes:gradle-versions-plugin:0.42.0'
} }
} }