Skip to content

Commit 5199f52

Browse files
Update Xylume TestNet metadata and icon (#7760)
* Update faucet URL and listed EIP features. * Update Icon [CRUCIAL] Old icon is no longer used in relevance with Xylume TestNet, and belongs to a now-separate entity (XYL TestNet) * Prettier FIX * Prettier FIX --------- Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
1 parent fa3e1f9 commit 5199f52

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

_data/chains/eip155-6934.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,18 @@
22
"name": "Xylume TestNet",
33
"chain": "XYL",
44
"rpc": ["https://xylume-testnet.sparked.network/rpc/"],
5-
"faucets": ["https://debxylen.github.io/Xylume_TestNet/faucet.html"],
5+
"faucets": ["https://xylume-faucet.vercel.app/"],
66
"nativeCurrency": {
77
"name": "Xylume",
88
"symbol": "XYL",
99
"decimals": 18
1010
},
1111
"features": [
12+
{ "name": "EIP20" },
1213
{ "name": "EIP155" },
1314
{ "name": "EIP1559" },
14-
{ "name": "Directed Acyclic Graph (DAG)" }
15+
{ "name": "Directed Acyclic Graph (DAG)" },
16+
{ "name": "Unspent Transaction Output (UTXO)" }
1517
],
1618
"infoURL": "https://debxylen.github.io/Xylume_TestNet",
1719
"shortName": "xyl",

_data/icons/xylume-testnet.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[
22
{
3-
"url": "ipfs://QmRk9t6g5otTX6XcQjvFwsfzn2KjZwbstptH9C7uG2kVdD",
4-
"width": 500,
5-
"height": 500,
3+
"url": "ipfs://QmUweMnhb4wYtwv59gh4GSxhDy6AbnRntXiQRe4mFFazcF",
4+
"width": 1024,
5+
"height": 1024,
66
"format": "png"
77
}
88
]

0 commit comments

Comments
 (0)