Quick fix of prb-math

This commit is contained in:
Rodrigo Q. Saramago 2022-11-30 16:24:44 +01:00
parent ca204c8b05
commit 0fb04432fa
No known key found for this signature in database
GPG Key ID: 9B36B2525704A359

View File

@ -39,7 +39,9 @@ function prb_math_test
{ {
local repo="https://github.com/paulrberg/prb-math" local repo="https://github.com/paulrberg/prb-math"
local ref_type=branch local ref_type=branch
local ref=main # We currently pin the prb-math version to the latest version that support hardhat
# Please see here for details: https://github.com/ethereum/solidity/issues/13767
local ref=v2.5.0
local config_file="hardhat.config.ts" local config_file="hardhat.config.ts"
local config_var="config" local config_var="config"