1.0.0-development.168 • Published 12 months ago

@thorswap-lib/web-extensions v1.0.0-development.168

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

@thorswap-lib/web-extensions

Install

pnpm add @thorswap-lib/web-extensions

To use the browser extensions you need to extend core and install the corresponding package for the chain you want to use.

import { SwapKitCore } from '@thorswap-lib/swapkit-core';
import { evmWallet, keplrWallet, xdefiWallet } from '@thorswap-lib/web-extensions';

const client = new SwapKitCore();

client.extend({
  wallets: [
    evmWallet, // MM, Brave, Trust, Coinbase
    keplrWallet,
    xdefiWallet
  ],
});
chainMetamaskXDefiBraveWalletTrustWalletCoinbaseKeplrpackage
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 cosmos-client@0.39.2

Links