Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Allow large contracts on local networks #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

juztamau5
Copy link

@juztamau5 juztamau5 commented Feb 12, 2023

Description

After merging Ultrachess/contracts#1 I noticed that deployment was failing when running against this repo. The problem is that some of the DeFi dependencies, in particular Uniswap V3, have large contracts that require allowUnlimitedContractSize set to true.

How has this been tested?

Before, attempting to deploy the DeFi contracts gave the error:

Error: Transaction reverted: trying to deploy a contract whose code is too large

After, contracts deploy successfully.

Fixes error:

  Error: Transaction reverted: trying to deploy a contract whose code is too large
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant