Skip to content

Commit

Permalink
Fix gateway user id req
Browse files Browse the repository at this point in the history
  • Loading branch information
BedrockSquirrel committed Jun 26, 2024
1 parent 48db22e commit 1360547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/walletextension/frontend/src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const tenChainIDDecimal = 443;
export const tenChainIDHex = "0x" + tenChainIDDecimal.toString(16); // Convert to hexadecimal and prefix with '0x'
export const METAMASK_CONNECTION_TIMEOUT = 3000;

export const userStorageAddress = "0x0000000000000000000000000000000000000000";
export const userStorageAddress = "0x0000000000000000000000000000000000000001";

export const nativeCurrency = {
name: "Sepolia Ether",
Expand Down

0 comments on commit 1360547

Please sign in to comment.