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

Commit

Permalink
change default key url
Browse files Browse the repository at this point in the history
  • Loading branch information
imduchuyyy committed Jul 16, 2024
1 parent 4d9de61 commit d29d7cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion constants/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from "./supportedMethod"
export const KEY_URL = "http://localhost:3000"
export const KEY_URL = "https://wallet.abstraction.world"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abstraction-hq/wallet-sdk",
"version": "1.0.2",
"version": "1.0.3",
"main": "dist/index.js",
"types": "dist/index.d.js",
"description": "Interact your app with top tier wallet on blockchain.",
Expand Down

0 comments on commit d29d7cc

Please sign in to comment.