@dodoex/dodo-contract-request 1.8.0 → 1.9.0-alpha.2

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.
Files changed (36) hide show
  1. package/CHANGELOG.md +36 -33
  2. package/contract-config/plume-testnet.json +67 -0
  3. package/contract-config/tac-testnet.json +65 -0
  4. package/dist/index.cjs +1 -1
  5. package/dist/index.js +1 -1
  6. package/dist/types/config/index.d.ts +22 -20
  7. package/dist/types/config/plume-testnet.d.ts +31 -0
  8. package/dist/types/config/tac-testnet.d.ts +29 -0
  9. package/package.json +1 -1
  10. package/src/config/index.ts +9 -1
  11. package/src/config/plume-testnet.ts +4 -0
  12. package/src/config/tac-testnet.ts +4 -0
  13. package/src/contract/CrowdPoolingFactory.ts +1 -1
  14. package/src/contract/DODOApprove.ts +1 -1
  15. package/src/contract/DODOApproveProxy.ts +1 -1
  16. package/src/contract/DODOCalleeHelper.ts +1 -1
  17. package/src/contract/DODOCpProxy.ts +1 -1
  18. package/src/contract/DODODppProxy.ts +1 -1
  19. package/src/contract/DODODspProxy.ts +1 -1
  20. package/src/contract/DODODspProxyWithoutGSP.ts +1 -1
  21. package/src/contract/DODOMineV2Factory.ts +1 -1
  22. package/src/contract/DODOMineV3Proxy.ts +1 -1
  23. package/src/contract/DODOMineV3Registry.ts +1 -1
  24. package/src/contract/DODOSellHelper.ts +1 -1
  25. package/src/contract/DODOV1PmmHelper.ts +1 -1
  26. package/src/contract/DODOV2Proxy02.ts +1 -1
  27. package/src/contract/DODOV2RouteHelper.ts +1 -1
  28. package/src/contract/DPPFactory.ts +1 -1
  29. package/src/contract/DSPFactory.ts +1 -1
  30. package/src/contract/DVMFactory.ts +1 -1
  31. package/src/contract/ERC20Helper.ts +1 -1
  32. package/src/contract/ERC20V3Factory.ts +1 -1
  33. package/src/contract/GSPFactory.ts +1 -1
  34. package/src/contract/MulticallWithValid.ts +1 -1
  35. package/src/contract/UniswapV2FactoryFixedFee.ts +1 -1
  36. package/src/contract/UniswapV2Router02FixedFee.ts +1 -1
package/CHANGELOG.md CHANGED
@@ -1,86 +1,89 @@
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)
1
+ # [@dodoex/dodo-contract-request-v1.9.0-alpha.2](https://github.com/DODOEX/contract-request/compare/@dodoex/dodo-contract-request-v1.9.0-alpha.1...@dodoex/dodo-contract-request-v1.9.0-alpha.2) (2024-12-25)
2
2
 
3
3
 
