@openocean.finance/widget 1.0.22 → 1.0.24

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/widget",
3
- "version": "1.0.22",
3
+ "version": "1.0.24",
4
4
  "description": "Openocean Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.",
5
5
  "type": "module",
6
6
  "main": "./dist/esm/index.js",
@@ -35,4 +35,6 @@ export const DEFAULT_CHAIN_IDS = [
35
35
  1285, // Moonriver
36
36
  1666600000, // Harmony Mainnet
37
37
  10143, // Monad Testnet
38
+ 1151111081099710, // Solana
39
+ 999, // HyperEvm
38
40
  ];
@@ -1,2 +1,2 @@
1
1
  export const name = '@openocean.finance/widget'
2
- export const version = '1.0.22'
2
+ export const version = '1.0.24'