@openocean.finance/wallet 0.4.53 → 0.4.55

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.
@@ -110,10 +110,21 @@ var chainObj = {
110
110
  ],
111
111
  blockExplorerUrl: 'https://www.mintscan.io/osmosis/txs',
112
112
  compiler: 'COSMOS',
113
- apiUrl: '',
113
+ apiUrl: 'https://lcd-osmosis.keplr.app',
114
114
  protoRegistry: __spreadArray(__spreadArray([], protoRegistryBase, true), osmojs_1.osmosisProtoRegistry, true),
115
115
  aminoConverters: __assign(__assign({}, aminoConvertersBase), osmojs_1.osmosisAminoConverters)
116
- }
116
+ },
117
+ 'irishub-1': {
118
+ chainId: 'irishub-1',
119
+ chainName: 'Iris',
120
+ rpcUrls: [
121
+ 'https://rpc-iris.keplr.app'
122
+ ],
123
+ blockExplorerUrl: '',
124
+ apiUrl: '',
125
+ protoRegistry: __spreadArray([], protoRegistryBase, true),
126
+ aminoConverters: __assign({}, aminoConvertersBase)
127
+ },
117
128
  };
118
129
  var KeplrWallet = /** @class */ (function (_super) {
119
130
  __extends(KeplrWallet, _super);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/wallet",
3
- "version": "0.4.53",
3
+ "version": "0.4.55",
4
4
  "description": "A multi-chain wallets manager",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {