diff --git a/lesson-6/chapter-3/cryptozombies_abi.js b/lesson-6/chapter-3/cryptozombies_abi.js index f4603c6..ca5a02f 100644 --- a/lesson-6/chapter-3/cryptozombies_abi.js +++ b/lesson-6/chapter-3/cryptozombies_abi.js @@ -269,6 +269,7 @@ var cryptoZombiesABI = [ "stateMutability": "view", "type": "function" }, + { "constant": false, "inputs": [ { @@ -438,4 +439,3 @@ var cryptoZombiesABI = [ "type": "event" } ] - \ No newline at end of file