From 0352cef54e62e85e1649b13ab18e32a4f1e06c15 Mon Sep 17 00:00:00 2001 From: CrossFi <67268799+crossfidev@users.noreply.github.com> Date: Mon, 10 Jun 2024 21:55:15 +0300 Subject: [PATCH] Add crossfi testnet logo, update scan url (#5268) * Add CrossFi Testnet * Add CrossFi Testnet Icon * Update testnet scan url --------- Co-authored-by: ligi --- _data/chains/eip155-4157.json | 8 +++++--- _data/icons/crossfi.json | 8 ++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 _data/icons/crossfi.json diff --git a/_data/chains/eip155-4157.json b/_data/chains/eip155-4157.json index 0cbbf4d033cb..472676b3f4c9 100644 --- a/_data/chains/eip155-4157.json +++ b/_data/chains/eip155-4157.json @@ -2,6 +2,7 @@ "name": "CrossFi Testnet", "title": "CrossFi Testnet", "chain": "XFI", + "icon": "crossfi", "rpc": ["https://rpc.testnet.ms"], "faucets": [], "nativeCurrency": { @@ -9,7 +10,7 @@ "symbol": "XFI", "decimals": 18 }, - "infoURL": "https://crossfi.org/", + "infoURL": "https://crossfi.org", "shortName": "crossfi-testnet", "chainId": 4157, "networkId": 4157, @@ -17,8 +18,9 @@ "explorers": [ { "name": "CrossFi Testnet Scan", - "url": "https://scan.testnet.ms", - "standard": "EIP3091" + "url": "https://test.xfiscan.com", + "standard": "EIP3091", + "icon": "crossfi" } ] } diff --git a/_data/icons/crossfi.json b/_data/icons/crossfi.json new file mode 100644 index 000000000000..e378a6f1481f --- /dev/null +++ b/_data/icons/crossfi.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmbRJzDeAdMkEXkqDwBwezpUxyjTPHZ2iXEomqKPvWZcWE", + "width": 40, + "height": 42, + "format": "svg" + } +]