Vtalike

Results 14 issues of Vtalike

This PR replaces ``npx hardhat`` command with ``npx hardhat init``. - To create a hardhat project, ``npx hardhat`` is deprecated. Instead ``npx hardhat init`` is used. - To create the...

Hey there I am using the node version `v18.13.0`, and when I cloned this repository and tried to run `yarn install` I got this error: `[email protected]: The engine "node" is...

Bumps [hardhat](https://github.com/nomiclabs/hardhat) from 2.9.3 to 2.13.0. Release notes Sourced from hardhat's releases. Hardhat v2.13.0 — ES Modules and compiling with viaIR This new version of Hardhat adds two long-awaited features:...

# What ❔ Add a getter for the mode (Validium or Rollup for the moment) for the server to be able to cross-check said mode to avoid inconsistencies in the...

# ERC20CreatorFixedPriceSaleStrategy - allows using USDC, USDT & other ERC20 tokens as payment for drops on Zora. - follows `IMinter`. - skips zora fee. How can we allow zora fee...

There's no need to initialize `uint256 lower` with 0 and use some additional gas in the process, cuz the default value of 'uint' is always 0 _最初由 @0xScratch 在 https://github.com/lens-protocol/core/pull/180...

update NEO token logo _最初由 @store5555 在 https://github.com/syncswap/token-icons/pull/16 发布_

The build containers were updated with #186, this updates the last layer as well. _最初由 @mdehoog 在 https://github.com/base-org/node/pull/188 发布_

_最初由 @z2trillion 在 https://github.com/scroll-tech/zkevm-circuits/pull/1118 发布_

I run this in a new notebook: ```python try: raise ValueError except Exception as e: pass ``` and I get this error: ```python --------------------------------------------------------------------------- ValueError Traceback (most recent call last)...