@web3-react/walletlink-connector#WalletLinkConnector JavaScript Examples

The following examples show how to use @web3-react/walletlink-connector#WalletLinkConnector. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: index.js    From uniswap-v1-frontend with GNU General Public License v3.0 5 votes vote down vote up
walletlink = new WalletLinkConnector({
  url: NETWORK_URL,
  appName: 'Uniswap',
  appLogoUrl:
    'https://mpng.pngfly.com/20181202/bex/kisspng-emoji-domain-unicorn-pin-badges-sticker-unicorn-tumblr-emoji-unicorn-iphoneemoji-5c046729264a77.5671679315437924251569.jpg'
})
Example #2
Source File: index.js    From acy-dex-interface with MIT License 5 votes vote down vote up
walletlink = new WalletLinkConnector({
  url: RPC_URLS['56'],
  appName: 'ACY swap',
  supportedChainIds: [1, 3, 4, 5, 42, 10, 137, 69, 420, 80001, 56, 97],
})
Example #3
Source File: index.js    From Artion-Client with GNU General Public License v3.0 5 votes vote down vote up
walletlink = new WalletLinkConnector({
  url: 'https://rpc.ftm.tools',
  appName: 'Artion',
  appLogoUrl: ARTION_LOGO_URL,
})
Example #4
Source File: connectors.js    From origin-dollar with MIT License 5 votes vote down vote up
walletlink = new WalletLinkConnector({
  url: RPC_PROVIDER,
  supportedChainIds: [1, 1337],
})
Example #5
Source File: connectors.jsx    From crv.finance with MIT License 5 votes vote down vote up
walletlink = new WalletLinkConnector({
  url: RPC_URLS[1],
  appName: "iearn.financaae"
})
Example #6
Source File: connectors.js    From vote-incentives with GNU General Public License v3.0 5 votes vote down vote up
walletlink = new WalletLinkConnector({
  url: RPC_URLS[1],
  appName: "veToken"
})
Example #7
Source File: index.js    From sorbet-finance with GNU General Public License v3.0 5 votes vote down vote up
walletlink = new WalletLinkConnector({
  url: NETWORK_URL,
  appName: 'Uniswap',
  appLogoUrl:
    'https://mpng.pngfly.com/20181202/bex/kisspng-emoji-domain-unicorn-pin-badges-sticker-unicorn-tumblr-emoji-unicorn-iphoneemoji-5c046729264a77.5671679315437924251569.jpg',
})
Example #8
Source File: index.js    From swap-frontend with GNU General Public License v3.0 5 votes vote down vote up
walletlink = new WalletLinkConnector({
  url: NETWORK_URL,
  appName: 'Uniswap',
  appLogoUrl:
    'https://mpng.pngfly.com/20181202/bex/kisspng-emoji-domain-unicorn-pin-badges-sticker-unicorn-tumblr-emoji-unicorn-iphoneemoji-5c046729264a77.5671679315437924251569.jpg'
})
Example #9
Source File: index.js    From pine-interface with GNU General Public License v3.0 5 votes vote down vote up
walletlink = new WalletLinkConnector({
  url: NETWORK_URL,
  appName: 'Uniswap',
  appLogoUrl:
    'https://mpng.pngfly.com/20181202/bex/kisspng-emoji-domain-unicorn-pin-badges-sticker-unicorn-tumblr-emoji-unicorn-iphoneemoji-5c046729264a77.5671679315437924251569.jpg'
})
Example #10
Source File: connectors.js    From pure.finance with MIT License 5 votes vote down vote up
walletlink = new WalletLinkConnector({
  url: nodeUrl,
  appName: `Vesper App${environment ? ` ${environment}` : ''}`
})
Example #11
Source File: index.js    From Smart-Swap-Protocol with GNU General Public License v3.0 5 votes vote down vote up
walletlink = new WalletLinkConnector({
  url: NETWORK_URL,
  appName: 'Uniswap',
  appLogoUrl:
    'https://mpng.pngfly.com/20181202/bex/kisspng-emoji-domain-unicorn-pin-badges-sticker-unicorn-tumblr-emoji-unicorn-iphoneemoji-5c046729264a77.5671679315437924251569.jpg'
})
Example #12
Source File: connectors.jsx    From ileverage-finance with MIT License 5 votes vote down vote up
walletlink = new WalletLinkConnector({
  url: RPC_URLS[1],
  appName: "itrade.finance"
})
Example #13
Source File: connectors.jsx    From iliquidate-finance with MIT License 5 votes vote down vote up
walletlink = new WalletLinkConnector({
  url: RPC_URLS[1],
  appName: "iliquidate.financaae"
})
Example #14
Source File: connectors.jsx    From ycredit-finance with MIT License 5 votes vote down vote up
walletlink = new WalletLinkConnector({
  url: RPC_URLS[1],
  appName: "iearn.financaae"
})
Example #15
Source File: connectors.jsx    From ygov-finance with MIT License 5 votes vote down vote up
walletlink = new WalletLinkConnector({
  url: RPC_URLS[1],
  appName: "ygov.finance"
})