aodhgan

Results 3 issues of aodhgan

npm start gives the error: > [email protected] start /Users/agleeson/typescript-koa-example > tsc && node src/index.js node_modules/typeorm/connection/Connection.d.ts:40:28 - error TS1039: Initializers are not allowed in ambient contexts. 40 readonly isConnected = false;...

Cool repo. In the case of (create2-based) SneakyAuction, at auction end you could potentially deploy preset bytecode to transfer/sweep an ERC20 to the highest bidder, and similarly for withdrawing to...

trying to build this repo, steps: `git clone https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades --recursive` `forge install foundry-rs/forge-std forge install OpenZeppelin/openzeppelin-foundry-upgrades forge install OpenZeppelin/[email protected] forge install OpenZeppelin/[email protected]` Set the following in remappings.txt: @openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/ @openzeppelin/contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/contracts/ ```...