Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
error: cannot overwrite existing contract with name "WandalsWorld" in account 0xca19a20b2507e586
--> e70ffb3c05e4314a96ba43b36c70b553fb8b0f993c4aea9480fefd9c22c17006:31:4
|
31 | deployer.contracts.add(
32 | name: contractName,
33 | code: contractCode.decodeHex(),
34 | _paymentTokenInfo: ToucansTokens.TokenInfo(ptContractName, ptContractAddress, ptSymbol, ptReceiverPath, ptPublicPath, ptStoragePath),
35 | _editDelay: editDelay,
36 | _minting: minting,
37 | _initialTreasurySupply: initialTreasurySupply,
38 | _maxSupply: maxSupply,
39 | _extra: extra
40 | )
| ^