From 8c4cb553fa9aec40bd1d85863bd98cf6f8b3ef9c Mon Sep 17 00:00:00 2001 From: CounterFire2023 <136581895+CounterFire2023@users.noreply.github.com> Date: Thu, 4 Jul 2024 18:12:53 +0800 Subject: [PATCH] fix bug: login with okx --- src/components/chain/wallet/OkxWallet.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/chain/wallet/OkxWallet.js b/src/components/chain/wallet/OkxWallet.js index 733d628..a7f4089 100644 --- a/src/components/chain/wallet/OkxWallet.js +++ b/src/components/chain/wallet/OkxWallet.js @@ -1,4 +1,5 @@ import { providers } from "ethers" +import { signLogin } from '@/components/chain/utils.js' export class OkxWallet{ constructor() {