mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
feat: add ontology evm icon; (#2074)
This commit is contained in:
parent
21068dfb45
commit
3efed2c66a
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
8
_data/icons/ontology.json
Normal file
8
_data/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