mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Quick fix of prb-math
This commit is contained in:
parent
ca204c8b05
commit
0fb04432fa
@ -39,7 +39,9 @@ function prb_math_test
|
||||
{
|
||||
local repo="https://github.com/paulrberg/prb-math"
|
||||
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_var="config"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user