Skip to content

Commit

Permalink
Merge pull request #6 from upbond/update-embed-version
Browse files Browse the repository at this point in the history
update embed version
  • Loading branch information
ardiyu07 authored Aug 3, 2023
2 parents a22ad73 + 4e2dc96 commit 3ec304b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@upbond/wagmi-connector",
"version": "0.1.12",
"version": "0.1.14",
"description": "manage the interaction of your DApp with UPBOND Wallet",
"main": "dist/wagmiConnector.cjs.js",
"module": "dist/wagmiConnector.esm.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"npm": ">=6.x"
},
"dependencies": {
"@upbond/upbond-embed": "1.3.10-rc.5",
"@upbond/upbond-embed": "1.3.11-rc.0",
"wagmi": "0.7.15"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/connector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default class UpbondWalletConnector extends Connector {
});
this.isConnected = false;
this.chainList = config.chainList;
this.configUpbond = {
this.configUpbond = config.options.UpbondParams ?? {
buildEnv: UPBOND_BUILD_ENV.DEVELOPMENT,
network: this.network,
dappRedirectUri: config.options.dappRedirectUri,
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3242,10 +3242,10 @@
"@typescript-eslint/types" "4.33.0"
eslint-visitor-keys "^2.0.0"

"@upbond/[email protected].10-rc.5":
version "1.3.10-rc.5"
resolved "https://registry.yarnpkg.com/@upbond/upbond-embed/-/upbond-embed-1.3.10-rc.5.tgz#6be4f0a4fce361fcc74ef6273ef79d15e5cef163"
integrity sha512-njqYn+uxKHoGuWn+AYU4QxrgPKQjWShkirg3l6lJrw1Cf+7vyEFLltQVhSDfvV3UvKp6XsnZA5TFAvim6tmV0g==
"@upbond/[email protected].11-rc.0":
version "1.3.11-rc.0"
resolved "https://registry.yarnpkg.com/@upbond/upbond-embed/-/upbond-embed-1.3.11-rc.0.tgz#9d21b5d6c86ed7a666cbf742e4f3b7b3e879d04a"
integrity sha512-0Jh2W5OvWKMmbRhhiY9y5XpvkdfH9rvJmD+OwPUyB2ZR3vO8SdEJWvaZNn871q5nYbRg6cLCYPke8XQro+lXLQ==
dependencies:
"@ansugroup/timing-safe-equal" "^0.1.3"
"@metamask/obs-store" "^7.0.0"
Expand Down

0 comments on commit 3ec304b

Please sign in to comment.