ggez-banking-sdk 0.0.10 → 0.0.11

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.
@@ -107,5 +107,6 @@ const chainInfo = (rpc_url, rest_url, chain_id, chain_name, ugzGasPriceStep, mgz
107
107
  coinGeckoId: "XDC",
108
108
  },
109
109
  features: ["stargate"],
110
+ chainSymbolImageUrl: "https://res.cloudinary.com/dvgnuchjw/image/upload/v1708605304/ggez_logo_gbyz6w.jpg",
110
111
  });
111
112
  exports.chainInfo = chainInfo;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ggez-banking-sdk",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",