@zebec-network/exchange-card-sdk 1.1.7 → 1.1.8

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.
@@ -48,7 +48,7 @@ class StellarService {
48
48
  * @returns {Promise<string>} A promise that resolves to the Vault address.
49
49
  */
50
50
  async fetchUSDCVault() {
51
- const data = await this.apiService.fetchVault("XLM-USDC");
51
+ const data = await this.apiService.fetchVault("xlm-usdc");
52
52
  return data;
53
53
  }
54
54
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zebec-network/exchange-card-sdk",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "An sdk for purchasing silver card in zebec",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",