From 768cf052a623ce15dc909f9a27d0563ea8d7763e Mon Sep 17 00:00:00 2001 From: felixbbertrand Date: Thu, 13 May 2021 15:49:43 -0400 Subject: [PATCH 1/4] feat(add): WCHI --- src/tokens/xdai.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/tokens/xdai.json b/src/tokens/xdai.json index 19aedec7..ddcae376 100644 --- a/src/tokens/xdai.json +++ b/src/tokens/xdai.json @@ -1326,5 +1326,13 @@ "decimals": 18, "chainId": 100, "logoURI": "https://assets.coingecko.com/coins/images/10717/small/qFrcoiM.png" + }, + { + "name": "Wrapped CHI from Ethereum", + "address": "0x7211ab649A4139561a152B787de52D257cbAAee9", + "symbol": "WCHI", + "decimals": 18, + "chainId": 100, + "logoURI": "https://xaya.io/wp-content/uploads/2021/04/Wchi-ic1.png" } ] From 9f6f82d0eeb65d09dc5f81151d4741546ec55ef9 Mon Sep 17 00:00:00 2001 From: felixbbertrand Date: Thu, 13 May 2021 15:54:41 -0400 Subject: [PATCH 2/4] patch(decimals): WCHI --- src/tokens/xdai.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tokens/xdai.json b/src/tokens/xdai.json index ddcae376..fc0e30f6 100644 --- a/src/tokens/xdai.json +++ b/src/tokens/xdai.json @@ -1331,7 +1331,7 @@ "name": "Wrapped CHI from Ethereum", "address": "0x7211ab649A4139561a152B787de52D257cbAAee9", "symbol": "WCHI", - "decimals": 18, + "decimals": 8, "chainId": 100, "logoURI": "https://xaya.io/wp-content/uploads/2021/04/Wchi-ic1.png" } From e840c211da032748d1fa318d6d08b0ec66189a8c Mon Sep 17 00:00:00 2001 From: felixbbertrand Date: Thu, 13 May 2021 16:00:09 -0400 Subject: [PATCH 3/4] feat(add): CFXQ --- src/tokens/xdai.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/tokens/xdai.json b/src/tokens/xdai.json index fc0e30f6..2dec5c12 100644 --- a/src/tokens/xdai.json +++ b/src/tokens/xdai.json @@ -1334,5 +1334,13 @@ "decimals": 8, "chainId": 100, "logoURI": "https://xaya.io/wp-content/uploads/2021/04/Wchi-ic1.png" + }, + { + "name": "CFX Quantum from Ethereum from Ethereum", + "address": "0x64b17a95e6c45306fb23bc526eb2dc9e1331a1b1", + "symbol": "CFXQ", + "decimals": 6, + "chainId": 100, + "logoURI": "https://user-images.githubusercontent.com/83224547/118118933-453ec380-b3f6-11eb-962f-f2bbb1210c60.png" } ] From 9a093c61b32c165e6cec32ec6ab1de445e0de1c5 Mon Sep 17 00:00:00 2001 From: felixbbertrand Date: Thu, 13 May 2021 16:06:58 -0400 Subject: [PATCH 4/4] patch(CFXQ): name typo --- src/tokens/xdai.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tokens/xdai.json b/src/tokens/xdai.json index 2dec5c12..fcfa1f46 100644 --- a/src/tokens/xdai.json +++ b/src/tokens/xdai.json @@ -1336,7 +1336,7 @@ "logoURI": "https://xaya.io/wp-content/uploads/2021/04/Wchi-ic1.png" }, { - "name": "CFX Quantum from Ethereum from Ethereum", + "name": "CFX Quantum from Ethereum", "address": "0x64b17a95e6c45306fb23bc526eb2dc9e1331a1b1", "symbol": "CFXQ", "decimals": 6,