UNPKG

saepenatus

Version:

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

24 lines (23 loc) 1.19 kB
// bn branding export { default as defaultBnIcon } from './blocknative-icon.js' export { default as poweredByBlocknative } from './poweredByBlocknative.js' // other export { default as hourglass } from './hourglass.js' export { default as questionIcon } from './question.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 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'