Skip to content

Commit

Permalink
feat: add taiko chain
Browse files Browse the repository at this point in the history
  • Loading branch information
junjieit committed Oct 14, 2024
1 parent 5c2432c commit dac2c5e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/dodoex-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dodoex/api",
"version": "3.0.0-taiko.1",
"version": "3.0.0-taiko.4",
"description": "DODO API Kit",
"source": "src/index.ts",
"types": "dist/index.d.ts",
Expand Down
18 changes: 9 additions & 9 deletions packages/dodoex-api/src/chainConfig/contractConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,17 +251,17 @@ const contractMap: {
DODO_DPP_PROXY: '0xB4f2E70DE64F94116A6e93ff4dF2D020E91e7a63',
},
[ChainId.TAIKO]: {
MULTI_CALL: '',
DODO_APPROVE: '',
ERC20_HELPER: '',
MULTI_CALL: '0x388371233439cF57bB8C9f2e4835954841cfCb15',
DODO_APPROVE: '0x2629E610dB4AC081c108cCDf8b19ED39D702df43',
ERC20_HELPER: '0x0c76F95a2952DC171B26b152f2b30cA8968e79D5',

ROUTE_V2_DATA_FETCH: '',
ROUTE_V1_DATA_FETCH: '',
CALLEE_HELPER: '',
ROUTE_V2_DATA_FETCH: '0xC7EaBEc77Be175432DC20c0056Cce4c2C78B84F3',
ROUTE_V1_DATA_FETCH: '0x187210CE04F5B3179F0e483FCf292c34BA7568Dd',
CALLEE_HELPER: '0x94B66F3156353a12A6004d098A16F2fCfF9E8348',

DODO_PROXY: '',
DODO_DSP_PROXY: '',
DODO_DPP_PROXY: '',
DODO_PROXY: '0x7fB45a8AcA7DD30a136569B5E3eb7E1F1f0235a0',
DODO_DSP_PROXY: '0x928e9762B5223d5A2ac1F5b13E8A61907aCaa9Bd',
DODO_DPP_PROXY: '0x38886EDE1Fc92886F9a11C37a1f5e75474858eaa',
},
};

Expand Down
4 changes: 2 additions & 2 deletions packages/dodoex-widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dodoex/widgets",
"version": "3.0.0-taiko.2",
"version": "3.0.0-taiko.9",
"description": "DODO Widgets",
"source": "src/index.tsx",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -141,4 +141,4 @@
"ts-jest": "^29.0.1",
"typescript": "^4.7.3"
}
}
}

0 comments on commit dac2c5e

Please sign in to comment.