Skip to content

Commit

Permalink
buildenv
Browse files Browse the repository at this point in the history
  • Loading branch information
norld committed Jul 24, 2023
1 parent 8dac523 commit b5a7a64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.8",
"version": "0.1.9",
"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.10-rc.3",
"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 @@ -52,7 +52,7 @@ export default class UpbondWalletConnector extends Connector {
this.isConnected = false;
this.chainList = config.chainList;
this.configUpbond = {
buildEnv: UPBOND_BUILD_ENV.DEVELOPMENT,
buildEnv: config.options.UpbondParams.buildEnv,
network: this.network,
dappRedirectUri: config.options.dappRedirectUri,
whiteLabel: {
Expand Down

0 comments on commit b5a7a64

Please sign in to comment.