@dodoex/dodo-contract-request 1.7.0 → 1.8.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.
- package/CHANGELOG.md +108 -25
- package/contract-config/neox.json +67 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/types/config/index.d.ts +31 -0
- package/dist/types/config/neox.d.ts +31 -0
- package/package.json +2 -2
- package/src/config/index.ts +5 -1
- package/src/config/neox.ts +4 -0
- package/src/contract/CrowdPoolingFactory.ts +1 -1
- package/src/contract/DODOApprove.ts +1 -1
- package/src/contract/DODOApproveProxy.ts +1 -1
- package/src/contract/DODOCalleeHelper.ts +1 -1
- package/src/contract/DODOCpProxy.ts +1 -1
- package/src/contract/DODODppProxy.ts +1 -1
- package/src/contract/DODODspProxyWithoutGSP.ts +1 -1
- package/src/contract/DODOMineV2Factory.ts +1 -1
- package/src/contract/DODOMineV3Proxy.ts +1 -1
- package/src/contract/DODOMineV3Registry.ts +1 -1
- package/src/contract/DODOSellHelper.ts +1 -1
- package/src/contract/DODOV1PmmHelper.ts +1 -1
- package/src/contract/DODOV2Proxy02.ts +1 -1
- package/src/contract/DODOV2RouteHelper.ts +1 -1
- package/src/contract/DPPFactory.ts +1 -1
- package/src/contract/DSPFactory.ts +1 -1
- package/src/contract/DVMFactory.ts +1 -1
- package/src/contract/ERC20Helper.ts +1 -1
- package/src/contract/ERC20V3Factory.ts +1 -1
- package/src/contract/GSPFactory.ts +1 -1
- package/src/contract/MulticallWithValid.ts +1 -1
- package/src/contract/UniswapV2Factory.ts +1 -1
- package/src/contract/UniswapV2Router02.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
# [@dodoex/dodo-contract-request-v1.8.0](https://github.com/DODOEX/contract-request/compare/@dodoex/dodo-contract-request-v1.7.0...@dodoex/dodo-contract-request-v1.8.0) (2024-12-13)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* allow empty address [emit release] ([428760b](https://github.com/DODOEX/contract-request/commit/428760bdd7177d929fff144b33f083020a4de208))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* add neox ([9d72f44](https://github.com/DODOEX/contract-request/commit/9d72f44716ee00dcc3be8039c417bd0bf35b209a))
|
|
12
|
+
* update neox contract configuration ([b48c467](https://github.com/DODOEX/contract-request/commit/b48c467db02d35d223e24a8c7d8184c5375c0778))
|
|
13
|
+
* update UniswapV2Factory and UniswapV2Router02 addresses in neox configuration ([3739ecb](https://github.com/DODOEX/contract-request/commit/3739ecbfe2f923e2f8679c5c8473c1ab39d6c8e4))
|
|
14
|
+
* update UniswapV2Router02 address in neox.json ([7eae207](https://github.com/DODOEX/contract-request/commit/7eae20715a4b8cd07a911f65e814ee78babf2100))
|
|
15
|
+
|
|
1
16
|
# [@dodoex/dodo-contract-request-v1.7.0](https://github.com/DODOEX/contract-request/compare/@dodoex/dodo-contract-request-v1.6.0...@dodoex/dodo-contract-request-v1.7.0) (2024-12-13)
|
|
2
17
|
|
|
3
18
|
|
|
@@ -23,46 +38,114 @@
|
|
|
23
38
|
|
|
24
39
|
### Features
|
|
25
40
|
|
|
26
|
-
*
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
* export config ([07c31e0](https://github.com/DODOEX/contract-request/commit/07c31e05380657a37c48275bce8107fccf6cf896))
|
|
30
|
-
* replace uniswap address ([53a2b64](https://github.com/DODOEX/contract-request/commit/53a2b64a1f03fe8ede71a56040d38afc7b4de277))
|
|
31
|
-
* support cjs output ([9e723f5](https://github.com/DODOEX/contract-request/commit/9e723f50bba17652e1c251392cddeccf4ecd8b72))
|
|
32
|
-
* support query generate ([2309589](https://github.com/DODOEX/contract-request/commit/2309589d737beee71a553c3f8cd421ec19713790))
|
|
41
|
+
* change router02 address ([d8ba8a1](https://github.com/DODOEX/contract-request/commit/d8ba8a11573c5d001260006f38ba887c5f914621))
|
|
42
|
+
|
|
43
|
+
# [@dodoex/dodo-contract-request-v1.7.0-alpha.6](https://github.com/DODOEX/contract-request/compare/@dodoex/dodo-contract-request-v1.7.0-alpha.5...@dodoex/dodo-contract-request-v1.7.0-alpha.6) (2024-12-10)
|
|
33
44
|
|
|
34
|
-
|
|
45
|
+
|
|
46
|
+
### Features
|
|
47
|
+
|
|
48
|
+
* update UniswapV2Factory and UniswapV2Router02 addresses in neox configuration ([3739ecb](https://github.com/DODOEX/contract-request/commit/3739ecbfe2f923e2f8679c5c8473c1ab39d6c8e4))
|
|
49
|
+
|
|
50
|
+
# [@dodoex/dodo-contract-request-v1.7.0-alpha.5](https://github.com/DODOEX/contract-request/compare/@dodoex/dodo-contract-request-v1.7.0-alpha.4...@dodoex/dodo-contract-request-v1.7.0-alpha.5) (2024-12-09)
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
### Features
|
|
54
|
+
|
|
55
|
+
* update neox contract configuration ([b48c467](https://github.com/DODOEX/contract-request/commit/b48c467db02d35d223e24a8c7d8184c5375c0778))
|
|
56
|
+
|
|
57
|
+
# [@dodoex/dodo-contract-request-v1.7.0-alpha.4](https://github.com/DODOEX/contract-request/compare/@dodoex/dodo-contract-request-v1.7.0-alpha.3...@dodoex/dodo-contract-request-v1.7.0-alpha.4) (2024-12-09)
|
|
35
58
|
|
|
36
59
|
|
|
37
60
|
### Bug Fixes
|
|
38
61
|
|
|
39
|
-
*
|
|
40
|
-
|
|
41
|
-
|
|
62
|
+
* allow empty address [emit release] ([428760b](https://github.com/DODOEX/contract-request/commit/428760bdd7177d929fff144b33f083020a4de208))
|
|
63
|
+
|
|
64
|
+
# [@dodoex/dodo-contract-request-v1.7.0-alpha.3](https://github.com/DODOEX/contract-request/compare/@dodoex/dodo-contract-request-v1.7.0-alpha.2...@dodoex/dodo-contract-request-v1.7.0-alpha.3) (2024-12-09)
|
|
42
65
|
|
|
43
66
|
|
|
44
67
|
### Features
|
|
45
68
|
|
|
46
|
-
* add
|
|
47
|
-
* add UniswapV2Pair key ([048122c](https://github.com/DODOEX/contract-request/commit/048122c0df03b7938fe363b7d63ab8cba60fc895))
|
|
48
|
-
* change npm access ([c404852](https://github.com/DODOEX/contract-request/commit/c404852a7ff62d3c5590d2266c046beaca6695e9))
|
|
49
|
-
* export config ([07c31e0](https://github.com/DODOEX/contract-request/commit/07c31e05380657a37c48275bce8107fccf6cf896))
|
|
50
|
-
* support cjs output ([9e723f5](https://github.com/DODOEX/contract-request/commit/9e723f50bba17652e1c251392cddeccf4ecd8b72))
|
|
51
|
-
* support query generate ([2309589](https://github.com/DODOEX/contract-request/commit/2309589d737beee71a553c3f8cd421ec19713790))
|
|
69
|
+
* add neox ([9d72f44](https://github.com/DODOEX/contract-request/commit/9d72f44716ee00dcc3be8039c417bd0bf35b209a))
|
|
52
70
|
|
|
53
|
-
# @dodoex/dodo-contract-request-v1.0.0 (2024-
|
|
71
|
+
# [@dodoex/dodo-contract-request-v1.7.0-alpha.2](https://github.com/DODOEX/contract-request/compare/@dodoex/dodo-contract-request-v1.7.0-alpha.1...@dodoex/dodo-contract-request-v1.7.0-alpha.2) (2024-12-06)
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
### Features
|
|
75
|
+
|
|
76
|
+
* add DODODspProxyWithoutGSP key ([f640ee2](https://github.com/DODOEX/contract-request/commit/f640ee2609f827d574b9f963cc4bc8766a9c0e0d))
|
|
77
|
+
|
|
78
|
+
# [@dodoex/dodo-contract-request-v1.7.0-alpha.1](https://github.com/DODOEX/contract-request/compare/@dodoex/dodo-contract-request-v1.6.0...@dodoex/dodo-contract-request-v1.7.0-alpha.1) (2024-12-06)
|
|
54
79
|
|
|
55
80
|
|
|
81
|
+
### Features
|
|
82
|
+
|
|
83
|
+
* add plume ([69890f1](https://github.com/DODOEX/contract-request/commit/69890f1e30e173a05d3a146f68bcc46f220304e7))
|
|
84
|
+
|
|
85
|
+
# [@dodoex/dodo-contract-request-v1.6.0-alpha.4](https://github.com/DODOEX/contract-request/compare/@dodoex/dodo-contract-request-v1.6.0-alpha.3...@dodoex/dodo-contract-request-v1.6.0-alpha.4) (2024-12-04)
|
|
86
|
+
|
|
87
|
+
### Bug Fixes
|
|
88
|
+
|
|
89
|
+
- add type ([4ed04dd](https://github.com/DODOEX/contract-request/commit/4ed04ddc43226de9236f4b394e9e4dea18ab2d10))
|
|
90
|
+
|
|
91
|
+
# [@dodoex/dodo-contract-request-v1.6.0-alpha.3](https://github.com/DODOEX/contract-request/compare/@dodoex/dodo-contract-request-v1.6.0-alpha.2...@dodoex/dodo-contract-request-v1.6.0-alpha.3) (2024-12-04)
|
|
92
|
+
|
|
93
|
+
### Bug Fixes
|
|
94
|
+
|
|
95
|
+
- query type ([e99b237](https://github.com/DODOEX/contract-request/commit/e99b237d2ac9949532bd8bce77247db8cd5529bf))
|
|
96
|
+
|
|
97
|
+
# [@dodoex/dodo-contract-request-v1.6.0-alpha.2](https://github.com/DODOEX/contract-request/compare/@dodoex/dodo-contract-request-v1.6.0-alpha.1...@dodoex/dodo-contract-request-v1.6.0-alpha.2) (2024-12-03)
|
|
98
|
+
|
|
99
|
+
### Bug Fixes
|
|
100
|
+
|
|
101
|
+
- generate code error ([0d05f13](https://github.com/DODOEX/contract-request/commit/0d05f13421e7a37e1ea3eba3bef8da15fe91e678))
|
|
102
|
+
|
|
103
|
+
# [@dodoex/dodo-contract-request-v1.6.0-alpha.1](https://github.com/DODOEX/contract-request/compare/@dodoex/dodo-contract-request-v1.5.0...@dodoex/dodo-contract-request-v1.6.0-alpha.1) (2024-12-03)
|
|
104
|
+
|
|
105
|
+
### Bug Fixes
|
|
106
|
+
|
|
107
|
+
- type error ([2a6dc02](https://github.com/DODOEX/contract-request/commit/2a6dc02cfcdcfc36ad10848c54f294f5c3f074d6))
|
|
108
|
+
|
|
109
|
+
### Features
|
|
110
|
+
|
|
111
|
+
- # replace uniswap address ([53a2b64](https://github.com/DODOEX/contract-request/commit/53a2b64a1f03fe8ede71a56040d38afc7b4de277))
|
|
112
|
+
- add uniswap v2 ([3663b73](https://github.com/DODOEX/contract-request/commit/3663b7301f525082bd3b93c0884c28278120f045))
|
|
113
|
+
- add UniswapV2Pair key ([048122c](https://github.com/DODOEX/contract-request/commit/048122c0df03b7938fe363b7d63ab8cba60fc895))
|
|
114
|
+
- change npm access ([c404852](https://github.com/DODOEX/contract-request/commit/c404852a7ff62d3c5590d2266c046beaca6695e9))
|
|
115
|
+
- export config ([07c31e0](https://github.com/DODOEX/contract-request/commit/07c31e05380657a37c48275bce8107fccf6cf896))
|
|
116
|
+
- replace uniswap address ([53a2b64](https://github.com/DODOEX/contract-request/commit/53a2b64a1f03fe8ede71a56040d38afc7b4de277))
|
|
117
|
+
- support cjs output ([9e723f5](https://github.com/DODOEX/contract-request/commit/9e723f50bba17652e1c251392cddeccf4ecd8b72))
|
|
118
|
+
> > > > > > > feat/add-plume
|
|
119
|
+
- support query generate ([2309589](https://github.com/DODOEX/contract-request/commit/2309589d737beee71a553c3f8cd421ec19713790))
|
|
120
|
+
|
|
121
|
+
# [@dodoex/dodo-contract-request-v1.1.0](https://github.com/DODOEX/contract-request/compare/@dodoex/dodo-contract-request-v1.0.0...@dodoex/dodo-contract-request-v1.1.0) (2024-11-29)
|
|
122
|
+
|
|
56
123
|
### Bug Fixes
|
|
57
124
|
|
|
58
|
-
|
|
59
|
-
|
|
125
|
+
- change fetch outputs ([4be3f41](https://github.com/DODOEX/contract-request/commit/4be3f4191d57192dbd75ae0551297ec40ed481f7))
|
|
126
|
+
- encode parameters ([1d9d58f](https://github.com/DODOEX/contract-request/commit/1d9d58f1206ae1781e94f95d28d9b774a6ce991a))
|
|
127
|
+
- type error ([2a6dc02](https://github.com/DODOEX/contract-request/commit/2a6dc02cfcdcfc36ad10848c54f294f5c3f074d6))
|
|
128
|
+
|
|
129
|
+
### Features
|
|
130
|
+
|
|
131
|
+
- add uniswap v2 ([3663b73](https://github.com/DODOEX/contract-request/commit/3663b7301f525082bd3b93c0884c28278120f045))
|
|
132
|
+
- add UniswapV2Pair key ([048122c](https://github.com/DODOEX/contract-request/commit/048122c0df03b7938fe363b7d63ab8cba60fc895))
|
|
133
|
+
- change npm access ([c404852](https://github.com/DODOEX/contract-request/commit/c404852a7ff62d3c5590d2266c046beaca6695e9))
|
|
134
|
+
- export config ([07c31e0](https://github.com/DODOEX/contract-request/commit/07c31e05380657a37c48275bce8107fccf6cf896))
|
|
135
|
+
- support cjs output ([9e723f5](https://github.com/DODOEX/contract-request/commit/9e723f50bba17652e1c251392cddeccf4ecd8b72))
|
|
136
|
+
- support query generate ([2309589](https://github.com/DODOEX/contract-request/commit/2309589d737beee71a553c3f8cd421ec19713790))
|
|
137
|
+
|
|
138
|
+
# @dodoex/dodo-contract-request-v1.0.0 (2024-11-18)
|
|
139
|
+
|
|
140
|
+
### Bug Fixes
|
|
60
141
|
|
|
142
|
+
- monorepo release ([a1d5995](https://github.com/DODOEX/contract-request/commit/a1d5995aeb89c3daa0c1a6fb2e341dc6a7c5ba5b))
|
|
143
|
+
- tuple type error ([cae828f](https://github.com/DODOEX/contract-request/commit/cae828fb61f7415e663e785663c07dae17ad7f47))
|
|
61
144
|
|
|
62
145
|
### Features
|
|
63
146
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
147
|
+
- add config export ([c899509](https://github.com/DODOEX/contract-request/commit/c899509ebdf767ece3ab02771fd5a95d93f43f36))
|
|
148
|
+
- add contract config && add generate of export and contract addresses ([93bdbad](https://github.com/DODOEX/contract-request/commit/93bdbad2d9c222cd8551f659a23f9b0592bda397))
|
|
149
|
+
- add more contract ([05a7992](https://github.com/DODOEX/contract-request/commit/05a79925b7637fbc9174245c96eda6b78d93c9fa))
|
|
150
|
+
- allow empty ([02a88bb](https://github.com/DODOEX/contract-request/commit/02a88bbc3ad7a71528ba571b24122d7dd2cbeb2e))
|
|
151
|
+
- export getConfig ([6b09bbe](https://github.com/DODOEX/contract-request/commit/6b09bbed37a2f27f6fc50283e605bf55116cf260))
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Chain": "neox",
|
|
3
|
+
"ChainId": 47763,
|
|
4
|
+
"Token": {
|
|
5
|
+
"WETH": "0xdE41591ED1f8ED1484aC2CD8ca0876428de60EfF"
|
|
6
|
+
},
|
|
7
|
+
"Helper": {
|
|
8
|
+
"Multicall": "0xEf1F9B93c4F4E31260b316DC5740adcE54209479",
|
|
9
|
+
"MulticallWithValid": "0x388371233439cF57bB8C9f2e4835954841cfCb15",
|
|
10
|
+
"DODOSellHelper": "0xa672BeB656f3cEAF33222bc4805aac71142344FD",
|
|
11
|
+
"DODOSwapCalcHelper": "0x814473c0F2A32c57b98585157B78EA02A41f70Fb",
|
|
12
|
+
"ERC20Helper": "0x0c76F95a2952DC171B26b152f2b30cA8968e79D5",
|
|
13
|
+
"DODOCalleeHelper": "0x94B66F3156353a12A6004d098A16F2fCfF9E8348",
|
|
14
|
+
"DODOV1PmmHelper": "0x187210CE04F5B3179F0e483FCf292c34BA7568Dd",
|
|
15
|
+
"DODOV2RouteHelper": "0x7A323b7C016d88cbb874694909fC5FC36224674c"
|
|
16
|
+
},
|
|
17
|
+
"Templates": {
|
|
18
|
+
"CloneFactory": "0xC60Ac5B8bDd9DBD1830E3f43252B7b0d50DFEea3",
|
|
19
|
+
"FeeRateModel": "0x25B2F29DF47F4e66Cac54bA71dE3562F51b5ceEC",
|
|
20
|
+
"FeeRateDIP3Impl": "0xf7A57DeadcFa3030Ddbf9E1ad371DB3148BC7cB6",
|
|
21
|
+
"PermissionManager": "0x9CA028580667064A8741cEeA03aeb89cF537c5eE",
|
|
22
|
+
"DVM": "0x5580704224CE8090fc685FeeF0E35Fa6f86d8381",
|
|
23
|
+
"DSP": "0x063778f207fBa0682215168C3fa4e69BFc787e8D",
|
|
24
|
+
"GSP": "0x6375abe2A675776E695d4dea01849a2816055FA6",
|
|
25
|
+
"DPPAdvanced": "0xC68E75CA7b4315Ab7F81194f3B27627eB63c2Af0",
|
|
26
|
+
"DPPAdvancedAdmin": "0xC863c5b575f47942d4B704c14900Cee7721f7774",
|
|
27
|
+
"CP": "0x8e4dB74c24e012DD2192943c12acF8B63f3B5A6E",
|
|
28
|
+
"InitializableERC20": "0x893EcB7D0982D5d182cfD318EF3eFb76020065f1",
|
|
29
|
+
"CustomERC20": "0x5B829f90eCd51E803917C1E25EC9A718f32ecB46",
|
|
30
|
+
"CustomMintableERC20": "0x3b73a6610db514e14b432c72Eb49723dAe9c1C10",
|
|
31
|
+
"ERC20MineV2": "0x4e5Ad9061d33621aF33Bad7d4dfF45Eb83Bc6a46",
|
|
32
|
+
"ERC20MineV3": "0xc90958D0466c7f1337d5D0B8947F812f636D3c63"
|
|
33
|
+
},
|
|
34
|
+
"Factory": {
|
|
35
|
+
"DVMFactory": "0xE59d098c36916397Cc14AB42Bb0F00093BDA9f04",
|
|
36
|
+
"DSPFactory": "0x79A273d00bBF7B73B92d6938b973f0197b734Acc",
|
|
37
|
+
"GSPFactory": "0x7d6FF4f2bEdea9a757F1a5667b40Cb78c2be47Af",
|
|
38
|
+
"DPPFactory": "0x4d89ceaf1EACf83909e1CA0d508B132d7e204A5d",
|
|
39
|
+
"CrowdPoolingFactory": "0x9fEA2Ada0688B11138cEceA294CDF7d7564347Aa",
|
|
40
|
+
"ERC20V3Factory": "0xc1DFd16d42e696F54ca0717F3b74e8984Fd6e91B",
|
|
41
|
+
"DODOMineV2Factory": "0xB4c33737794E46c62f76Bf7eBe79DcDC8319C11C",
|
|
42
|
+
"DODOMineV3Registry": "0xF34E6a993A0Def26B3e5BFA1E44BEbB4CB42cEC6",
|
|
43
|
+
"UniswapV2Factory": "0x3a64Ec3606FF7310E8fAd6FcC008e39705fB496d"
|
|
44
|
+
},
|
|
45
|
+
"Approve": {
|
|
46
|
+
"DODOApprove": "0x2629E610dB4AC081c108cCDf8b19ED39D702df43",
|
|
47
|
+
"DODOApproveProxy": "0x7fB45a8AcA7DD30a136569B5E3eb7E1F1f0235a0"
|
|
48
|
+
},
|
|
49
|
+
"Adapter": {
|
|
50
|
+
"DODOV2Adapter": "0x1909B6842964030aF3897bdf8ba760bD91439463"
|
|
51
|
+
},
|
|
52
|
+
"Proxy": {
|
|
53
|
+
"DODOV2Proxy02": "0x90e3C36f1c668d5c8fED3Bc7797e0c2e767EfBd2",
|
|
54
|
+
"DODODspProxyWithoutGSP": "0x8B076C50648eA9F1Ea99B16A02e56b682C3DcDeF",
|
|
55
|
+
"DODOCpProxy": "0xcCCC9De5889ED1029B5DeB48a9936dfF38A23310",
|
|
56
|
+
"DODODppProxy": "0xC937629279de99158087DCee18538628dBb74Aa6",
|
|
57
|
+
"DODOMineV3Proxy": "0x1f5D57046e01e2ADa8aFE8600F3A1F77eAdF9F0C",
|
|
58
|
+
"DODOFeeRouteProxy1": "0xb653B5334DdDEB0536ad382709F4Fb5b23799e0F",
|
|
59
|
+
"DODOFeeRouteProxy2": "0x2F95b87AF3970A686fC20572e44978b621C6FFF7",
|
|
60
|
+
"UniswapV2Router02": "0x2Da0855f04919D402Af88D0D04AbB38177FE47fa"
|
|
61
|
+
},
|
|
62
|
+
"Account": {
|
|
63
|
+
"MultiSigAddress": "0xcBF3378D432CB181aae32a6A80AA94CF8e00f534",
|
|
64
|
+
"DefaultMaintainer": "0xcBF3378D432CB181aae32a6A80AA94CF8e00f534",
|
|
65
|
+
"FeeReceiver": "0x52088bCc5A28bEdf38C4DEc1a6653c559A617B4B"
|
|
66
|
+
}
|
|
67
|
+
}
|