mirror of
https://github.com/zhigang1992/liquid-stacking.git
synced 2026-01-12 17:23:23 +08:00
fix: gruesome mistake
This commit is contained in:
@@ -99,7 +99,7 @@ async function deployPlan(): Promise<PlanItem[]> {
|
||||
}
|
||||
return {
|
||||
contractName: item['contract-name'],
|
||||
codeBody: replaceMainnetToTestnetAddresses(deployCodeBody),
|
||||
codeBody: deployCodeBody,
|
||||
path: item.path,
|
||||
clarityVersion: item['clarity-version']
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user