Skip to content
This repository was archived by the owner on Dec 26, 2024. It is now read-only.

Commit d29d7cc

Browse files
committed
change default key url
1 parent 4d9de61 commit d29d7cc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

constants/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export * from "./supportedMethod"
2-
export const KEY_URL = "http://localhost:3000"
2+
export const KEY_URL = "https://wallet.abstraction.world"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@abstraction-hq/wallet-sdk",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"main": "dist/index.js",
55
"types": "dist/index.d.js",
66
"description": "Interact your app with top tier wallet on blockchain.",

0 commit comments

Comments
 (0)