Skip to content

Commit

Permalink
Staged
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Nov 24, 2023
1 parent faa226a commit 4ebf3ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dapp/src/rawWallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ export function createDefaultLockWallet(privateKey: HexString): Wallet {
}

export const accounts = {
alice: createDefaultLockWallet('0x49aa6d595ac46cc8e1a31b511754dd58f241a7d8a6ad29e83d6b0c1a82399f3d'),
bob: createDefaultLockWallet('0xc153ee57dc8ae3dac3495c828d6f8c3fef6b1d0c74fc31101c064137b3269d6d'),
alice: createDefaultLockWallet('0x0000000000000000000000000000000000000000000000000000000000000001'),
bob: createDefaultLockWallet('0x0000000000000000000000000000000000000000000000000000000000000002'),
};

0 comments on commit 4ebf3ff

Please sign in to comment.