Skip to content

Commit

Permalink
default source id in mint script 0
Browse files Browse the repository at this point in the history
  • Loading branch information
rykci committed Oct 21, 2022
1 parent a7fcd2b commit 2bea6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk-test/mintAsset.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require('dotenv').config('./.env')
const { mcsSDK } = require('js-mcs-sdk')

async function main() {
const SOURCE_FILE_UPLOAD_ID = null
const SOURCE_FILE_UPLOAD_ID = 0
const IPFS_URL = ''
const NFT = {
name: 'NFT_NAME',
Expand Down

0 comments on commit 2bea6bb

Please sign in to comment.