@coinmasters/wallet-metamask
v11.0.1
Published
THORSwap Lib metamask
Downloads
272
Readme
@thorswap-lib/metamask snap
docs: https://shapeshift.com/snap
Install:
pnpm add @thorswap-lib/metamask
import { SwapKitCore } from '@thorswap-lib/swapkit-core';
import { metamaskWallet } from '@thorswap-lib/trezor';
const client = new SwapKitCore();
client.extend({
wallets: [metamaskWallet],
});
Supported chains:
| chain | status | package | | ---------------- | ------ | ---------------------------- | | BTC | ✅ | @thorswap-lib/toolbox-utxo | | LTC | ✅ | @thorswap-lib/toolbox-utxo | | BCH | ✅ | @thorswap-lib/toolbox-utxo | | DOGE | ✅ | @thorswap-lib/toolbox-utxo | | ETH | ✅ | @thorswap-lib/toolbox-evm | | AVAX | ✅ | @thorswap-lib/toolbox-evm | | BSC | ✅ | @thorswap-lib/toolbox-evm | | COSMOS (ATOM) | ✅ | @thorswap-lib/toolbox-cosmos | | BNB | ✅ | @thorswap-lib/toolbox-cosmos | | THORCHAIN (RUNE) | ✅ | @thorswap-lib/toolbox-cosmos [email protected] |