@zebec-network/exchange-card-sdk 1.1.9-beta.0 → 1.1.9-beta.1

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.
@@ -141,7 +141,7 @@ class StellarService {
141
141
  networkPassphrase: this.sandbox ? stellar_sdk_1.Networks.TESTNET : stellar_sdk_1.Networks.PUBLIC,
142
142
  })
143
143
  .addOperation(stellar_sdk_1.Operation.payment({
144
- destination: "GCIRWN3TS54KTISWKI332EOQK2UVV5NAP5AQ4XQBM3OGNE6RQKPK2Z6P",
144
+ destination: vault.address,
145
145
  asset: usdcAsset,
146
146
  amount,
147
147
  }))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zebec-network/exchange-card-sdk",
3
- "version": "1.1.9-beta.0",
3
+ "version": "1.1.9-beta.1",
4
4
  "description": "An sdk for purchasing silver card in zebec",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",