Skip to content

Commit

Permalink
hotfix: update create-dubhe sui 101 testnet deploy problem
Browse files Browse the repository at this point in the history
  • Loading branch information
vladilen11 committed Nov 25, 2024
1 parent cfdbf98 commit deff9bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/create-dubhe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-dubhe",
"version": "0.0.5",
"version": "0.0.6",
"type": "module",
"license": "MIT",
"author": "[email protected]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async function updateDubheMoveToml(projectName: string) {

content = content.replace(
/Dubhe = \{[^}]+\}/,
`Dubhe = { git = "https://github.com/0xobelisk/dubhe.git", rev = "release-dubhe-v1.0.0-rc1" }`,
`Dubhe = { git = "https://github.com/0xobelisk/dubhe-framework.git", rev = "release-dubhe-v1.0.0-rc1" }`,
);

content = content.replace(/^dubhe\s+=\s+"0x[0-9a-fA-F]+"/m, `dubhe = "${TESTNET_FRAMEWORK_ID}"`);
Expand Down

0 comments on commit deff9bd

Please sign in to comment.