@voltr/vault-sdk 1.0.12 → 1.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/client.js +1 -1
  2. package/package.json +1 -1
package/dist/client.js CHANGED
@@ -108,7 +108,7 @@ class VoltrClient extends AccountUtils {
108
108
  constructor(conn, wallet, opts) {
109
109
  super(conn);
110
110
  // Initialize programs
111
- this.setProvider(wallet);
111
+ this.setProvider(wallet, opts);
112
112
  this.setPrograms(vaultIdl);
113
113
  }
114
114
  setProvider(wallet, opts) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voltr/vault-sdk",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "SDK for interacting with Voltr Protocol",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",