You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: frontend/src/pages/_app.js
+5-5
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ import { Wallet } from '@/wallets/near';
8
8
import{NetworkId,CoinFlipContract}from'@/config';
9
9
10
10
// Wallet instance
11
-
// const wallet = new Wallet({ networkId: NetworkId });
11
+
constwallet=newWallet({networkId: NetworkId});
12
12
13
13
// Optional: Create an access key so the user does not need to sign transactions. Read more about access keys here: https://docs.near.org/concepts/protocol/access-keys
0 commit comments