[Error Code: 1101] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: error: cannot deploy invalid contract --> fe9de12ea625e78c7772d7996b8ab63daa4105ac0831e4009ea75ddfe2ca258e:3:2 | 3 | signer.contracts.update(name: name, code: code.decodeHex()) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: too few arguments --> 8a8f352692c473a0.ExampleNFT:143:27 | 143 | return MetadataViews.EVMBridgedMetadata( 144 | name: contractLevel.name, 145 | symbol: contractLevel.symbol, 146 | // uri: MetadataViews.URI( 147 | // baseURI: baseURI, // defining baseURI results in a concatenation of baseURI and value 148 | // value: self.id.toString().concat(".json") 149 | // ) 150 | ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected at least 3, got 2
Loading...
Loading...
Happy diving into the flow Remember to upgrade your contracts to 1.0!