Skip to content

Commit

Permalink
fix: replace dsp key
Browse files Browse the repository at this point in the history
  • Loading branch information
junjieit committed Dec 6, 2024
1 parent 7392938 commit 36f12e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dodoex-api/src/chainConfig/contractConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ const contractMap: {
CALLEE_HELPER: plume.DODOCalleeHelper,

DODO_PROXY: plume.DODOV2Proxy02,
DODO_DSP_PROXY: plume.DODODspProxy,
DODO_DSP_PROXY: plume.DODODspProxyWithoutGSP,
DODO_DPP_PROXY: plume.DODODppProxy,
DODO_MINEV3_PROXY: plume.DODOMineV3Proxy,
},
Expand Down

0 comments on commit 36f12e2

Please sign in to comment.