Skip to content

Commit 7434dc0

Browse files
committed
chore: up
1 parent adb94f7 commit 7434dc0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/snippets/wagmi.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { KeyManager, webAuthn } from 'wagmi/tempo'
1111
export const config = createConfig({
1212
connectors: [
1313
webAuthn({
14-
keyManager: KeyManager.http('https://keystore.tempo.xyz'),
14+
keyManager: KeyManager.http('https://keys.tempo.xyz'),
1515
}),
1616
],
1717
chains: [tempoModerato],
@@ -33,7 +33,7 @@ import { KeyManager, webAuthn } from 'wagmi/tempo'
3333
export const config = createConfig({
3434
connectors: [
3535
webAuthn({
36-
keyManager: KeyManager.http('https://keystore.tempo.xyz'),
36+
keyManager: KeyManager.http('https://keys.tempo.xyz'),
3737
}),
3838
],
3939
chains: [tempoModerato],

src/wagmi.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export function getConfig(options: getConfig.Options = {}) {
2222
connectors: [
2323
webAuthn({
2424
grantAccessKey: true,
25-
keyManager: KeyManager.http('https://keystore.tempo.xyz'),
25+
keyManager: KeyManager.http('https://keys.tempo.xyz'),
2626
}),
2727
],
2828
multiInjectedProviderDiscovery,

0 commit comments

Comments
 (0)