Skip to content

Commit

Permalink
Add crossfi testnet logo, update scan url (ethereum-lists#5268)
Browse files Browse the repository at this point in the history
* Add CrossFi Testnet

* Add CrossFi Testnet Icon

* Update testnet scan url

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
crossfidev and ligi authored Jun 10, 2024
1 parent 64e152e commit 0352cef
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
8 changes: 5 additions & 3 deletions _data/chains/eip155-4157.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,25 @@
"name": "CrossFi Testnet",
"title": "CrossFi Testnet",
"chain": "XFI",
"icon": "crossfi",
"rpc": ["https://rpc.testnet.ms"],
"faucets": [],
"nativeCurrency": {
"name": "XFI",
"symbol": "XFI",
"decimals": 18
},
"infoURL": "https://crossfi.org/",
"infoURL": "https://crossfi.org",
"shortName": "crossfi-testnet",
"chainId": 4157,
"networkId": 4157,
"slip44": 1,
"explorers": [
{
"name": "CrossFi Testnet Scan",
"url": "https://scan.testnet.ms",
"standard": "EIP3091"
"url": "https://test.xfiscan.com",
"standard": "EIP3091",
"icon": "crossfi"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/crossfi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmbRJzDeAdMkEXkqDwBwezpUxyjTPHZ2iXEomqKPvWZcWE",
"width": 40,
"height": 42,
"format": "svg"
}
]

0 comments on commit 0352cef

Please sign in to comment.