Merge pull request #3140 from ethereum/fix_conf_file

fix config file
pull/3131/head
yann300 2 years ago committed by GitHub
commit dec011e262
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      apps/remix-ide-e2e/src/tests/ballot.test.ts
  2. 3
      apps/remix-ide/contracts/hardhat/compiler_config.json
  3. 3
      libs/remix-ui/solidity-compiler/src/lib/compilerConfiguration.tsx

@ -491,8 +491,7 @@ const configFile = `
"": ["ast"], "": ["ast"],
"*": ["abi", "metadata", "devdoc", "userdoc", "storageLayout", "evm.legacyAssembly", "evm.bytecode", "evm.deployedBytecode", "evm.methodIdentifiers", "evm.gasEstimates", "evm.assembly"] "*": ["abi", "metadata", "devdoc", "userdoc", "storageLayout", "evm.legacyAssembly", "evm.bytecode", "evm.deployedBytecode", "evm.methodIdentifiers", "evm.gasEstimates", "evm.assembly"]
} }
}, }
"evmVersion": "byzantium"
} }
} }
` `

@ -11,7 +11,6 @@
"": ["ast"], "": ["ast"],
"*": ["abi", "metadata", "devdoc", "userdoc", "storageLayout", "evm.legacyAssembly", "evm.bytecode", "evm.deployedBytecode", "evm.methodIdentifiers", "evm.gasEstimates", "evm.assembly"] "*": ["abi", "metadata", "devdoc", "userdoc", "storageLayout", "evm.legacyAssembly", "evm.bytecode", "evm.deployedBytecode", "evm.methodIdentifiers", "evm.gasEstimates", "evm.assembly"]
} }
}, }
"evmVersion": "byzantium"
} }
} }

@ -11,8 +11,7 @@ export const configFileContent = `
"": ["ast"], "": ["ast"],
"*": ["abi", "metadata", "devdoc", "userdoc", "storageLayout", "evm.legacyAssembly", "evm.bytecode", "evm.deployedBytecode", "evm.methodIdentifiers", "evm.gasEstimates", "evm.assembly"] "*": ["abi", "metadata", "devdoc", "userdoc", "storageLayout", "evm.legacyAssembly", "evm.bytecode", "evm.deployedBytecode", "evm.methodIdentifiers", "evm.gasEstimates", "evm.assembly"]
} }
}, }
"evmVersion": "byzantium"
} }
} }
` `
Loading…
Cancel
Save