@dodoex/dodo-contract-request 1.34.0 → 1.35.0-alpha.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.
- package/.cache/contract-info/DFTManager.json +2832 -0
- package/.cache/contract-info/ICHIVault.json +787 -0
- package/.cache/contract-info/RWAManager.json +1 -0
- package/.cache/contract-info/RWAToken.json +1 -0
- package/.cache/contract-info/TransparentUpgradeableProxyWithPros.json +2006 -0
- package/CHANGELOG.md +78 -21
- package/contract-config/arbitrum.json +1 -1
- package/contract-config/berachain.json +4 -2
- package/contract-config/birdlayer.json +66 -0
- package/contract-config/pharos-atlantic-testnet.json +2 -1
- package/contract-config/sepolia.json +3 -1
- package/contract-config/zetachain-testnet.json +68 -0
- package/contract-config/zetachain.json +61 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/types/config/birdlayer.d.ts +29 -0
- package/dist/types/config/index.d.ts +6 -0
- package/dist/types/config/pharos-atlantic-testnet.d.ts +1 -0
- package/dist/types/config/sepolia.d.ts +2 -0
- package/dist/types/config/zetachain-testnet.d.ts +32 -0
- package/dist/types/config/zetachain.d.ts +30 -0
- package/dist/types/contract/DFTManager.d.ts +994 -0
- package/dist/types/contract/FeeRateDIP3Impl.d.ts +30 -21
- package/dist/types/contract/ICHIVault.d.ts +516 -0
- package/dist/types/contract/RWAManager.d.ts +264 -0
- package/dist/types/contract/RWAToken.d.ts +179 -0
- package/dist/types/contract/TransparentUpgradeableProxyWithPros.d.ts +679 -0
- package/dist/types/index.d.ts +5 -0
- package/package.json +1 -1
- package/scripts/contract-generate.ts +1 -0
- package/src/config/birdlayer.ts +4 -0
- package/src/config/index.ts +13 -1
- package/src/config/pharos-atlantic-testnet.ts +1 -1
- package/src/config/sepolia.ts +1 -1
- package/src/config/zetachain-testnet.ts +4 -0
- package/src/config/zetachain.ts +4 -0
- package/src/contract/CrowdPoolingFactory.ts +1 -1
- package/src/contract/DFTManager.ts +1222 -0
- 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/DODODspProxy.ts +1 -1
- package/src/contract/DODODspProxyWithoutGSP.ts +1 -1
- package/src/contract/DODOFeeRouteProxy1.ts +1 -1
- package/src/contract/DODOFeeRouteProxy2.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/DODOSwapCalcHelper.ts +1 -1
- package/src/contract/DODOV1PmmHelper.ts +1 -1
- package/src/contract/DODOV2Adapter.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/FeeRateDIP3Impl.ts +61 -75
- package/src/contract/GSPFactory.ts +1 -1
- package/src/contract/ICHIVault.ts +863 -0
- package/src/contract/Multicall.ts +1 -1
- package/src/contract/MulticallWithValid.ts +1 -1
- package/src/contract/NonfungiblePositionManager.ts +1 -1
- package/src/contract/RWAManager.ts +479 -0
- package/src/contract/RWAToken.ts +330 -0
- package/src/contract/TransparentUpgradeableProxyWithPros.ts +1226 -0
- package/src/contract/UniswapV2Factory.ts +1 -1
- package/src/contract/UniswapV2Router02.ts +1 -1
- package/src/contract/UniswapV3Factory.ts +1 -1
- package/src/index.ts +5 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
|
1
|
+
# [@dodoex/dodo-contract-request-v1.35.0-alpha.1](https://github.com/DODOEX/contract-request/compare/@dodoex/dodo-contract-request-v1.34.0...@dodoex/dodo-contract-request-v1.35.0-alpha.1) (2026-03-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update ERC20V3Factory ([5615684](https://github.com/DODOEX/contract-request/commit/5615684f16c1e52b8cf75f83de888d3489da6a63))
|
|
7
|
+
* update ZetaChain testnet configuration and contract addresses ([6bfb183](https://github.com/DODOEX/contract-request/commit/6bfb183b468e3abbd9e65acdb7e74452891c13d4))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* add birdlayer ([aa88c55](https://github.com/DODOEX/contract-request/commit/aa88c55d74442440770944e9089d336e0b3dc4e9))
|
|
13
|
+
* add DFTManager contract ([ba45e30](https://github.com/DODOEX/contract-request/commit/ba45e30d1118e559ce59119f16db50db663430f8))
|
|
14
|
+
* add ICHIVault contract ([b191ff6](https://github.com/DODOEX/contract-request/commit/b191ff6d13c8a8a5657cc4e1d46c6a7d027aa8c7))
|
|
15
|
+
* add stable configuration for DODO contract with comprehensive token and helper mappings ([c65ef95](https://github.com/DODOEX/contract-request/commit/c65ef95dd84f0ccfa9cdcb7697ca545c06646b4d))
|
|
16
|
+
* add stable testnet contract configuration ([00e84f0](https://github.com/DODOEX/contract-request/commit/00e84f0e55a087ddbc1ed551f5341de8f66ac791))
|
|
17
|
+
* add transparent upgradeable address ([51884f8](https://github.com/DODOEX/contract-request/commit/51884f8fdd8875b95fc0a58772932d68d7992416))
|
|
18
|
+
* add UniswapV2Factory and UniswapV2Router02 addresses to taiko.json configuration ([03706e5](https://github.com/DODOEX/contract-request/commit/03706e5d81b414b4fc3d06a9ab80dd0e2febc627))
|
|
19
|
+
* add UniswapV2Router02 to stable testnet contract configuration ([6ea2db9](https://github.com/DODOEX/contract-request/commit/6ea2db91c27148121a8f2ae8592d680362bf6831))
|
|
20
|
+
* add UniswapV2Router02 to zetachain-testnet configuration ([e46c4d3](https://github.com/DODOEX/contract-request/commit/e46c4d3be150cda7c3aaa058a914b13e53bc9f0d))
|
|
21
|
+
* add ZetaChain configuration with token and helper addresses ([99b621d](https://github.com/DODOEX/contract-request/commit/99b621d77bfae2a18bde48a67b6e3470c9609e56))
|
|
22
|
+
* add zetachain testnet support and update contract address mappings ([c0de1cf](https://github.com/DODOEX/contract-request/commit/c0de1cf70bedacab0a647fee69f430b9aba4cfe7))
|
|
23
|
+
* release nerochain alpha ([48ff8df](https://github.com/DODOEX/contract-request/commit/48ff8df3144867290b0104d3c4b180097b0a587e))
|
|
24
|
+
* test release ([f227c7d](https://github.com/DODOEX/contract-request/commit/f227c7d0b2b42292f80ea89ea2aed9c185448a89))
|
|
25
|
+
* update RWAManager contract address and add new functions for admin and balance queries ([49f555a](https://github.com/DODOEX/contract-request/commit/49f555a5dae87075e83b116519c12191f25ff62f))
|
|
26
|
+
* update Sepolia contract config address locations ([d08fd47](https://github.com/DODOEX/contract-request/commit/d08fd47d9c7c5d9f50cdeab8ef7acb4f86cf8f19))
|
|
27
|
+
|
|
1
28
|
# [@dodoex/dodo-contract-request-v1.34.0](https://github.com/DODOEX/contract-request/compare/@dodoex/dodo-contract-request-v1.33.0...@dodoex/dodo-contract-request-v1.34.0) (2026-02-05)
|
|
2
29
|
|
|
3
30
|
|
|
@@ -116,62 +143,92 @@
|
|
|
116
143
|
|
|
117
144
|
### Bug Fixes
|
|
118
145
|
|
|
119
|
-
*
|
|
146
|
+
* update ZetaChain testnet configuration and contract addresses ([6bfb183](https://github.com/DODOEX/contract-request/commit/6bfb183b468e3abbd9e65acdb7e74452891c13d4))
|
|
120
147
|
|
|
121
|
-
# [@dodoex/dodo-contract-request-v1.
|
|
148
|
+
# [@dodoex/dodo-contract-request-v1.19.0-alpha.3](https://github.com/DODOEX/contract-request/compare/@dodoex/dodo-contract-request-v1.19.0-alpha.2...@dodoex/dodo-contract-request-v1.19.0-alpha.3) (2025-07-24)
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
### Bug Fixes
|
|
152
|
+
|
|
153
|
+
* update ERC20V3Factory ([5615684](https://github.com/DODOEX/contract-request/commit/5615684f16c1e52b8cf75f83de888d3489da6a63))
|
|
154
|
+
|
|
155
|
+
# [@dodoex/dodo-contract-request-v1.19.0-alpha.2](https://github.com/DODOEX/contract-request/compare/@dodoex/dodo-contract-request-v1.19.0-alpha.1...@dodoex/dodo-contract-request-v1.19.0-alpha.2) (2025-07-03)
|
|
122
156
|
|
|
123
157
|
|
|
124
158
|
### Features
|
|
125
159
|
|
|
126
|
-
*
|
|
160
|
+
* add ZetaChain configuration with token and helper addresses ([99b621d](https://github.com/DODOEX/contract-request/commit/99b621d77bfae2a18bde48a67b6e3470c9609e56))
|
|
127
161
|
|
|
128
|
-
# [@dodoex/dodo-contract-request-v1.
|
|
162
|
+
# [@dodoex/dodo-contract-request-v1.19.0-alpha.1](https://github.com/DODOEX/contract-request/compare/@dodoex/dodo-contract-request-v1.18.1...@dodoex/dodo-contract-request-v1.19.0-alpha.1) (2025-06-25)
|
|
129
163
|
|
|
130
164
|
|
|
131
165
|
### Features
|
|
132
166
|
|
|
133
|
-
*
|
|
167
|
+
* add birdlayer ([aa88c55](https://github.com/DODOEX/contract-request/commit/aa88c55d74442440770944e9089d336e0b3dc4e9))
|
|
168
|
+
* add DFTManager contract ([ba45e30](https://github.com/DODOEX/contract-request/commit/ba45e30d1118e559ce59119f16db50db663430f8))
|
|
169
|
+
* add ICHIVault contract ([b191ff6](https://github.com/DODOEX/contract-request/commit/b191ff6d13c8a8a5657cc4e1d46c6a7d027aa8c7))
|
|
170
|
+
* add more chain && change optimism ERC20Helper ([0db4f08](https://github.com/DODOEX/contract-request/commit/0db4f088a8b3cb76c85824e150df847ef21a12ae))
|
|
171
|
+
* add UniswapV2Factory and UniswapV2Router02 addresses to taiko.json configuration ([03706e5](https://github.com/DODOEX/contract-request/commit/03706e5d81b414b4fc3d06a9ab80dd0e2febc627))
|
|
172
|
+
* add UniswapV2Router02 to zetachain-testnet configuration ([e46c4d3](https://github.com/DODOEX/contract-request/commit/e46c4d3be150cda7c3aaa058a914b13e53bc9f0d))
|
|
173
|
+
* add zetachain testnet support and update contract address mappings ([c0de1cf](https://github.com/DODOEX/contract-request/commit/c0de1cf70bedacab0a647fee69f430b9aba4cfe7))
|
|
174
|
+
* release nerochain alpha ([48ff8df](https://github.com/DODOEX/contract-request/commit/48ff8df3144867290b0104d3c4b180097b0a587e))
|
|
175
|
+
* test release ([f227c7d](https://github.com/DODOEX/contract-request/commit/f227c7d0b2b42292f80ea89ea2aed9c185448a89))
|
|
176
|
+
* update RWAManager contract address and add new functions for admin and balance queries ([49f555a](https://github.com/DODOEX/contract-request/commit/49f555a5dae87075e83b116519c12191f25ff62f))
|
|
177
|
+
* update Sepolia contract config address locations ([d08fd47](https://github.com/DODOEX/contract-request/commit/d08fd47d9c7c5d9f50cdeab8ef7acb4f86cf8f19))
|
|
134
178
|
|
|
135
|
-
# [@dodoex/dodo-contract-request-v1.
|
|
179
|
+
# [@dodoex/dodo-contract-request-v1.18.1](https://github.com/DODOEX/contract-request/compare/@dodoex/dodo-contract-request-v1.18.0...@dodoex/dodo-contract-request-v1.18.1) (2025-06-24)
|
|
136
180
|
|
|
181
|
+
### Bug Fixes
|
|
182
|
+
|
|
183
|
+
- change DODODspProxy key ([744034d](https://github.com/DODOEX/contract-request/commit/744034d3207af85345b80435aad5efa0b76e71ef))
|
|
184
|
+
|
|
185
|
+
# [@dodoex/dodo-contract-request-v1.18.0](https://github.com/DODOEX/contract-request/compare/@dodoex/dodo-contract-request-v1.17.0...@dodoex/dodo-contract-request-v1.18.0) (2025-06-19)
|
|
137
186
|
|
|
138
187
|
### Features
|
|
139
188
|
|
|
140
|
-
|
|
189
|
+
- update pharos address ([7641d6c](https://github.com/DODOEX/contract-request/commit/7641d6c2626be2b31ee9ef99b957917b11e741f6))
|
|
141
190
|
|
|
142
|
-
# [@dodoex/dodo-contract-request-v1.
|
|
191
|
+
# [@dodoex/dodo-contract-request-v1.17.0](https://github.com/DODOEX/contract-request/compare/@dodoex/dodo-contract-request-v1.16.0...@dodoex/dodo-contract-request-v1.17.0) (2025-06-16)
|
|
192
|
+
|
|
193
|
+
### Features
|
|
143
194
|
|
|
195
|
+
- update pharos address ([51cc5af](https://github.com/DODOEX/contract-request/commit/51cc5aff6a63ca33c3107b41ea29681f0022ffdb))
|
|
196
|
+
|
|
197
|
+
# [@dodoex/dodo-contract-request-v1.16.0](https://github.com/DODOEX/contract-request/compare/@dodoex/dodo-contract-request-v1.15.0...@dodoex/dodo-contract-request-v1.16.0) (2025-06-10)
|
|
144
198
|
|
|
145
199
|
### Features
|
|
146
200
|
|
|
147
|
-
|
|
201
|
+
- add pharos tetnet chain ([50e9bfd](https://github.com/DODOEX/contract-request/commit/50e9bfd97e6bdaddb28ac2961c30197fd6c17c0c))
|
|
148
202
|
|
|
149
|
-
# [@dodoex/dodo-contract-request-v1.
|
|
203
|
+
# [@dodoex/dodo-contract-request-v1.15.0](https://github.com/DODOEX/contract-request/compare/@dodoex/dodo-contract-request-v1.14.0...@dodoex/dodo-contract-request-v1.15.0) (2025-05-09)
|
|
150
204
|
|
|
205
|
+
### Features
|
|
206
|
+
|
|
207
|
+
- add AMM contract ([ef286e5](https://github.com/DODOEX/contract-request/commit/ef286e5f36e3a0d39fa20b7330dde97b9d64ee24))
|
|
208
|
+
|
|
209
|
+
# [@dodoex/dodo-contract-request-v1.14.0](https://github.com/DODOEX/contract-request/compare/@dodoex/dodo-contract-request-v1.13.0...@dodoex/dodo-contract-request-v1.14.0) (2025-05-09)
|
|
151
210
|
|
|
152
211
|
### Features
|
|
153
212
|
|
|
154
|
-
|
|
213
|
+
- update nero chain ([2ff1374](https://github.com/DODOEX/contract-request/commit/2ff137482d4c66eeee8fb6c121a2d282c2a9d297))
|
|
155
214
|
|
|
156
215
|
# [@dodoex/dodo-contract-request-v1.13.0](https://github.com/DODOEX/contract-request/compare/@dodoex/dodo-contract-request-v1.12.0...@dodoex/dodo-contract-request-v1.13.0) (2025-05-09)
|
|
157
216
|
|
|
158
|
-
|
|
159
217
|
### Features
|
|
160
218
|
|
|
161
|
-
|
|
219
|
+
- add nero chain ([8aeb7b6](https://github.com/DODOEX/contract-request/commit/8aeb7b69a472a9c704dfd36eb0e6e8c2d31012a2))
|
|
162
220
|
|
|
163
221
|
# [@dodoex/dodo-contract-request-v1.12.0](https://github.com/DODOEX/contract-request/compare/@dodoex/dodo-contract-request-v1.11.0...@dodoex/dodo-contract-request-v1.12.0) (2025-05-09)
|
|
164
222
|
|
|
165
|
-
|
|
166
223
|
### Features
|
|
167
224
|
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
225
|
+
- add configuration for plume testnet ([6ec75b3](https://github.com/DODOEX/contract-request/commit/6ec75b39c76e01b57fc26772a41408254011f7a4))
|
|
226
|
+
- add hashkey && add hemi && update rise-testnet ([d8bd43c](https://github.com/DODOEX/contract-request/commit/d8bd43c817e79fbcd25c56c45cc1bfa07a65b5aa))
|
|
227
|
+
- add tac testnet ([51e57b5](https://github.com/DODOEX/contract-request/commit/51e57b51532e3f00890f284c7e45c6bec6c81b59))
|
|
228
|
+
- change contract address ([ba01410](https://github.com/DODOEX/contract-request/commit/ba01410484169d238cc13ac57c7d741bdca7b8a8))
|
|
229
|
+
- change contract address ([fa0749a](https://github.com/DODOEX/contract-request/commit/fa0749a86c0833976412072d974967adcf045381))
|
|
230
|
+
- update rise ([c034bb3](https://github.com/DODOEX/contract-request/commit/c034bb3324757a147d92746e349314e0f7a4a0b2))
|
|
231
|
+
- update WETH token ([bbd5f86](https://github.com/DODOEX/contract-request/commit/bbd5f866d019d77a69bf705bb1c4d8b4c8e24ee6))
|
|
175
232
|
|
|
176
233
|
# [@dodoex/dodo-contract-request-v1.11.0](https://github.com/DODOEX/contract-request/compare/@dodoex/dodo-contract-request-v1.10.0...@dodoex/dodo-contract-request-v1.11.0) (2025-04-11)
|
|
177
234
|
|
|
@@ -29,7 +29,8 @@
|
|
|
29
29
|
"CustomERC20": "0x5B829f90eCd51E803917C1E25EC9A718f32ecB46",
|
|
30
30
|
"CustomMintableERC20": "0x3b73a6610db514e14b432c72Eb49723dAe9c1C10",
|
|
31
31
|
"ERC20MineV2": "0x4e5Ad9061d33621aF33Bad7d4dfF45Eb83Bc6a46",
|
|
32
|
-
"ERC20MineV3": "0xc90958D0466c7f1337d5D0B8947F812f636D3c63"
|
|
32
|
+
"ERC20MineV3": "0xc90958D0466c7f1337d5D0B8947F812f636D3c63",
|
|
33
|
+
"ICHIVault": "0xb00ae8a7be63036dbcd143a842bfc14708c440bb"
|
|
33
34
|
},
|
|
34
35
|
"Factory": {
|
|
35
36
|
"DVMFactory": "0x6694eebf40924e04c952EA8F1626d19E7a656Bb7",
|
|
@@ -63,4 +64,5 @@
|
|
|
63
64
|
"DefaultMaintainer": "0x43592930d05A17ac2DEBcb533E5f67ccC1ebe977",
|
|
64
65
|
"FeeReceiver": "0x5F7E6fd27C1F717AbC6CB8d5307b7E4Aa7678460"
|
|
65
66
|
}
|
|
66
|
-
}
|
|
67
|
+
}
|
|
68
|
+
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Chain": "birdlayer",
|
|
3
|
+
"ChainId": 53456,
|
|
4
|
+
"Token": {
|
|
5
|
+
"WETH": "0x8d312E9A5C7edF5612C9e28C22593dA40d707720"
|
|
6
|
+
},
|
|
7
|
+
"Helper": {
|
|
8
|
+
"Multicall": "0x46AFE01D758a46d64c7d8E0791314D5db3E2e683",
|
|
9
|
+
"MulticallWithValid": "0xB95eD7E958E196688984951F41Ac2888F4B10aB9",
|
|
10
|
+
"DODOSellHelper": "0x3a64Ec3606FF7310E8fAd6FcC008e39705fB496d",
|
|
11
|
+
"DODOSwapCalcHelper": "0xD0CF7dfbF09CAfaB8AEf00e0Ce19a4638004a364",
|
|
12
|
+
"ERC20Helper": "0x8b09DB11ea380d6454D2592D334FFC319ce6EF3E",
|
|
13
|
+
"DODOCalleeHelper": "0x2Da0855f04919D402Af88D0D04AbB38177FE47fa",
|
|
14
|
+
"DODOV1PmmHelper": "0x3A7Bc5F9E41356728f037f17D88c642EE46d1Aaa",
|
|
15
|
+
"DODOV2RouteHelper": "0xC975769aB5Ef947CB82535ca6607B0683a355195"
|
|
16
|
+
},
|
|
17
|
+
"Templates": {
|
|
18
|
+
"CloneFactory": "0x8b87D4B384517d2E1AFC61b3292d6e6C411ea303",
|
|
19
|
+
"FeeRateModel": "0xE6cecb7460c9E52aA483cb1f0E87d78D7085686F",
|
|
20
|
+
"FeeRateDIP3Impl": "0x2Ba2696c63fA8b67b395de6D12F849b17C3515F9",
|
|
21
|
+
"PermissionManager": "0x2e50e3e18c19C7d80B81888a961A13aEE49b962E",
|
|
22
|
+
"DVM": "0x5eC9BEaCe4a0f46F77945D54511e2b454cb8F38E",
|
|
23
|
+
"DSP": "0x577389Ef538f8767865f68f3EdBBFBfD60afa387",
|
|
24
|
+
"GSP": "0xFc66a1283a43Ce2f4d4FA0623d4654754577a09d",
|
|
25
|
+
"DPPAdvanced": "0x710409D2121B7C8EA4aCAdd6803FDE2D85DF6473",
|
|
26
|
+
"DPPAdvancedAdmin": "0x46E55A974c5995675b025f7F607C3278B36f0c29",
|
|
27
|
+
"CP": "0x5245f5E66792cfbaCB64eFAef3121e7c5ccD879b",
|
|
28
|
+
"InitializableERC20": "0xF0f8FB90039875e2682678E6C23828BdD16fAC9d",
|
|
29
|
+
"CustomERC20": "0xc88492049C990c0eF2eB0F77D1Aef8D66Bf16ba8",
|
|
30
|
+
"CustomMintableERC20": "0x78d43a889F42a344Fe98C3fb9455791Dc8178d55",
|
|
31
|
+
"ERC20MineV2": "0x69716E51E3F8Bec9c3D4E1bB46396384AE11C594",
|
|
32
|
+
"ERC20MineV3": "0xFe837A3530dD566401d35beFCd55582AF7c4dfFC",
|
|
33
|
+
"DFTManager": "0x79a0A160D3Ec0b8402f4F8d657B9a7e0a289663e"
|
|
34
|
+
},
|
|
35
|
+
"Factory": {
|
|
36
|
+
"DVMFactory": "0x701Ac6fAD7850956f966a85655348ac1B7c93368",
|
|
37
|
+
"DSPFactory": "0xB88f7eb2dA59E1E8E00E0158b195D5ca48403921",
|
|
38
|
+
"GSPFactory": "0xF9a6c9BE0a1149C69EF537359c78DeB5e6264ec6",
|
|
39
|
+
"DPPFactory": "0x82B26eb18382f7532015248078AB1f6030413396",
|
|
40
|
+
"CrowdPoolingFactory": "0x297B5D923b9C18081ddE398B5b5aC6E09336B27c",
|
|
41
|
+
"ERC20V3Factory": "0xDC249Ea92D2e532ed63B45dc7C05B21926B97c6F",
|
|
42
|
+
"DODOMineV2Factory": "0x9691bBce4680d0c0bb9E798a71984984Ab1440C1",
|
|
43
|
+
"DODOMineV3Registry": "0x7D381e6a9c23A0E6969658f6B8Eba57A4Dbf93a0"
|
|
44
|
+
},
|
|
45
|
+
"Approve": {
|
|
46
|
+
"DODOApprove": "0x056FcE6B76AF3050F54B71Fc9B5fcb7C387BfC1A",
|
|
47
|
+
"DODOApproveProxy": "0x0343C5757Fb98aD9eF39824e08B852aF61C71c64"
|
|
48
|
+
},
|
|
49
|
+
"Adapter": {
|
|
50
|
+
"DODOV2Adapter": "0x306ae919b99c187Fe5eCBdE980E24228ae888182"
|
|
51
|
+
},
|
|
52
|
+
"Proxy": {
|
|
53
|
+
"DODOV2Proxy02": "0xF5378974cfD5042A58c458E06cB6D2A2D1c2FAF8",
|
|
54
|
+
"DODODspProxyWithoutGSP": "0x90387d098B8F2a6497c55E13E45f51De423322ab",
|
|
55
|
+
"DODOCpProxy": "0x22AdDF954Ea92a3A80403Fe353093f7bF58665EC",
|
|
56
|
+
"DODODppProxy": "0x9ef37fD4791eb28e46c3D50Ed83F2a10B3082784",
|
|
57
|
+
"DODOMineV3Proxy": "0xDA89314035264Ade23313f971AaE5393068Ea6F7",
|
|
58
|
+
"DODOFeeRouteProxy1": "0x85C23863977dA7c3CEaCe129e292ba0F4d8aAA00",
|
|
59
|
+
"DODOFeeRouteProxy2": "0xA3148a1765897EC0A9bCA57f855C0B4718060b78"
|
|
60
|
+
},
|
|
61
|
+
"Account": {
|
|
62
|
+
"MultiSigAddress": "0x89Ba4039841587B0a4cFfDF17AEE30caCF006f4D",
|
|
63
|
+
"DefaultMaintainer": "0x89Ba4039841587B0a4cFfDF17AEE30caCF006f4D",
|
|
64
|
+
"FeeReceiver": "0x1271CAba4bf23f8Fb31F97448605d65EE302CA51"
|
|
65
|
+
}
|
|
66
|
+
}
|
|
@@ -59,7 +59,8 @@
|
|
|
59
59
|
"DODOMineV3Proxy": "0x6bbfD968509752518c1e9fBb0918A8AF8615879e",
|
|
60
60
|
"DODOFeeRouteProxy1": "0x80465a300299e90132DFa2c7c3Fc3a12424599bB",
|
|
61
61
|
"DODOFeeRouteProxy2": "0x819829e5CF6e19F9fED92F6b4CC1edF45a2cC4A2",
|
|
62
|
-
"UniswapV2Router02": "0xb93Cd1E38809607a00FF9CaB633db5CAA6130dD0"
|
|
62
|
+
"UniswapV2Router02": "0xb93Cd1E38809607a00FF9CaB633db5CAA6130dD0",
|
|
63
|
+
"TransparentUpgradeableProxyWithPros": "0xc9a0b63d91c2a808dd631d031f037944feddaa12"
|
|
63
64
|
},
|
|
64
65
|
"Account": {
|
|
65
66
|
"MultiSigAddress": "0x8157668EC72c279C20C9d7387b7B711FcF713a4D",
|
|
@@ -37,11 +37,13 @@
|
|
|
37
37
|
"GSPFactory": "",
|
|
38
38
|
"DPPFactory": "0x0B1467f71c082D8d410aF4376C685D9A6893cF36",
|
|
39
39
|
"CrowdPoolingFactory": "0xCDA4a6cc5997002B87f28D46852F9F0aA0f3c897",
|
|
40
|
-
"ERC20V3Factory": "
|
|
40
|
+
"ERC20V3Factory": "0x3450dBC7094bB20065f430D98087e37708C1ddfE",
|
|
41
41
|
"DODOMineV2Factory": "0x49186E32fEd50fd6B5604A2618c7B0b03Cd41414",
|
|
42
42
|
"DODOMineV3Registry": "0xa5fc92Ca57a21C87AA0477b1c8fE8B9Bbf69d6C2",
|
|
43
43
|
"UniswapV2Factory": "0xf553a3EA6ecc758ed6f05F62C831b1D71bA7e09c",
|
|
44
44
|
"UniswapV2FactoryFixedFee": "0xF62c03E08ada871A0bEb309762E260a7a6a880E6",
|
|
45
|
+
"RWAToken": "0xc3cc903e9E8D7fAe14192fc445E14D03fd5fDC09",
|
|
46
|
+
"RWAManager": "0x3378D3E726F4B9CF29e12F5463EC159fC0E46798",
|
|
45
47
|
"UniswapV3Factory": "0x3d2A7Bac4E8439ABe86B58324695e921a5FC0987",
|
|
46
48
|
"NonfungiblePositionManager": "0x483E5c0f309577f79b0a19cE65E332DD388aD7A8"
|
|
47
49
|
},
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Chain": "zetachain-testnet",
|
|
3
|
+
"ChainId": 7001,
|
|
4
|
+
"Token": {
|
|
5
|
+
"WETH": "0x5F0b1a82749cb4E2278EC87F8BF6B618dC71a8bf"
|
|
6
|
+
},
|
|
7
|
+
"Helper": {
|
|
8
|
+
"Multicall": "0x312fFF80F489bB3E855791D95c7CBaf53F244b76",
|
|
9
|
+
"MulticallWithValid": "0x312fFF80F489bB3E855791D95c7CBaf53F244b76",
|
|
10
|
+
"DODOSellHelper": "0x8D21588553F75C1065BC666d0D16fC0E4547E275",
|
|
11
|
+
"DODOSwapCalcHelper": "0xCFc91db56989c1E5212B68ddce877f57B2230919",
|
|
12
|
+
"ERC20Helper": "0x0C379957516490a0Ba7eCaE34097C0396F98031a",
|
|
13
|
+
"DODOCalleeHelper": "0xC70df4336Da9388b768dC4acE27573762e9b2fEE",
|
|
14
|
+
"DODOV1PmmHelper": "0x456DE38a5d4Fd57567456bFf9C4e9146f26e0039",
|
|
15
|
+
"DODOV2RouteHelper": "0xb9e68f05506423E9DA55a74A709bF6e7E3cc15ed"
|
|
16
|
+
},
|
|
17
|
+
"Templates": {
|
|
18
|
+
"CloneFactory": "0x4A4368Bf91891D72Ac1289cfDB89b8AdF65Fe91f",
|
|
19
|
+
"FeeRateModel": "0x82e884A644931256378fE6A951601bC6dd69837B",
|
|
20
|
+
"FeeRateDIP3Impl": "0x4f78C1F7130EF460593198A7D38732Da3eE91eF8",
|
|
21
|
+
"PermissionManager": "0xB3e0AE73e95410305fF720AE704E3f7ed0654d9D",
|
|
22
|
+
"DVM": "0x576A9F4d85D42355d0acc9dAD64DA8d2dc80f1f7",
|
|
23
|
+
"DSP": "0x63dE06313edE53cCD0Ca5a7AE2CF757f1e183861",
|
|
24
|
+
"GSP": "0xBaeee2dCE70fF978E3CD71435BE7Cb2fb3A4ccBD",
|
|
25
|
+
"DPPAdvanced": "0x8520F6642D7B9258e20C3D063Ee7e60AAc23E740",
|
|
26
|
+
"DPPAdvancedAdmin": "0x7CE15a614dBe7b5597dD66A75F5baF82BB125c5B",
|
|
27
|
+
"CP": "0x8EbFe5C0047bf8d5e07dc7cbe06D369240f12366",
|
|
28
|
+
"InitializableERC20": "0x42EDf453F8483c7168c158d28D610A58308517D1",
|
|
29
|
+
"CustomERC20": "0x64610da3092153a188278815c1f2072009F9Df1e",
|
|
30
|
+
"CustomMintableERC20": "0x2dA6Bf29baAB9Ac23Bb8E7fB04F6D9a20bbdfC82",
|
|
31
|
+
"ERC20MineV2": "0x64e4a9BDA0670Cdb30664383244dA60158Af847B",
|
|
32
|
+
"ERC20MineV3": "0xe77C7e8fE14662e07346A8e2797fee18809aCcEa"
|
|
33
|
+
},
|
|
34
|
+
"Factory": {
|
|
35
|
+
"DVMFactory": "0xaf6c1052A1114C7816C24a5e8bC485b180C49Deb",
|
|
36
|
+
"DSPFactory": "0x19c15CaF858e9D3d10272C739cDf3812B91e5508",
|
|
37
|
+
"GSPFactory": "0xBb5a0bF38C0BeA6829fDFef931B7988c8fF00a78",
|
|
38
|
+
"DPPFactory": "0x74CAd58eD9712e3236D61dea8696B6Dced3da2b6",
|
|
39
|
+
"ERC20V3Factory": "0x85C694fc4c19BEd3B559Ef9b43a6D315980aA7FA",
|
|
40
|
+
"DODOMineV2Factory": "0x468e60B84b11B3B1532D7C41FcBb79DA352aa12d",
|
|
41
|
+
"DODOMineV3Registry": "0xF7d33BB55C74048352DC0413733095Cc8e273A74",
|
|
42
|
+
"UniswapV2Factory": "0xB725b88b32868266782398ae7Ab6bDCcebe90368",
|
|
43
|
+
"UniswapV3Factory": "0x944568E880Edd3a610C8ADB4028D682D55c66f19",
|
|
44
|
+
"NonfungiblePositionManager": "0x7c4e2A9Cd4fCAACD09D8402Df12f03eC831cE69f"
|
|
45
|
+
},
|
|
46
|
+
"Approve": {
|
|
47
|
+
"DODOApprove": "0x69485b9B95df04dDbbF8669A33865C97E9B293B4",
|
|
48
|
+
"DODOApproveProxy": "0xB6362C3Ef78CDe47446a819B8131eC540a949EF8"
|
|
49
|
+
},
|
|
50
|
+
"Adapter": {
|
|
51
|
+
"DODOV2Adapter": "0x00Fc0223442630e2AaDAB831d2Ee1FD27ee8A6B2"
|
|
52
|
+
},
|
|
53
|
+
"Proxy": {
|
|
54
|
+
"DODOV2Proxy02": "0xae7D4fD9A9427D8B50BD4a4B9dd54dde17c4a53d",
|
|
55
|
+
"DODODspProxy": "0x4c0dC92e49473Ad6691f34a6615FD53f8A0bDC8d",
|
|
56
|
+
"DODOCpProxy": "0xD74c827c81cf933dF3EE47D6c248dd04268198B0",
|
|
57
|
+
"DODODppProxy": "0x7DaD05f757a2B56E50F780fe5E70d0B20A4b24d7",
|
|
58
|
+
"DODOMineV3Proxy": "0xafE1D3EE4513530B8D302e812FB07Df1d9e090c4",
|
|
59
|
+
"DODOFeeRouteProxy1": "0x898d8672d9f8811603bE3431D2163a0784e71D22",
|
|
60
|
+
"DODOFeeRouteProxy2": "0x0d3a1033d9F76A0bC5a444CdFB8fdE85B1290542",
|
|
61
|
+
"UniswapV2Router02": "0xA0abF41a231BaCeB1feB624Dca843B71c10311e8"
|
|
62
|
+
},
|
|
63
|
+
"Account": {
|
|
64
|
+
"MultiSigAddress": "0xfa0d8ebcA31a1501144A785a2929e9F91b0571d0",
|
|
65
|
+
"DefaultMaintainer": "0xfa0d8ebcA31a1501144A785a2929e9F91b0571d0",
|
|
66
|
+
"FeeReceiver": "0x903cF528c0C54eCB99991a69E0E095589917a0ce"
|
|
67
|
+
}
|
|
68
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Chain": "zetachain",
|
|
3
|
+
"ChainId": 7000,
|
|
4
|
+
"Token": {
|
|
5
|
+
"WETH": "0x5F0b1a82749cb4E2278EC87F8BF6B618dC71a8bf"
|
|
6
|
+
},
|
|
7
|
+
"Helper": {
|
|
8
|
+
"Multicall": "0x9691bBce4680d0c0bb9E798a71984984Ab1440C1",
|
|
9
|
+
"MulticallWithValid": "0x7D381e6a9c23A0E6969658f6B8Eba57A4Dbf93a0",
|
|
10
|
+
"DODOSellHelper": "0xC975769aB5Ef947CB82535ca6607B0683a355195",
|
|
11
|
+
"DODOSwapCalcHelper": "0xF5378974cfD5042A58c458E06cB6D2A2D1c2FAF8",
|
|
12
|
+
"ERC20Helper": "0xFc66a1283a43Ce2f4d4FA0623d4654754577a09d",
|
|
13
|
+
"DODOCalleeHelper": "0xF9a6c9BE0a1149C69EF537359c78DeB5e6264ec6",
|
|
14
|
+
"DODOV1PmmHelper": "0x90387d098B8F2a6497c55E13E45f51De423322ab",
|
|
15
|
+
"DODOV2RouteHelper": "0xe70C62baf742140ED5bAbbCD35f15b7a9811932A"
|
|
16
|
+
},
|
|
17
|
+
"Templates": {
|
|
18
|
+
"CloneFactory": "0x22AdDF954Ea92a3A80403Fe353093f7bF58665EC",
|
|
19
|
+
"FeeRateModel": "0x9ef37fD4791eb28e46c3D50Ed83F2a10B3082784",
|
|
20
|
+
"FeeRateDIP3Impl": "0xDA89314035264Ade23313f971AaE5393068Ea6F7",
|
|
21
|
+
"PermissionManager": "0x85C23863977dA7c3CEaCe129e292ba0F4d8aAA00",
|
|
22
|
+
"DVM": "0x08e122Ee90099927E9764fE16d1094d563d2f4E2",
|
|
23
|
+
"DSP": "0xA3148a1765897EC0A9bCA57f855C0B4718060b78",
|
|
24
|
+
"GSP": "0xec1Ac56f266d1937ab69f7EB08D8889A41E39278",
|
|
25
|
+
"DPPAdvanced": "0x351a86A2C8dc47D396305AAcd7F126E096b2eee4",
|
|
26
|
+
"DPPAdvancedAdmin": "0x19E10fb5875C4901D9650aFc001197285dBBC060",
|
|
27
|
+
"CP": "0x78172691DD3B8ADa7aEbd9bFfB487FB11D735DB2",
|
|
28
|
+
"InitializableERC20": "0x8bBD9D807ffc5c772e802333FB41Ea059F2f44d6",
|
|
29
|
+
"CustomERC20": "0x202bEE65B164aEcBb6A2318438bf46bEF14E1072",
|
|
30
|
+
"CustomMintableERC20": "0x341ECDe9ae78d91e810cEad1D270AA0F7E0B0D1a",
|
|
31
|
+
"ERC20MineV2": "0x7d2eb244f31c4583763f9B4F381DB23784470d76",
|
|
32
|
+
"ERC20MineV3": "0xf50d3A044ff63bb476E02f442D813B177c432BFd"
|
|
33
|
+
},
|
|
34
|
+
"Factory": {
|
|
35
|
+
"DVMFactory": "0xd2b80519a88937A412415bAF1b7Fb1855189EA36",
|
|
36
|
+
"DSPFactory": "0x01AE7F0633E1D8d642c5A6a6d39B00A36b331C97",
|
|
37
|
+
"GSPFactory": "0xa97c5a70Be5B81f573a688F656E7bE569B492A56",
|
|
38
|
+
"DPPFactory": "0xC176ecf1Eae0883B2356593d1Ccd5DDEd0441eb1",
|
|
39
|
+
"ERC20V3Factory": "0x047F9cea5CE9Da358E493848daF73192E7D377d0",
|
|
40
|
+
"DODOMineV2Factory": "0x816D85D853a7Da1f91F427e4132056D88620e7d7",
|
|
41
|
+
"DODOMineV3Registry": "0x9de2F7b3BFf91c48d417c47055dABCb45FEFa48F",
|
|
42
|
+
"UniswapV2Factory": "0x4E36B2e9c9c9bfDd2516cAdacF07f5adAA33EF88",
|
|
43
|
+
"UniswapV3Factory": "0x9f48Ddad075e569cDc70D657D3aC171e23846009",
|
|
44
|
+
"NonfungiblePositionManager": "0xaF2403DD44B3C589f12680e715a8bBeB5b4B8471"
|
|
45
|
+
},
|
|
46
|
+
"Approve": {
|
|
47
|
+
"DODOApprove": "0x3a5980966a8774b357A807231F87F7FD792Ff6F9",
|
|
48
|
+
"DODOApproveProxy": "0x2623281DdcC34A73a9e8898f2c57A32A860903f1"
|
|
49
|
+
},
|
|
50
|
+
"Adapter": {
|
|
51
|
+
"DODOV2Adapter": "0x3212823a21f30fB1920473A1A82eDd6F40f3d8a2"
|
|
52
|
+
},
|
|
53
|
+
"Proxy": {
|
|
54
|
+
"DODOV2Proxy02": "0xA9f0d65aCAD51d57bCAB20b59601aa3360e7a5c4",
|
|
55
|
+
"DODODspProxy": "0x26f70388387124FE4e5AAA782155242d86b09daa",
|
|
56
|
+
"DODOCpProxy": "0xb63Ca55091d6F8e8b9995f04894638D98D3C0241",
|
|
57
|
+
"DODODppProxy": "0x183B9eAB8DBF824058e3Ba6d9ACF21c11dA9D491",
|
|
58
|
+
"DODOMineV3Proxy": "0x88d12e75EaF01e8f274D067309C145D2Aad6dc74",
|
|
59
|
+
"UniswapV2Router02": "0xBbc96730d39adff6D755820071ebc6dDe20a59b9"
|
|
60
|
+
}
|
|
61
|
+
}
|