Skip to content

Commit

Permalink
publish taiko
Browse files Browse the repository at this point in the history
  • Loading branch information
junjieit committed Oct 17, 2024
1 parent fc83119 commit 3aeb9a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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.6",
"version": "3.0.0-taiko.7",
"description": "DODO API Kit",
"source": "src/index.ts",
"types": "dist/index.d.ts",
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.13",
"version": "3.0.0-taiko.16",
"description": "DODO Widgets",
"source": "src/index.tsx",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -57,7 +57,7 @@
},
"dependencies": {
"@babel/runtime": "^7.17.0",
"@dodoex/api": ">=3.0.0-taiko.6",
"@dodoex/api": ">=3.0.0-taiko.7",
"@dodoex/components": ">=3.0.0-taiko.4",
"@dodoex/icons": "^2.0.1",
"@emotion/react": "^11.10.0",
Expand Down
1 change: 1 addition & 0 deletions packages/dodoex-widgets/src/constants/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,5 @@ export const blockTimeMap: {
[ChainId.MANTLE]: 2000,
[ChainId.SEPOLIA]: 12000,
[ChainId.DODO_CHAIN_TESTNET]: 12000,
[ChainId.TAIKO]: 12000,
};

0 comments on commit 3aeb9a1

Please sign in to comment.