@openocean.finance/openocean-sdk 0.1.83 → 0.1.84

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.
@@ -165,6 +165,7 @@ function getLimitContractAddress(chainName) {
165
165
  heco: "0xc0A62DDCd284020dC883C642A3Ed5D2A1770eb91",
166
166
  okex: "0xc0A62DDCd284020dC883C642A3Ed5D2A1770eb91",
167
167
  xdai: "0xc0A62DDCd284020dC883C642A3Ed5D2A1770eb91",
168
+ cronos: "0xc0A62DDCd284020dC883C642A3Ed5D2A1770eb91",
168
169
  }[chainName];
169
170
  if (address)
170
171
  return address;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/openocean-sdk",
3
- "version": "0.1.83",
3
+ "version": "0.1.84",
4
4
  "description": "Openocean sdk",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {