You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To test the tBTC Bridge smart contracts in an Ubuntu 20.04 WSL, some modifications were required for the tests to run:
Forcing some NPM libraries to be installed (normal installation would not work)
Executing some hardhat.config.ts changes:
a. Adding the parameter allowUnlimitedContractSize: true under the Hardhat network config to avoid the test’s execution errors
b. Disabling contractSizer to prevent the tests from breaking while trying to read all the contracts with this module
The text was updated successfully, but these errors were encountered:
Reported by Least Authority auditors:
To test the tBTC Bridge smart contracts in an Ubuntu 20.04 WSL, some modifications were required for the tests to run:
hardhat.config.ts
changes:a. Adding the parameter
allowUnlimitedContractSize: true
under the Hardhat network config to avoid the test’s execution errorsb. Disabling
contractSizer
to prevent the tests from breaking while trying to read all the contracts with this moduleThe text was updated successfully, but these errors were encountered: