UNPKG

@web3-onboard/core

Version:

Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, mul

25 lines (24 loc) 1.32 kB
export { default as defaultBnIcon } from './thirdweb-icon.js'; export { default as poweredByThirdweb } from './poweredByThirdweb.js'; export { default as ethereumIcon } from './ethereum.js'; export { default as polygonIcon } from './polygon.js'; export { default as binanceIcon } from './binance.js'; export { default as fantomIcon } from './fantom.js'; export { default as optimismIcon } from './optimism.js'; export { default as avalancheIcon } from './avalanche.js'; export { default as celoIcon } from './celo.js'; export { default as gnosisIcon } from './gnosis.js'; export { default as harmonyOneIcon } from './harmony-one.js'; export { default as arbitrumIcon } from './arbitrum.js'; export { default as baseIcon } from './base.js'; export { default as hourglass } from './hourglass.js'; export { default as questionIcon } from './question.js'; export { default as checkmark } from './checkmark.js'; export { default as errorIcon } from './error.js'; export { default as infoIcon } from './info.js'; export { default as caretIcon } from './caret.js'; export { default as warningIcon } from './warning.js'; export { default as successIcon } from './success.js'; export { default as pendingIcon } from './pending.js'; export { default as degenIcon } from './degen.js'; export { default as snaxIcon } from './snax.js';