Skip to content

Commit

Permalink
Add crossfi mainnet (#6262)
Browse files Browse the repository at this point in the history
* feat: add crossfi mainet

* fix: add icon and change shotname

* fix: update chain name and shortname

* feat: change standard

---------

Co-authored-by: msvstj <[email protected]>
Co-authored-by: msvstj <[email protected]>
  • Loading branch information
3 people authored Nov 25, 2024
1 parent 419a543 commit 2672da8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _data/chains/eip155-4158.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "CrossFi Mainnet",
"icon": "crossfi",
"chain": "crossfi",
"rpc": ["https://rpc.mainnet.ms/"],
"faucets": [],
"nativeCurrency": {
"name": "CrossFi Token",
"symbol": "XFI",
"decimals": 18
},
"infoURL": "https://crossfi.org",
"shortName": "crossfi",
"chainId": 4158,
"networkId": 4158,
"slip44": 1,
"explorers": [
{
"name": "CrossFi Mainnet Scan",
"url": "https://xfiscan.com",
"standard": "none"
}
]
}

0 comments on commit 2672da8

Please sign in to comment.