Skip to content

Commit 22a275b

Browse files
authored
fix: update bundler api url (#239)
1 parent 1cc2008 commit 22a275b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth-server/stores/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const contractsByChain: Record<SupportedChainId, ChainContracts> = {
3737
webauthnValidator: "0xAbcB5AB6eBb69F4F5F8cf1a493F56Ad3d28562bd",
3838
sessionValidator: "0x09fbd5b956AF5c64C7eB4fb473E7E64DAF0f79D7",
3939
factory: "0xF33128d7Cd2ab37Af12B3a22D9dA79f928c2B450",
40-
bundlerUrl: "https://bundler-api.sso.zksync.dev",
40+
bundlerUrl: "https://bundler-api.stage-sso.zksync.dev",
4141
beacon: "0xd1Ab9B640995124D3FD311d70BA4F216AD5b1aD5",
4242
},
4343
};

0 commit comments

Comments
 (0)