@paraswap/dex-lib 2.42.25-wombat.0 → 2.42.25-wombat.1

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.
@@ -20,32 +20,6 @@
20
20
  "stateMutability": "nonpayable",
21
21
  "type": "constructor"
22
22
  },
23
- {
24
- "inputs": [],
25
- "name": "ASSET_OVERFLOW",
26
- "type": "error"
27
- },
28
- {
29
- "inputs": [],
30
- "name": "InvalidShortString",
31
- "type": "error"
32
- },
33
- {
34
- "inputs": [
35
- {
36
- "internalType": "string",
37
- "name": "str",
38
- "type": "string"
39
- }
40
- ],
41
- "name": "StringTooLong",
42
- "type": "error"
43
- },
44
- {
45
- "inputs": [],
46
- "name": "WOMBAT_FORBIDDEN",
47
- "type": "error"
48
- },
49
23
  {
50
24
  "anonymous": false,
51
25
  "inputs": [
@@ -1,79 +1,4 @@
1
1
  [
2
- {
3
- "inputs": [],
4
- "name": "CORE_UNDERFLOW",
5
- "type": "error"
6
- },
7
- {
8
- "inputs": [],
9
- "name": "WOMBAT_AMOUNT_TOO_LOW",
10
- "type": "error"
11
- },
12
- {
13
- "inputs": [],
14
- "name": "WOMBAT_ASSET_ALREADY_EXIST",
15
- "type": "error"
16
- },
17
- {
18
- "inputs": [],
19
- "name": "WOMBAT_ASSET_ALREADY_PAUSED",
20
- "type": "error"
21
- },
22
- {
23
- "inputs": [],
24
- "name": "WOMBAT_ASSET_NOT_EXISTS",
25
- "type": "error"
26
- },
27
- {
28
- "inputs": [],
29
- "name": "WOMBAT_ASSET_NOT_PAUSED",
30
- "type": "error"
31
- },
32
- {
33
- "inputs": [],
34
- "name": "WOMBAT_CASH_NOT_ENOUGH",
35
- "type": "error"
36
- },
37
- {
38
- "inputs": [],
39
- "name": "WOMBAT_COV_RATIO_LIMIT_EXCEEDED",
40
- "type": "error"
41
- },
42
- {
43
- "inputs": [],
44
- "name": "WOMBAT_EXPIRED",
45
- "type": "error"
46
- },
47
- {
48
- "inputs": [],
49
- "name": "WOMBAT_FORBIDDEN",
50
- "type": "error"
51
- },
52
- {
53
- "inputs": [],
54
- "name": "WOMBAT_INVALID_VALUE",
55
- "type": "error"
56
- },
57
- {
58
- "inputs": [],
59
- "name": "WOMBAT_SAME_ADDRESS",
60
- "type": "error"
61
- },
62
- {
63
- "inputs": [],
64
- "name": "WOMBAT_ZERO_ADDRESS",
65
- "type": "error"
66
- },
67
- {
68
- "inputs": [],
69
- "name": "WOMBAT_ZERO_AMOUNT",
70
- "type": "error"
71
- },
72
- {
73
- "inputs": [],
74
- "name": "WOMBAT_ZERO_LIQUIDITY",
75
- "type": "error"
76
- },
77
2
  {
78
3
  "anonymous": false,
79
4
  "inputs": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraswap/dex-lib",
3
- "version": "2.42.25-wombat.0",
3
+ "version": "2.42.25-wombat.1",
4
4
  "main": "build/index.js",
5
5
  "types": "build/index.d.ts",
6
6
  "repository": "https://github.com/paraswap/paraswap-dex-lib",
@@ -20,32 +20,6 @@
20
20
  "stateMutability": "nonpayable",
21
21
  "type": "constructor"
22
22
  },
23
- {
24
- "inputs": [],
25
- "name": "ASSET_OVERFLOW",
26
- "type": "error"
27
- },
28
- {
29
- "inputs": [],
30
- "name": "InvalidShortString",
31
- "type": "error"
32
- },
33
- {
34
- "inputs": [
35
- {
36
- "internalType": "string",
37
- "name": "str",
38
- "type": "string"
39
- }
40
- ],
41
- "name": "StringTooLong",
42
- "type": "error"
43
- },
44
- {
45
- "inputs": [],
46
- "name": "WOMBAT_FORBIDDEN",
47
- "type": "error"
48
- },
49
23
  {
50
24
  "anonymous": false,
51
25
  "inputs": [
@@ -1,79 +1,4 @@
1
1
  [
2
- {
3
- "inputs": [],
4
- "name": "CORE_UNDERFLOW",
5
- "type": "error"
6
- },
7
- {
8
- "inputs": [],
9
- "name": "WOMBAT_AMOUNT_TOO_LOW",
10
- "type": "error"
11
- },
12
- {
13
- "inputs": [],
14
- "name": "WOMBAT_ASSET_ALREADY_EXIST",
15
- "type": "error"
16
- },
17
- {
18
- "inputs": [],
19
- "name": "WOMBAT_ASSET_ALREADY_PAUSED",
20
- "type": "error"
21
- },
22
- {
23
- "inputs": [],
24
- "name": "WOMBAT_ASSET_NOT_EXISTS",
25
- "type": "error"
26
- },
27
- {
28
- "inputs": [],
29
- "name": "WOMBAT_ASSET_NOT_PAUSED",
30
- "type": "error"
31
- },
32
- {
33
- "inputs": [],
34
- "name": "WOMBAT_CASH_NOT_ENOUGH",
35
- "type": "error"
36
- },
37
- {
38
- "inputs": [],
39
- "name": "WOMBAT_COV_RATIO_LIMIT_EXCEEDED",
40
- "type": "error"
41
- },
42
- {
43
- "inputs": [],
44
- "name": "WOMBAT_EXPIRED",
45
- "type": "error"
46
- },
47
- {
48
- "inputs": [],
49
- "name": "WOMBAT_FORBIDDEN",
50
- "type": "error"
51
- },
52
- {
53
- "inputs": [],
54
- "name": "WOMBAT_INVALID_VALUE",
55
- "type": "error"
56
- },
57
- {
58
- "inputs": [],
59
- "name": "WOMBAT_SAME_ADDRESS",
60
- "type": "error"
61
- },
62
- {
63
- "inputs": [],
64
- "name": "WOMBAT_ZERO_ADDRESS",
65
- "type": "error"
66
- },
67
- {
68
- "inputs": [],
69
- "name": "WOMBAT_ZERO_AMOUNT",
70
- "type": "error"
71
- },
72
- {
73
- "inputs": [],
74
- "name": "WOMBAT_ZERO_LIQUIDITY",
75
- "type": "error"
76
- },
77
2
  {
78
3
  "anonymous": false,
79
4
  "inputs": [