Skip to content

Commit

Permalink
Peg OZ test to specific commit version
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-matic committed Jun 21, 2023
1 parent 3ecf968 commit 6a8545b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/externalTests/zeppelin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ function test_fn { npm test; }
function zeppelin_test
{
local repo="https://github.com/OpenZeppelin/openzeppelin-contracts.git"
local ref_type=branch
local ref="master"
#TODO Revert back to master when https://github.com/OpenZeppelin/openzeppelin-contracts/issues/4349 is fixed.
local ref_type=commit
local ref="002a7c8812e73c282b91e14541ce9b93a6de1172"
local config_file="hardhat.config.js"

local compile_only_presets=(
Expand Down

0 comments on commit 6a8545b

Please sign in to comment.