Merge branch 'ethereum-lists:master' into master

This commit is contained in:
ammar-lakho 2022-04-11 10:45:57 +05:00 committed by GitHub
commit 909778944a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 40 additions and 29 deletions

View File

@ -2,7 +2,8 @@
"name": "Harmony Mainnet Shard 0", "name": "Harmony Mainnet Shard 0",
"chain": "Harmony", "chain": "Harmony",
"rpc": [ "rpc": [
"https://api.harmony.one" "https://api.harmony.one",
"https://api.s0.t.hmny.io"
], ],
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"], "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
"nativeCurrency": { "nativeCurrency": {

View File

@ -2,7 +2,7 @@
"name": "Harmony Mainnet Shard 1", "name": "Harmony Mainnet Shard 1",
"chain": "Harmony", "chain": "Harmony",
"rpc": [ "rpc": [
"https://s1.api.harmony.one" "https://api.s1.t.hmny.io"
], ],
"faucets": [ "faucets": [
], ],

View File

@ -2,7 +2,7 @@
"name": "Harmony Mainnet Shard 2", "name": "Harmony Mainnet Shard 2",
"chain": "Harmony", "chain": "Harmony",
"rpc": [ "rpc": [
"https://s2.api.harmony.one" "https://api.s2.t.hmny.io"
], ],
"faucets": [ "faucets": [
], ],

View File

@ -2,7 +2,7 @@
"name": "Harmony Mainnet Shard 3", "name": "Harmony Mainnet Shard 3",
"chain": "Harmony", "chain": "Harmony",
"rpc": [ "rpc": [
"https://s3.api.harmony.one" "https://api.s3.t.hmny.io"
], ],
"faucets": [ "faucets": [
], ],

View File

@ -10,7 +10,7 @@
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "milkAda", "name": "milkAda",
"symbol": "milkAda", "symbol": "mADA",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://milkomeda.com", "infoURL": "https://milkomeda.com",
@ -24,4 +24,4 @@
"standard": "none" "standard": "none"
} }
] ]
} }

View File

@ -2,25 +2,31 @@
"name": "Ontology Mainnet", "name": "Ontology Mainnet",
"chain": "Ontology", "chain": "Ontology",
"rpc": [ "rpc": [
"https://dappnode1.ont.io:20339", "http://dappnode1.ont.io:20339",
"https://dappnode2.ont.io:20339", "http://dappnode2.ont.io:20339",
"https://dappnode3.ont.io:20339", "http://dappnode3.ont.io:20339",
"https://dappnode4.ont.io:20339" "http://dappnode4.ont.io:20339",
"https://dappnode1.ont.io:10339",
"https://dappnode2.ont.io:10339",
"https://dappnode3.ont.io:10339",
"https://dappnode4.ont.io:10339"
], ],
"faucets": [ "faucets": [
], ],
"nativeCurrency": { "nativeCurrency": {
"name": "ONG", "name": "ONG",
"symbol": "ONG", "symbol": "ONG",
"decimals": 9 "decimals": 18
}, },
"infoURL": "https://ont.io/", "infoURL": "https://ont.io/",
"shortName": "Ontology Mainnet", "shortName": "Ontology Mainnet",
"chainId": 58, "chainId": 58,
"networkId": 58, "networkId": 58,
"explorers": [{ "explorers": [
"name": "explorer", {
"url": "https://explorer.ont.io", "name": "explorer",
"standard": "EIP3091" "url": "https://explorer.ont.io",
}] "standard": "EIP3091"
}
]
} }

View File

@ -2,10 +2,14 @@
"name": "Ontology Testnet", "name": "Ontology Testnet",
"chain": "Ontology", "chain": "Ontology",
"rpc": [ "rpc": [
"https://polaris1.ont.io:20339", "http://polaris1.ont.io:20339",
"https://polaris2.ont.io:20339", "http://polaris2.ont.io:20339",
"https://polaris3.ont.io:20339", "http://polaris3.ont.io:20339",
"https://polaris4.ont.io:20339" "http://polaris4.ont.io:20339",
"https://polaris1.ont.io:10339",
"https://polaris2.ont.io:10339",
"https://polaris3.ont.io:10339",
"https://polaris4.ont.io:10339"
], ],
"faucets": [ "faucets": [
"https://developer.ont.io/" "https://developer.ont.io/"
@ -13,7 +17,7 @@
"nativeCurrency": { "nativeCurrency": {
"name": "ONG", "name": "ONG",
"symbol": "ONG", "symbol": "ONG",
"decimals": 9 "decimals": 18
}, },
"infoURL": "https://ont.io/", "infoURL": "https://ont.io/",
"shortName": "Ontology Testnet", "shortName": "Ontology Testnet",

View File

@ -1,7 +1,7 @@
{ {
"name": "Evmos Testnet", "name": "Evmos Testnet",
"chain": "Evmos", "chain": "Evmos",
"rpc": ["https://evmos-archive-testnet.api.bdnodes.net:8545"], "rpc": ["https://eth.bd.evmos.dev:8545"],
"faucets": ["https://faucet.evmos.dev"], "faucets": ["https://faucet.evmos.dev"],
"nativeCurrency": { "nativeCurrency": {
"name": "test-Evmos", "name": "test-Evmos",
@ -15,9 +15,9 @@
"icon": "evmos", "icon": "evmos",
"explorers": [ "explorers": [
{ {
"name": "Evmos EVM Explorer (Blockscout)", "name": "Evmos EVM Explorer",
"url": "https://evm.evmos.dev", "url": "https://evm.evmos.dev",
"standard": "none", "standard": "EIP3091",
"icon": "evmos" "icon": "evmos"
}, },
{ {

View File

@ -1,8 +1,8 @@
[ [
{ {
"url": "ipfs://Qmc4nHKSTgRwhpc5gpUnd7cQb7ooUgkcMxSbJcDAjJqx6T", "url": "ipfs://QmeZW6VKUFTbz7PPW8PmDR3ZHa6osYPLBFPnW8T5LSU49c",
"width": 1000, "width": 400,
"height": 620, "height": 400,
"format": "svg" "format": "png"
} }
] ]