Deploying to gh-pages from @ ethereum-lists/chains@3efed2c66a 🚀

This commit is contained in:
ligi 2022-12-27 09:31:00 +00:00
parent 00bec84cfa
commit 2594055cee
7 changed files with 22 additions and 2 deletions

View File

@ -1414,6 +1414,14 @@
"height": 324, "height": 324,
"format": "png" "format": "png"
}] }]
}, {
"name": "ontology",
"icons": [{
"url": "ipfs://bafkreigmvn6spvbiirtutowpq6jmetevbxoof5plzixjoerbeswy4htfb4",
"width": 400,
"height": 400,
"format": "png"
}]
}, { }, {
"name": "SUR", "name": "SUR",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,7 @@
{ {
"name": "Ontology Mainnet", "name": "Ontology Mainnet",
"chain": "Ontology", "chain": "Ontology",
"icon": "ontology",
"rpc": [ "rpc": [
"http://dappnode1.ont.io:20339", "http://dappnode1.ont.io:20339",
"http://dappnode2.ont.io:20339", "http://dappnode2.ont.io:20339",

View File

@ -1,6 +1,7 @@
{ {
"name": "Ontology Testnet", "name": "Ontology Testnet",
"chain": "Ontology", "chain": "Ontology",
"icon": "ontology",
"rpc": [ "rpc": [
"http://polaris1.ont.io:20339", "http://polaris1.ont.io:20339",
"http://polaris2.ont.io:20339", "http://polaris2.ont.io:20339",

View File

@ -1027,6 +1027,7 @@
}, { }, {
"name": "Ontology Mainnet", "name": "Ontology Mainnet",
"chain": "Ontology", "chain": "Ontology",
"icon": "ontology",
"rpc": ["http://dappnode1.ont.io:20339", "http://dappnode2.ont.io:20339", "http://dappnode3.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"], "rpc": ["http://dappnode1.ont.io:20339", "http://dappnode2.ont.io:20339", "http://dappnode3.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": {
@ -7116,6 +7117,7 @@
}, { }, {
"name": "Ontology Testnet", "name": "Ontology Testnet",
"chain": "Ontology", "chain": "Ontology",
"icon": "ontology",
"rpc": ["http://polaris1.ont.io:20339", "http://polaris2.ont.io:20339", "http://polaris3.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"], "rpc": ["http://polaris1.ont.io:20339", "http://polaris2.ont.io:20339", "http://polaris3.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": ["https://developer.ont.io/"], "faucets": ["https://developer.ont.io/"],
"nativeCurrency": { "nativeCurrency": {

8
icons/ontology.json Normal file
View File

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