4
- ### Bug Fixes
4
+ ### Features
5
+
6
+ * add configuration for plume testnet ([6ec75b3](https://github.com/DODOEX/contract-request/commit/6ec75b39c76e01b57fc26772a41408254011f7a4))
5
7
 
6
- * allow empty address [emit release] ([428760b](https://github.com/DODOEX/contract-request/commit/428760bdd7177d929fff144b33f083020a4de208))
8
+ # [@dodoex/dodo-contract-request-v1.9.0-alpha.1](https://github.com/DODOEX/contract-request/compare/@dodoex/dodo-contract-request-v1.8.0...@dodoex/dodo-contract-request-v1.9.0-alpha.1) (2024-12-18)
7
9
 
8
10
 
9
11
  ### Features
10
12
 
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))
13
+ * add tac testnet ([51e57b5](https://github.com/DODOEX/contract-request/commit/51e57b51532e3f00890f284c7e45c6bec6c81b59))
15
14
 
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)
15
+ # [@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)
16
+
17
+ ### Bug Fixes
17
18
 
19
+ - allow empty address [emit release] ([428760b](https://github.com/DODOEX/contract-request/commit/428760bdd7177d929fff144b33f083020a4de208))
18
20
 
19
21
  ### Features
20
22
 
21
- * add DODODspProxyWithoutGSP key ([f640ee2](https://github.com/DODOEX/contract-request/commit/f640ee2609f827d574b9f963cc4bc8766a9c0e0d))
22
- * add MerkleDistributor and LockedTokenVault ([8b1d250](https://github.com/DODOEX/contract-request/commit/8b1d2507be76e9bfc6cb715d974e43277660f61b))
23
- * add plume ([69890f1](https://github.com/DODOEX/contract-request/commit/69890f1e30e173a05d3a146f68bcc46f220304e7))
24
- * change router02 address ([d8ba8a1](https://github.com/DODOEX/contract-request/commit/d8ba8a11573c5d001260006f38ba887c5f914621))
23
+ - add neox ([9d72f44](https://github.com/DODOEX/contract-request/commit/9d72f44716ee00dcc3be8039c417bd0bf35b209a))
24
+ - update neox contract configuration ([b48c467](https://github.com/DODOEX/contract-request/commit/b48c467db02d35d223e24a8c7d8184c5375c0778))
25
+ - update UniswapV2Factory and UniswapV2Router02 addresses in neox configuration ([3739ecb](https://github.com/DODOEX/contract-request/commit/3739ecbfe2f923e2f8679c5c8473c1ab39d6c8e4))
26
+ - update UniswapV2Router02 address in neox.json ([7eae207](https://github.com/DODOEX/contract-request/commit/7eae20715a4b8cd07a911f65e814ee78babf2100))
25
27
 
26
- # [@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-12-06)
28
+ # [@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)
27
29
 
30
+ ### Features
28
31
 
29
- ### Bug Fixes
32
+ - add DODODspProxyWithoutGSP key ([f640ee2](https://github.com/DODOEX/contract-request/commit/f640ee2609f827d574b9f963cc4bc8766a9c0e0d))
33
+ - add MerkleDistributor and LockedTokenVault ([8b1d250](https://github.com/DODOEX/contract-request/commit/8b1d2507be76e9bfc6cb715d974e43277660f61b))
34
+ - add plume ([69890f1](https://github.com/DODOEX/contract-request/commit/69890f1e30e173a05d3a146f68bcc46f220304e7))
35
+ - change router02 address ([d8ba8a1](https://github.com/DODOEX/contract-request/commit/d8ba8a11573c5d001260006f38ba887c5f914621))
30
36
 
31
- * add type ([4ed04dd](https://github.com/DODOEX/contract-request/commit/4ed04ddc43226de9236f4b394e9e4dea18ab2d10))
32
- * change fetch outputs ([4be3f41](https://github.com/DODOEX/contract-request/commit/4be3f4191d57192dbd75ae0551297ec40ed481f7))
33
- * encode parameters ([1d9d58f](https://github.com/DODOEX/contract-request/commit/1d9d58f1206ae1781e94f95d28d9b774a6ce991a))
34
- * generate code error ([0d05f13](https://github.com/DODOEX/contract-request/commit/0d05f13421e7a37e1ea3eba3bef8da15fe91e678))
35
- * query type ([e99b237](https://github.com/DODOEX/contract-request/commit/e99b237d2ac9949532bd8bce77247db8cd5529bf))
36
- * type error ([2a6dc02](https://github.com/DODOEX/contract-request/commit/2a6dc02cfcdcfc36ad10848c54f294f5c3f074d6))
37
+ # [@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-12-06)
37
38
 
39
+ ### Bug Fixes
40
+
41
+ - add type ([4ed04dd](https://github.com/DODOEX/contract-request/commit/4ed04ddc43226de9236f4b394e9e4dea18ab2d10))
42
+ - change fetch outputs ([4be3f41](https://github.com/DODOEX/contract-request/commit/4be3f4191d57192dbd75ae0551297ec40ed481f7))
43
+ - encode parameters ([1d9d58f](https://github.com/DODOEX/contract-request/commit/1d9d58f1206ae1781e94f95d28d9b774a6ce991a))
44
+ - generate code error ([0d05f13](https://github.com/DODOEX/contract-request/commit/0d05f13421e7a37e1ea3eba3bef8da15fe91e678))
45
+ - query type ([e99b237](https://github.com/DODOEX/contract-request/commit/e99b237d2ac9949532bd8bce77247db8cd5529bf))
46
+ - type error ([2a6dc02](https://github.com/DODOEX/contract-request/commit/2a6dc02cfcdcfc36ad10848c54f294f5c3f074d6))
38
47
 
39
48
  ### Features
40
49
 
41
- * change router02 address ([d8ba8a1](https://github.com/DODOEX/contract-request/commit/d8ba8a11573c5d001260006f38ba887c5f914621))
50
+ - change router02 address ([d8ba8a1](https://github.com/DODOEX/contract-request/commit/d8ba8a11573c5d001260006f38ba887c5f914621))
42
51
 
43
52
  # [@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)
44
53
 
45
-
46
54
  ### Features
47
55
 
48
- * update UniswapV2Factory and UniswapV2Router02 addresses in neox configuration ([3739ecb](https://github.com/DODOEX/contract-request/commit/3739ecbfe2f923e2f8679c5c8473c1ab39d6c8e4))
56
+ - update UniswapV2Factory and UniswapV2Router02 addresses in neox configuration ([3739ecb](https://github.com/DODOEX/contract-request/commit/3739ecbfe2f923e2f8679c5c8473c1ab39d6c8e4))
49
57
 
50
58
  # [@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
59
 
52
-
53
60
  ### Features
54
61
 
55
- * update neox contract configuration ([b48c467](https://github.com/DODOEX/contract-request/commit/b48c467db02d35d223e24a8c7d8184c5375c0778))
62
+ - update neox contract configuration ([b48c467](https://github.com/DODOEX/contract-request/commit/b48c467db02d35d223e24a8c7d8184c5375c0778))
56
63
 
57
64
  # [@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)
58
65
 
59
-
60
66
  ### Bug Fixes
61
67
 
62
- * allow empty address [emit release] ([428760b](https://github.com/DODOEX/contract-request/commit/428760bdd7177d929fff144b33f083020a4de208))
68
+ - allow empty address [emit release] ([428760b](https://github.com/DODOEX/contract-request/commit/428760bdd7177d929fff144b33f083020a4de208))
63
69
 
64
70
  # [@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)
65
71
 
66
-
67
72
  ### Features
68
73
 
69
- * add neox ([9d72f44](https://github.com/DODOEX/contract-request/commit/9d72f44716ee00dcc3be8039c417bd0bf35b209a))
74
+ - add neox ([9d72f44](https://github.com/DODOEX/contract-request/commit/9d72f44716ee00dcc3be8039c417bd0bf35b209a))
70
75
 
71
76
  # [@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
77
 
73
-
74
78
  ### Features
75
79
 
76
- * add DODODspProxyWithoutGSP key ([f640ee2](https://github.com/DODOEX/contract-request/commit/f640ee2609f827d574b9f963cc4bc8766a9c0e0d))
80
+ - add DODODspProxyWithoutGSP key ([f640ee2](https://github.com/DODOEX/contract-request/commit/f640ee2609f827d574b9f963cc4bc8766a9c0e0d))
77
81
 
78
82
  # [@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)
79
83
 
80
-
81
84
  ### Features
82
85
 
83
- * add plume ([69890f1](https://github.com/DODOEX/contract-request/commit/69890f1e30e173a05d3a146f68bcc46f220304e7))
86
+ - add plume ([69890f1](https://github.com/DODOEX/contract-request/commit/69890f1e30e173a05d3a146f68bcc46f220304e7))
84
87
 
85
88
  # [@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
89
 
@@ -0,0 +1,67 @@
1
+ {
2
+ "Chain": "plume-testnet",
3
+ "ChainId": 98864,
4
+ "Token": {
5
+ "WETH": "0xaA6210015fbf0855F0D9fDA3C415c1B12776Ae74"
6
+ },
7
+ "Helper": {
8
+ "Multicall": "0x0246DffDa649e877CFd0951837332B4690fAD1EB",
9
+ "MulticallWithValid": "0x701855ae3a8b2A989DC8ACCf02Dd2b96f8B21671",
10
+ "DODOSellHelper": "0x1bE661D780631d8CAB4DEafB71CFC3dD071ae3f2",
11
+ "DODOSwapCalcHelper": "0x0376076C9D1c7DCb899DC5Db96Cec0492Bd375b7",
12
+ "ERC20Helper": "0x39eA8d4dA68f6da17E5b50946ebcEAd6d01ED2D2",
13
+ "DODOCalleeHelper": "0xCA22c3165082c3223Bc350DE4e8880C01Cd80510",
14
+ "DODOV1PmmHelper": "0x842b59E74Ca9851fF0C35741C5f0923c63825BA8",
15
+ "DODOV2RouteHelper": "0x0B40A5f4f52B8B8980da7D7335197e3Ce531E232"
16
+ },
17
+ "Templates": {
18
+ "CloneFactory": "0x895B2caf85Ae70E8d1b77C8b30B25F07b461Dc45",
19
+ "FeeRateModel": "0xf66b68728dc83fa09ec163d6ee0eDa163ae6a4ad",
20
+ "FeeRateDIP3Impl": "0xfC6260228DE44CCC3E88511FBEA85B8F2424dE79",
21
+ "PermissionManager": "0x717dd69514175be82266965851DC2EF550fbC809",
22
+ "DVM": "0xCF48e0Dfc2f0Ecbc8ADfc252b7077729c5c2a921",
23
+ "DSP": "0x6992C579902Bd10B4eAA001d1460207E65379705",
24
+ "GSP": "0xe214d34b38cEf8a438A8F09f6FC972A26438EF62",
25
+ "DPPAdvanced": "0x54dBb991caF7839F2b141a6A22329958e7291364",
26
+ "DPPAdvancedAdmin": "0xb1fc1C188980De279339E405ae1Ef6F36a9263e6",
27
+ "CP": "0xFb7BcAe6e9761fA3660B7ADb0e97Bdb581A0Ed74",
28
+ "InitializableERC20": "0xCE3906614Eb673ee1446f204B1f29Ba0E3E0de09",
29
+ "CustomERC20": "0x6D9ea12718409cc1355f26dB1960EC9AEcfc31ED",
30
+ "CustomMintableERC20": "0xdD3322Fe36e0434Cd44fFe07c83cE18bE0AB6E60",
31
+ "ERC20MineV2": "0xcAA179665F91F3f85F1Edf61f88f1814474639cA",
32
+ "ERC20MineV3": "0xB75AA97cd0B643b020476B07794A5A06ab3F9b20"
33
+ },
34
+ "Factory": {
35
+ "DVMFactory": "0x8bCcE4CCEEf7e841A2A8A48F3250B9FB3b25B0C3",
36
+ "DSPFactory": "0x0f9053E174c123098C17e60A2B1FAb3b303f9e29",
37
+ "GSPFactory": "0x6db1ed60c9d6090C87a280a0592365EE83Ca87Ed",
38
+ "DPPFactory": "0x4c639e4d0bfeC3D0766AAA0500Ae7e91418505Bf",
39
+ "CrowdPoolingFactory": "0x9Ac82EAD1945dF394867df6A053f7375634710fb",
40
+ "ERC20V3Factory": "0xa914E15C8295ED2e971f319445a9B27Fc6eE0D85",
41
+ "DODOMineV2Factory": "0x385ADF58514D93F55bcFBC2ABC4154fBc0b08fDd",
42
+ "DODOMineV3Registry": "0x3eE78C6214D924a54944f8719Df14cAD0C0107B7",
43
+ "UniswapV2FactoryFixedFee": "0xB95eD7E958E196688984951F41Ac2888F4B10aB9"
44
+ },
45
+ "Approve": {
46
+ "DODOApprove": "0x4Cf317b8918FbE8A890c01eDAb7d548555Ac2cE9",
47
+ "DODOApproveProxy": "0x09da628Df009Ad300e8e299497eebD8694AfBe95"
48
+ },
49
+ "Adapter": {
50
+ "DODOV2Adapter": "0x143bE32C854E4Ddce45aD48dAe3343821556D0c3"
51
+ },
52
+ "Proxy": {
53
+ "DODOV2Proxy02": "0x680829027709E2ef95D079aC97DDF5feAb82D248",
54
+ "DODODspProxy": "0x286c2D4c9BDC464027021Bdab32B2750a02a355B",
55
+ "DODOCpProxy": "0x119115D4119a504AD0CccD566904ea055C377dE5",
56
+ "DODODppProxy": "0x0976e26eE276DC0703d046DB46d0ca8A1EeC3bAe",
57
+ "DODOMineV3Proxy": "0x6bbfD968509752518c1e9fBb0918A8AF8615879e",
58
+ "DODOFeeRouteProxy1": "0x80465a300299e90132DFa2c7c3Fc3a12424599bB",
59
+ "DODOFeeRouteProxy2": "0x819829e5CF6e19F9fED92F6b4CC1edF45a2cC4A2",
60
+ "UniswapV2Router02FixedFee": "0x3A7Bc5F9E41356728f037f17D88c642EE46d1Aaa"
61
+ },
62
+ "Account": {
63
+ "MultiSigAddress": "0x8157668EC72c279C20C9d7387b7B711FcF713a4D",
64
+ "DefaultMaintainer": "0x8157668EC72c279C20C9d7387b7B711FcF713a4D",
65
+ "FeeReceiver": "0x251cF880461764BA00b5B86A99648Bd12d333a7b"
66
+ }
67
+ }
@@ -0,0 +1,65 @@
1
+ {
2
+ "Chain": "tac-testnet",
3
+ "ChainId": 2390,
4
+ "Token": {
5
+ "WETH": "0x0246DffDa649e877CFd0951837332B4690fAD1EB"
6
+ },
7
+ "Helper": {
8
+ "Multicall": "0x701855ae3a8b2A989DC8ACCf02Dd2b96f8B21671",
9
+ "MulticallWithValid": "0x1bE661D780631d8CAB4DEafB71CFC3dD071ae3f2",
10
+ "DODOSellHelper": "0x0376076C9D1c7DCb899DC5Db96Cec0492Bd375b7",
11
+ "DODOSwapCalcHelper": "0x39eA8d4dA68f6da17E5b50946ebcEAd6d01ED2D2",
12
+ "ERC20Helper": "0xCA22c3165082c3223Bc350DE4e8880C01Cd80510",
13
+ "DODOCalleeHelper": "0x842b59E74Ca9851fF0C35741C5f0923c63825BA8",
14
+ "DODOV1PmmHelper": "0x895B2caf85Ae70E8d1b77C8b30B25F07b461Dc45",
15
+ "DODOV2RouteHelper": "0x680829027709E2ef95D079aC97DDF5feAb82D248"
16
+ },
17
+ "Templates": {
18
+ "CloneFactory": "0xf66b68728dc83fa09ec163d6ee0eDa163ae6a4ad",
19
+ "FeeRateModel": "0xfC6260228DE44CCC3E88511FBEA85B8F2424dE79",
20
+ "FeeRateDIP3Impl": "0x717dd69514175be82266965851DC2EF550fbC809",
21
+ "PermissionManager": "0xCF48e0Dfc2f0Ecbc8ADfc252b7077729c5c2a921",
22
+ "DVM": "0x6992C579902Bd10B4eAA001d1460207E65379705",
23
+ "DSP": "0xe214d34b38cEf8a438A8F09f6FC972A26438EF62",
24
+ "GSP": "0x54dBb991caF7839F2b141a6A22329958e7291364",
25
+ "DPPAdvanced": "0xb1fc1C188980De279339E405ae1Ef6F36a9263e6",
26
+ "DPPAdvancedAdmin": "0xFb7BcAe6e9761fA3660B7ADb0e97Bdb581A0Ed74",
27
+ "CP": "0xCE3906614Eb673ee1446f204B1f29Ba0E3E0de09",
28
+ "InitializableERC20": "0x6D9ea12718409cc1355f26dB1960EC9AEcfc31ED",
29
+ "CustomERC20": "0xdD3322Fe36e0434Cd44fFe07c83cE18bE0AB6E60",
30
+ "CustomMintableERC20": "0xcAA179665F91F3f85F1Edf61f88f1814474639cA",
31
+ "ERC20MineV2": "0xB75AA97cd0B643b020476B07794A5A06ab3F9b20",
32
+ "ERC20MineV3": "0x4Cf317b8918FbE8A890c01eDAb7d548555Ac2cE9"
33
+ },
34
+ "Factory": {
35
+ "DVMFactory": "0x0f9053E174c123098C17e60A2B1FAb3b303f9e29",
36
+ "DSPFactory": "0x6db1ed60c9d6090C87a280a0592365EE83Ca87Ed",
37
+ "GSPFactory": "0x4c639e4d0bfeC3D0766AAA0500Ae7e91418505Bf",
38
+ "DPPFactory": "0x9Ac82EAD1945dF394867df6A053f7375634710fb",
39
+ "CrowdPoolingFactory": "0xa914E15C8295ED2e971f319445a9B27Fc6eE0D85",
40
+ "ERC20V3Factory": "0x385ADF58514D93F55bcFBC2ABC4154fBc0b08fDd",
41
+ "DODOMineV2Factory": "0x3eE78C6214D924a54944f8719Df14cAD0C0107B7",
42
+ "DODOMineV3Registry": "0x0B40A5f4f52B8B8980da7D7335197e3Ce531E232"
43
+ },
44
+ "Approve": {
45
+ "DODOApprove": "0x09da628Df009Ad300e8e299497eebD8694AfBe95",
46
+ "DODOApproveProxy": "0x143bE32C854E4Ddce45aD48dAe3343821556D0c3"
47
+ },
48
+ "Adapter": {
49
+ "DODOV2Adapter": "0x8bCcE4CCEEf7e841A2A8A48F3250B9FB3b25B0C3"
50
+ },
51
+ "Proxy": {
52
+ "DODOV2Proxy02": "0x286c2D4c9BDC464027021Bdab32B2750a02a355B",
53
+ "DODODspProxyWithoutGSP": "0x119115D4119a504AD0CccD566904ea055C377dE5",
54
+ "DODOCpProxy": "0x0976e26eE276DC0703d046DB46d0ca8A1EeC3bAe",
55
+ "DODODppProxy": "0x6bbfD968509752518c1e9fBb0918A8AF8615879e",
56
+ "DODOMineV3Proxy": "0x80465a300299e90132DFa2c7c3Fc3a12424599bB",
57
+ "DODOFeeRouteProxy1": "0x819829e5CF6e19F9fED92F6b4CC1edF45a2cC4A2",
58
+ "DODOFeeRouteProxy2": "0x026eea5c10f526153e7578E5257801f8610D1142"
59
+ },
60
+ "Account": {
61
+ "MultiSigAddress": "0x8157668EC72c279C20C9d7387b7B711FcF713a4D",
62
+ "DefaultMaintainer": "0x8157668EC72c279C20C9d7387b7B711FcF713a4D",
63
+ "FeeReceiver": "0x1271CAba4bf23f8Fb31F97448605d65EE302CA51"
64
+ }
65
+ }