Add Solflare to wallet list

This commit is contained in:
jhlx 2021-08-14 15:06:13 +08:00
parent bdaf04b876
commit 7528e94dda
1 changed files with 11 additions and 11 deletions

View File

@ -23,17 +23,6 @@ import {
const ASSET_URL =
'https://cdn.jsdelivr.net/gh/solana-labs/oyster@main/assets/wallets';
export const WALLET_PROVIDERS = [
{
name: 'Solflare',
url: 'https://solflare.com/access-wallet',
icon: `${ASSET_URL}/solflare.svg`,
},
{
name: 'Solflare Extension',
url: 'https://solflare.com',
icon: `${ASSET_URL}/solflare.svg`,
adapter: SolflareExtensionWalletAdapter,
},
{
name: 'sollet.io',
url: 'https://www.sollet.io',
@ -51,6 +40,17 @@ export const WALLET_PROVIDERS = [
icon: `${ASSET_URL}/ledger.svg`,
adapter: LedgerWalletAdapter,
},
{
name: 'Solflare',
url: 'https://solflare.com/access-wallet',
icon: `${ASSET_URL}/solflare.svg`,
},
{
name: 'Solflare Extension',
url: 'https://solflare.com',
icon: `${ASSET_URL}/solflare.svg`,
adapter: SolflareExtensionWalletAdapter,
},
{
name: 'Phantom',
url: 'https://www.phantom.app',