Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebe committed Jan 30, 2025
1 parent 38c15a5 commit 6a0a195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/src/tasks/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ListrEnquirerPromptAdapter } from '@listr2/prompt-adapter-enquirer'
import { formatMas } from '@massalabs/massa-web3'
import { ListrTask } from 'listr2'

import { updateWebsite } from '../lib/index'
import { updateIndexScWebsite } from '../lib/index'
import { deployCost, deploySC } from '../lib/website/deploySC'

import { UploadCtx } from './tasks'
Expand Down Expand Up @@ -70,7 +70,7 @@ export function deploySCTask(): ListrTask {

subTask.output =
'Updating the DeWeb Index with the new SC address'
await updateWebsite(provider, ctx.sc.address)
await updateIndexScWebsite(provider, ctx.sc.address)
},
rendererOptions: {
outputBar: Infinity,
Expand Down

0 comments on commit 6a0a195

Please sign in to comment.