@dhedge/v2-sdk 2.0.3 → 2.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.
@@ -8,7 +8,8 @@ export const networkPortMap = {
8
8
  [Network.OPTIMISM]: 8544,
9
9
  [Network.ARBITRUM]: 8540,
10
10
  [Network.BASE]: 8546,
11
- [Network.ETHEREUM]: 8547
11
+ [Network.ETHEREUM]: 8547,
12
+ [Network.PLASMA]: 8548
12
13
  };
13
14
 
14
15
  export const getWalletData = (
package/src/types.ts CHANGED
@@ -6,7 +6,8 @@ export enum Network {
6
6
  OPTIMISM = "optimism",
7
7
  ARBITRUM = "arbitrum",
8
8
  BASE = "base",
9
- ETHEREUM = "ethereum"
9
+ ETHEREUM = "ethereum",
10
+ PLASMA = "plasma"
10
11
  }
11
12
 
12
13
  export enum Dapp {
@@ -31,7 +32,8 @@ export enum Dapp {
31
32
  PANCAKECL = "pancakeCL",
32
33
  COMPOUNDV3 = "compoundV3",
33
34
  ODOS = "odos",
34
- PENDLE = "pendle"
35
+ PENDLE = "pendle",
36
+ KYBERSWAP = "kyberswap"
35
37
  }
36
38
 
37
39
  export enum Transaction {