@openocean.finance/wallet 1.0.1 → 1.0.2

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.
Files changed (2) hide show
  1. package/lib/Chains.js +2 -1
  2. package/package.json +1 -1
package/lib/Chains.js CHANGED
@@ -251,7 +251,8 @@ var EthereumChainParams = {
251
251
  rpcUrls: ["https://data-seed-prebsc-1-s1.binance.org:8545"],
252
252
  blockExplorerUrls: ["https://testnet.bscscan.com/"],
253
253
  },
254
- ], kava: [
254
+ ],
255
+ kava: [
255
256
  {
256
257
  chainId: "0x8ae",
257
258
  chainName: "Kava EVM",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/wallet",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A multi-chain wallets manager",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {