diff --git a/src/types/index.ts b/src/types/index.ts index d67a0d1..eb99c39 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -26,6 +26,7 @@ export enum TokenType { ISO4217 = "ISO4217", ERC20 = "ERC20", ETH = "ETH", + // TODO change the token lists for Tron to use TRC20 after we fix https://github.com/RequestNetwork/requestNetwork/issues/1713 TRC20 = "TRC20", } diff --git a/tokens/token-list.json b/tokens/token-list.json index 73c76b1..2948f84 100644 --- a/tokens/token-list.json +++ b/tokens/token-list.json @@ -4,7 +4,7 @@ "version": { "major": 1, "minor": 5, - "patch": 0 + "patch": 1 }, "tokens": [ { @@ -8176,7 +8176,7 @@ "decimals": 6, "address": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t", "network": "tron", - "type": "TRC20", + "type": "ERC20", "hash": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t", "chainId": 728126428 }, @@ -8187,7 +8187,7 @@ "decimals": 6, "address": "TEkxiTehnzSmSe2XqrBj4w32RUN966rdz8", "network": "tron", - "type": "TRC20", + "type": "ERC20", "hash": "TEkxiTehnzSmSe2XqrBj4w32RUN966rdz8", "chainId": 728126428 }