-
Hello :)
In almost all my projects, being php, js, ts... I'm using `dotenv` to store some constants that may differ depending on the environment.
But because having to prefix or suffix the env…
-
I was debugging and testing some libraries and contracts using hardhat with hardhat-ethers. The docs [Library Linking](https://hardhat.org/plugins/nomiclabs-hardhat-ethers.html#library-linking) mentio…
-
The value of the `gas` config of the Hardhat network is equal to the block gas limit by default. For the rest of the networks, the default value is `"auto"`, which means that `eth_estimateGas` is used…
-
# Lines of code
https://github.com/code-423n4/2022-05-alchemix/blob/main/contracts-hardhat/gALCX.sol#L73-L76
# Vulnerability details
## Impact
An attacker can make the contract unusable when total…
-
As of now the `deployment.ts` format is very basic
```ts
export const address = '5Ga8H7rtX66J3fn754cnTX1ZfCxZxwxzaZuqy5mfTRAfifQi'
export const blockNumber = 1
```
But this is not very futur…
-
https://github.com/nomiclabs/hardhat/blob/master/packages/hardhat-vyper/src/compilation.ts#L104
In `fsExtra.pathExists` the file lookup is not correct.
It searches for `/artifacts/SomeContract.jso…
-
Using Remix's local web3 provider to debug transactions submitted to a local hardhat node fails with the following error:
`debug_storageRangeAt - Method not supported`
Searching for `debug_stora…
-
It would make sense to rename this monorepo from "sapphire-paratime" to just "sapphire" (i.e. https://github.com/oasisprotocol/sapphire-paratime/ -> https://github.com/oasisprotocol/sapphire/) and cal…
-
**Describe the bug**
When I'm deploying multiple ERC20, after it I have deployment data only for the latest one being deployed
```bash
deploying "ERC20PresetMinterPauser" (tx: 0x7bdb49486025e1966e9…
-
Hardhat contract needs to be compiled to run the app. EcmaScript error is fixed.