Skip to content

Commit

Permalink
fix: domain
Browse files Browse the repository at this point in the history
  • Loading branch information
SubhanshuMG committed Jun 12, 2024
1 parent 3a52cff commit 89df9aa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,7 @@

* Added widget border radius
* Updated Mantle RPC URL

### 2.0.10 (2024-06-12)

* Devops changes
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getsafle/safle-keyless-js",
"version": "2.0.9",
"version": "2.0.10",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/widgetManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { IConnectionMethods, ISDKConfig, IWidget } from "./interfaces";
import { styles } from "./styles";
import { onWindowLoad } from "./utils/onWindowLoad";

const WIDGET_URL = "https://safle-keyless-core.netlify.app/";
const WIDGET_URL = "https://test-safle-keyless-core.getsafle.com/";
const KEYLESS_CONTAINER_CLASS = "safle_keyless-container";
const KEYLESS_IFRAME_CLASS = "safle_keyless-widget-frame";

Expand Down

0 comments on commit 89df9aa

Please sign in to comment.