Skip to content

Commit

Permalink
Add Dojima Network (#5456)
Browse files Browse the repository at this point in the history
* Add Dojima Network

* Add Dojima Network

* fixes

* info url update

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
Mystical94 and ligi authored Jul 14, 2024
1 parent dd6f73b commit 7bb1567
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-184.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Dojima Testnet",
"chain": "Dojima",
"rpc": ["https://rpc-test-d11k.dojima.network"],
"faucets": [],
"nativeCurrency": {
"name": "Dojima",
"symbol": "DOJ",
"decimals": 18
},
"icon": "dojima",
"infoURL": "https://www.dojima.network/",
"shortName": "dojtestnet",
"chainId": 184,
"networkId": 184,
"explorers": [
{
"name": "Dojima Testnet Explorer",
"url": "https://explorer-test.dojima.network",
"standard": "none"
}
]
}
23 changes: 23 additions & 0 deletions _data/chains/eip155-187.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Dojima",
"chain": "Dojima",
"rpc": ["https://rpc-d11k.dojima.network"],
"faucets": [],
"nativeCurrency": {
"name": "Dojima",
"symbol": "DOJ",
"decimals": 18
},
"icon": "dojima",
"infoURL": "https://www.dojima.network/",
"shortName": "dojima",
"chainId": 187,
"networkId": 187,
"explorers": [
{
"name": "Dojima Explorer",
"url": "https://explorer.dojima.network",
"standard": "none"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/dojima.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmarhJVEb6jVNfW1GP2rcvAfto6DFdr7RSauZQxjd3iFam",
"width": 379,
"height": 379,
"format": "png"
}
]

0 comments on commit 7bb1567

Please sign in to comment.