Skip to content

Commit

Permalink
feat: move OKX wallet to Popular (#2155)
Browse files Browse the repository at this point in the history
  • Loading branch information
fionnachan authored Dec 19, 2024
1 parent ef1600a commit b569ef1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/arb-token-bridge-ui/src/util/wagmi/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,14 +148,13 @@ export function getProps(targetChainKey: string | null) {
chains
})

wallets[0]?.wallets.push(okxWallet({ chains, projectId }))

const connectors = connectorsForWallets([
...wallets,
{
groupName: 'More',
wallets: [
trustWallet({ chains, projectId }),
okxWallet({ chains, projectId })
]
wallets: [trustWallet({ chains, projectId })]
}
])

Expand Down

0 comments on commit b569ef1

Please sign in to comment.