Skip to content

Commit

Permalink
Add Innovatorchain (#3862)
Browse files Browse the repository at this point in the history
* Add SwapDEX Network

* Fix typo for explorer

* add the requiered new line at the end of the file

* prettier

* add innovatorchain

* add inov8 logo

* add inov8 logo

* add inov8 logo

* add inov8 logo

* add inov8 logo

* add inov8 logo

* add inov8 logo

* add inov8 logo

* add inov8 logo

* add inov8 logo

* add inov8 logo

* add inov8 logo
  • Loading branch information
masterdubs authored Jan 27, 2024
1 parent d9aae2e commit c6e4fb1
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
25 changes: 25 additions & 0 deletions _data/chains/eip155-129.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Innovator Chain",
"chain": "INNOVATOR",
"rpc": ["https://rpc.innovatorchain.com"],
"faucets": [],
"nativeCurrency": {
"name": "INOV8",
"symbol": "INOV8",
"decimals": 18
},
"features": [],
"infoURL": "https://innovatorchain.com",
"shortName": "Innovator",
"chainId": 129,
"networkId": 129,
"icon": "innovator",
"explorers": [
{
"name": "Innovator Explorer",
"url": "https://evm.innovatorchain.com",
"icon": "blockscout",
"standard": "none"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/innovator.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmVJBGeFYZXMQqicNdzctMfvPN5CrtRrfZBTw3CEpkCBsS",
"width": 1500,
"height": 1500,
"format": "png"
}
]

0 comments on commit c6e4fb1

Please sign in to comment.