Skip to content

Commit

Permalink
Add combo network to Chianlist (#3923)
Browse files Browse the repository at this point in the history
* Add combo network to Chianlist

* Update eip155-91715.json

fix shortname

* Update eip155-9980.json

fix combo mainnet

* Update eip155-91715.json

add icon

* Update eip155-9980.json

add icon

* Delete _data/chains/eip155-91715.json

delete combo test

* Delete _data/iconsDownload/QmRR4v6h6z21BpgS9xY3ExLB4Gkmm3i3dJWQx27oTGifq8

delete combo

* Update eip155-9980.json

* Update combo.json

add newline

---------

Co-authored-by: combo <[email protected]>
Co-authored-by: ligi <[email protected]>
  • Loading branch information
3 people authored Dec 26, 2023
1 parent 8029053 commit 52533de
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-9980.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Combo Mainnet",
"chain": "Combo",
"icon": "combo",
"rpc": ["https://rpc.combonetwork.io"],
"faucets": [],
"nativeCurrency": {
"name": "BNB Chain Native Token",
"symbol": "BNB",
"decimals": 18
},
"infoURL": "https://combonetwork.io",
"shortName": "combo-mainnet",
"chainId": 9980,
"networkId": 9980,
"explorers": [
{
"name": "combotrace explorer",
"url": "https://combotrace.nodereal.io",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/combo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmRR4v6h6z21BpgS9xY3ExLB4Gkmm3i3dJWQx27oTGifq8",
"width": 800,
"height": 693,
"format": "png"
}
]

0 comments on commit 52533de

Please sign in to comment.