Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
chiro-hiro committed Mar 20, 2024
1 parent a1649ab commit eb916db
Show file tree
Hide file tree
Showing 11 changed files with 5,399 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,4 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
artifacts/
16 changes: 16 additions & 0 deletions compiler_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

{
"language": "Solidity",
"settings": {
"optimizer": {
"enabled": true,
"runs": 1000
},
"outputSelection": {
"*": {
"": ["ast"],
"*": ["abi", "metadata", "devdoc", "userdoc", "storageLayout", "evm.legacyAssembly", "evm.bytecode", "evm.deployedBytecode", "evm.methodIdentifiers", "evm.gasEstimates", "evm.assembly"]
}
}
}
}
Loading

0 comments on commit eb916db

Please sign in to comment.