Issue I've used Trust Wallet(TW) to receive TON custom token. At the moment TW doesn't support such tokens.
**Steps: **
By default TW uses 12 words seed phrase and TON wallet uses 24 words seed phrase. The entropy differs and can't be used to recover my tokens.
So I've decided to export TON's private key base on TW 12-word seed phrase.
TW docs said - "derivation path": "m/44'/607'/0'" https://github.com/trustwallet/wallet-core/blob/master/registry.json#L9
I've used my TW 12-word seed + path "m/44'/607'/0'" + BIP32 and generate public/private keys there https://iancoleman.io/bip39/. The resulting Public address is different than shown in my TW.
Questions: Does someone have ideas? Maybe there's another approach? Or any TW devs around to fix my calculation with a 12-words seed?