@openocean.finance/widget
Version:
Openocean Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.
14 lines (12 loc) • 372 B
text/typescript
import type { MetaMaskParameters } from 'wagmi/connectors'
import { OOToolLogo } from '../icons/openocean.js'
export const defaultMetaMaskConfig: MetaMaskParameters = {
dappMetadata: {
name: 'OpenOcean',
url:
typeof window !== 'undefined'
? (window as any)?.location.href
: 'https://openocean.finance/',
base64Icon: OOToolLogo,
},
}