carbon-js-sdk 0.3.10 → 0.3.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.
@@ -1729,7 +1729,7 @@ exports.swthChannels = {
1729
1729
  };
1730
1730
  exports.ibcTokenRegex = /^ibc\/([a-f\d]+)$/i;
1731
1731
  exports.ibcNetworkRegex = /^([a-z\d_-]+)-([\d]+)$/i;
1732
- exports.ibcDefaultGas = 150000;
1732
+ exports.ibcDefaultGas = 200000;
1733
1733
  exports.DefaultGasPriceStep = {
1734
1734
  low: 0.01,
1735
1735
  average: 0.025,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-js-sdk",
3
- "version": "0.3.10",
3
+ "version": "0.3.11",
4
4
  "description": "TypeScript SDK for Carbon blockchain",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",