@dojima-wallet/account
Version:
creates accounts for all layer1, layer2 supported chains.
18 lines (16 loc) • 471 B
text/typescript
import ArweaveAccount from "./arweaveAccount";
// import BitcoinAccount from "./bitcoinAccount";
import DojimaAccount from "./dojimaAccount";
import HermesAccount from "./hermesAccount";
import EthereumAccount from "./ethereumAccount";
import SolanaAccount from "./solanaAccount";
import PolkadotAccount from "./polkadotAccount";
export {
ArweaveAccount,
// BitcoinAccount,
DojimaAccount,
HermesAccount,
EthereumAccount,
SolanaAccount,
PolkadotAccount,
};