Update for nftdapp
This commit is contained in:
@@ -8,8 +8,8 @@ const MyNFT = artifacts.require("MyNFT");
|
||||
contract('Test MyNFT contract', function(accounts) {
|
||||
|
||||
let token;
|
||||
const name = "AvarCat"
|
||||
const symbol = "ACat"
|
||||
const name = "MyKlay"
|
||||
const symbol = "MKlay"
|
||||
|
||||
const account1 = accounts[1]
|
||||
const tokenId1 = 1111;
|
||||
|
||||
Reference in New Issue
Block a user