Skip to content

Commit 78b0536

Browse files
delete(heco): Delete Huobi ECO Chain (#4244)
* delete(heco): Delete Huobi ECO Chain * delete(heco): Delete `TWCoinTypeECOChain` * chore(versions): Update gradle version to 8.10.2, COCOAPODS to 1.14.3
1 parent b154f9d commit 78b0536

12 files changed

Lines changed: 6 additions & 68 deletions

File tree

.github/workflows/android-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525

2626
- name: Setup Gradle
2727
uses: gradle/gradle-build-action@v2
28+
with:
29+
gradle-version: 8.10.2
2830

2931
- name: Install system dependencies
3032
run: |

.github/workflows/kotlin-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Gradle
3030
uses: gradle/gradle-build-action@v2
3131
with:
32-
gradle-version: 8.1.1
32+
gradle-version: 8.10.2
3333

3434
- name: Install system dependencies
3535
run: |

android/app/src/androidTest/java/com/trustwallet/core/app/blockchains/CoinAddressDerivationTests.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class CoinAddressDerivationTests {
4343
DASH -> assertEquals("XqHiz8EXYbTAtBEYs4pWTHh7ipEDQcNQeT", address)
4444
DIGIBYTE -> assertEquals("dgb1qtjgmerfqwdffyf8ghcrkgy52cghsqptynmyswu", address)
4545

46-
ETHEREUM, SMARTCHAIN, POLYGON, OPTIMISM, ZKSYNC, ARBITRUM, ARBITRUMNOVA, ECOCHAIN, AVALANCHECCHAIN, XDAI,
46+
ETHEREUM, SMARTCHAIN, POLYGON, OPTIMISM, ZKSYNC, ARBITRUM, ARBITRUMNOVA, AVALANCHECCHAIN, XDAI,
4747
FANTOM, CELO, CRONOSCHAIN, SMARTBITCOINCASH, KUCOINCOMMUNITYCHAIN, BOBA, METIS,
4848
AURORA, EVMOS, MOONRIVER, MOONBEAM, KAVAEVM, KAIA, METER, OKXCHAIN, POLYGONZKEVM, SCROLL,
4949
CONFLUXESPACE, ACALAEVM, OPBNB, NEON, BASE, LINEA, GREENFIELD, MANTLE, ZENEON, MANTAPACIFIC,

docs/registry.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ This list is generated from [./registry.json](../registry.json)
120120
| 10000321 | KuCoin Community Chain | KCS | <img src="https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/kcc/info/logo.png" width="32" /> | <https://www.kcc.io/> |
121121
| 10000324 | zkSync Era | ETH | <img src="https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/zksync/info/logo.png" width="32" /> | <https://portal.zksync.io/> |
122122
| 10000330 | Terra | LUNA | <img src="https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/terrav2/info/logo.png" width="32" /> | <https://terra.money> |
123-
| 10000553 | Huobi ECO Chain | HT | <img src="https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/heco/info/logo.png" width="32" /> | <https://www.hecochain.com/en-us> |
124123
| 10000787 | Acala EVM | ACA | <img src="https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/acalaevm/info/logo.png" width="32" /> | <https://acala.network> |
125124
| 10000990 | Coreum | CORE | <img src="https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/coreum/info/logo.png" width="32" /> | <https://www.coreum.com/> |
126125
| 10001088 | Metis | METIS | <img src="https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/metis/info/logo.png" width="32" /> | <https://www.metis.io/> |

include/TrustWalletCore/TWCoinType.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ enum TWCoinType {
100100
TWCoinTypeOptimism = 10000070,
101101
TWCoinTypeZksync = 10000324,
102102
TWCoinTypeArbitrum = 10042221,
103-
TWCoinTypeECOChain = 10000553,
104103
TWCoinTypeAvalancheCChain = 10009000,
105104
TWCoinTypeXDai = 10000100,
106105
TWCoinTypeFantom = 10000250,

kotlin/wallet-core-kotlin/src/commonTest/kotlin/com/trustwallet/core/test/CoinAddressDerivationTests.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class CoinAddressDerivationTests {
3636
Dash -> "XqHiz8EXYbTAtBEYs4pWTHh7ipEDQcNQeT"
3737
DigiByte -> "dgb1qtjgmerfqwdffyf8ghcrkgy52cghsqptynmyswu"
3838

39-
Ethereum, SmartChain, Polygon, Optimism, Zksync, Arbitrum, ArbitrumNova, ECOChain, AvalancheCChain, XDai,
39+
Ethereum, SmartChain, Polygon, Optimism, Zksync, Arbitrum, ArbitrumNova, AvalancheCChain, XDai,
4040
Fantom, Celo, CronosChain, SmartBitcoinCash, KuCoinCommunityChain, Boba, Metis,
4141
Aurora, Evmos, Moonriver, Moonbeam, KavaEvm, Kaia, Meter, OKXChain, PolygonzkEVM, Scroll,
4242
ConfluxeSpace, AcalaEVM, OpBNB, Neon, Base, Linea, Greenfield, Mantle, ZenEON, MantaPacific,

registry.json

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3387,37 +3387,6 @@
33873387
"documentation": "https://docs.arbitrum.io/"
33883388
}
33893389
},
3390-
{
3391-
"id": "heco",
3392-
"name": "ECO Chain",
3393-
"displayName": "Huobi ECO Chain",
3394-
"coinId": 10000553,
3395-
"slip44": 553,
3396-
"symbol": "HT",
3397-
"decimals": 18,
3398-
"blockchain": "Ethereum",
3399-
"derivation": [
3400-
{
3401-
"path": "m/44'/60'/0'/0/0"
3402-
}
3403-
],
3404-
"curve": "secp256k1",
3405-
"publicKeyType": "secp256k1Extended",
3406-
"chainId": "128",
3407-
"addressHasher": "keccak256",
3408-
"explorer": {
3409-
"url": "https://hecoinfo.com",
3410-
"txPath": "/tx/",
3411-
"accountPath": "/address/"
3412-
},
3413-
"info": {
3414-
"url": "https://www.hecochain.com/en-us",
3415-
"source": "https://github.com/HuobiGroup/huobi-eco-chain",
3416-
"rpc": "https://http-mainnet-node.huobichain.com",
3417-
"documentation": "https://eth.wiki/json-rpc/API"
3418-
},
3419-
"testFolderName": "ECO"
3420-
},
34213390
{
34223391
"id": "avalanchec",
34233392
"name": "Avalanche C-Chain",

rust/tw_tests/tests/coin_address_derivation_test.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ fn test_coin_address_derivation() {
4747
| CoinType::Celo
4848
| CoinType::ConfluxeSpace
4949
| CoinType::CronosChain
50-
| CoinType::ECOChain
5150
| CoinType::EthereumClassic
5251
| CoinType::Evmos
5352
| CoinType::Fantom

swift/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ SPEC CHECKSUMS:
1313

1414
PODFILE CHECKSUM: aac2324ba35cdd5631cb37618cd483887bab9cfd
1515

16-
COCOAPODS: 1.11.3
16+
COCOAPODS: 1.14.3

swift/Tests/CoinAddressDerivationTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ class CoinAddressDerivationTests: XCTestCase {
8686
.scroll,
8787
.arbitrum,
8888
.arbitrumNova,
89-
.ecochain,
9089
.avalancheCChain,
9190
.xdai,
9291
.fantom,

0 commit comments

Comments
 (0)