From ad6ec0b80dad83344ce202c8f54e35fa6006d558 Mon Sep 17 00:00:00 2001 From: Prasoon180 <101745026+Prasoon180@users.noreply.github.com> Date: Sat, 16 Jul 2022 12:46:19 +0530 Subject: [PATCH] Update truffle-config.js --- screencast/223-personal-tokens/truffle-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screencast/223-personal-tokens/truffle-config.js b/screencast/223-personal-tokens/truffle-config.js index ea70f8f586..5affee6094 100644 --- a/screencast/223-personal-tokens/truffle-config.js +++ b/screencast/223-personal-tokens/truffle-config.js @@ -82,7 +82,7 @@ module.exports = { // Configure your compilers compilers: { solc: { - version: "0.7.0", // Fetch exact version from solc-bin (default: truffle's version) + version: "0.9.0", // Fetch exact version from solc-bin (default: truffle's version) // docker: true, // Use "0.5.1" you've installed locally with docker (default: false) // settings: { // See the solidity docs for advice about optimization and evmVersion // optimizer: {