Skip to content

Commit

Permalink
Merge pull request #172 from roiLeo/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiival committed Jan 9, 2023
2 parents 0dd8867 + 1a2952a commit 420c599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mappings/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ async function mainFrame(remark: string, context: Context): Promise<void> {
logger.pending(`[${event === RmrkEvent.MINT ? 'COLLECTION' : event}]: ${base.blockNumber}`)

if (version === '2.0.0') {
logger.star(`[RMRK::2.0.0] is not supported, please help us to make it awesome ${remark}`)
logger.start(`[RMRK::2.0.0] is not supported, please help us to make it awesome ${remark}`)
return;
}

Expand Down

0 comments on commit 420c599

Please sign in to comment.