Skip to content

Commit

Permalink
Merge pull request #54 from lidofinance/feature/extra-nor-factories
Browse files Browse the repository at this point in the history
simple DVT related factories
  • Loading branch information
bulbozaur committed Apr 22, 2024
2 parents a4d54dc + 12bfab3 commit f62f107
Show file tree
Hide file tree
Showing 54 changed files with 9,920 additions and 3,575 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -9,4 +9,5 @@ reports/
.vscode
.pytest_cache
node_modules
/contracts_flattened
/contracts_flattened
logs
15 changes: 7 additions & 8 deletions brownie-config.yaml
@@ -1,17 +1,16 @@
networks:
default: development
development:
cmd: ganache-cli
cmd: ./ganache.sh
host: http://127.0.0.1
timeout: 120
cmd_settings:
port: 8545
gas_limit: 12000000
accounts: 10
evm_version: istanbul
mnemonic: brownie
fork: mainnet

accounts: 10
evm_version: berlin
fork: mainnet
gas_limit: 30000000
mnemonic: brownie
port: 8545
compiler:
solc:
version: 0.8.6
Expand Down
6 changes: 6 additions & 0 deletions bytecode-verificator/SHA256SUMS
@@ -0,0 +1,6 @@
d619d4f5d8fd988bc63262407e749e905ccc8d8ab1ccf0280da1d12b918894ce ./compilers/solc-darwin-0.8.9
f851f11fad37496baabaf8d6cb5c057ca0d9754fddb7a351ab580d7fd728cb94 ./compilers/solc-linux-0.8.9
86ee99f64fc7e36bfa046169b6a4d4c10eb35017ed11e0c970f01223b2f5db36 ./compilers/solc-darwin-0.8.6
abd5c4f3f262bc3ed7951b968c63f98e83f66d9a5c3568ab306eac49250aec3e ./compilers/solc-linux-0.8.6
7034c4048bc713d5c14cdd6681953c736e2adbdb9174f8bfbfb6a097109ffaaa ./compilers/solc-darwin-0.4.24
665675b9e0431c2572d59d6a7112afbdc752732ea0ce9aecf1a1855f28e02a09 ./compilers/solc-linux-0.4.24
Binary file added bytecode-verificator/binary.dat
Binary file not shown.

0 comments on commit f62f107

Please sign in to comment.