mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@3efed2c66a 🚀
This commit is contained in:
parent
00bec84cfa
commit
2594055cee
|
@ -1414,6 +1414,14 @@
|
|||
"height": 324,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "ontology",
|
||||
"icons": [{
|
||||
"url": "ipfs://bafkreigmvn6spvbiirtutowpq6jmetevbxoof5plzixjoerbeswy4htfb4",
|
||||
"width": 400,
|
||||
"height": 400,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "SUR",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"name": "Ontology Mainnet",
|
||||
"chain": "Ontology",
|
||||
"icon": "ontology",
|
||||
"rpc": [
|
||||
"http://dappnode1.ont.io:20339",
|
||||
"http://dappnode2.ont.io:20339",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"name": "Ontology Testnet",
|
||||
"chain": "Ontology",
|
||||
"icon": "ontology",
|
||||
"rpc": [
|
||||
"http://polaris1.ont.io:20339",
|
||||
"http://polaris2.ont.io:20339",
|
||||
|
|
|
@ -1027,6 +1027,7 @@
|
|||
}, {
|
||||
"name": "Ontology Mainnet",
|
||||
"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"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
@ -7116,6 +7117,7 @@
|
|||
}, {
|
||||
"name": "Ontology Testnet",
|
||||
"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"],
|
||||
"faucets": ["https://developer.ont.io/"],
|
||||
"nativeCurrency": {
|
||||
|
|
8
icons/ontology.json
Normal file
8
icons/ontology.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://bafkreigmvn6spvbiirtutowpq6jmetevbxoof5plzixjoerbeswy4htfb4",
|
||||
"width": 400,
|
||||
"height": 400,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user