enkryptcom / enKrypt

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

fix: replace pact-lang-api with @kadena/client | Kadena #385

Closed Takadenoshi closed 8 months ago

Takadenoshi commented 8 months ago

This replaces the soon-to-be-deprecated pact-lang-api usage (for balance and transaction status lookups) with the current @kadena/client client.

Note that this adds a pre-build step to extension/package.json. This download the latest version of the coin module in order to generate type definitions for it. There is also a variant of this process which is offline if that is preferable.