enkryptcom / enKrypt

Enkrypt: Ethereum, Polkadot and Web3 Wallet
https://www.enkrypt.com/
MIT License
332 stars 166 forks source link

feat: enable changelly on solana #534

Closed NickKelly1 closed 1 month ago

NickKelly1 commented 1 month ago

Enable Changelly on Solana including in-chain and cross-chain swaps of both tokens and native SOL.

Also fix a bug introduced by me in the initial Solana release where if Changelly returns a value with too many numbers beyond the decimal point (more than the tokens decimals) then the base amount will be calculated incorrectly.

Also set priority fees for Changelly Solana transactions because otherwise they weren't being mined sometimes.

Also some minor code cleanup.