@dodoex/widgets 2.5.6 → 2.6.1-0

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.
@@ -10,7 +10,10 @@ export declare enum ChainId {
10
10
  AVALANCHE = 43114,
11
11
  CONFLUX = 1030,
12
12
  BASE = 8453,
13
- LINEA = 59144
13
+ LINEA = 59144,
14
+ SCROLL = 534352,
15
+ MANTA = 169,
16
+ MANTLE = 5000
14
17
  }
15
18
  export declare const rpcServerMap: {
16
19
  [key in ChainId]: Array<string>;