mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Merge pull request #13806 from ethereum/fix-pooltogether-failing-test
Pin v4-core dependecy to fix failing exteral pooltogether test
This commit is contained in:
		
						commit
						e06f3b2c46
					
				| @ -69,6 +69,9 @@ function pool_together_test | ||||
|     force_hardhat_compiler_settings "$config_file" "$(first_word "$SELECTED_PRESETS")" "$config_var" | ||||
|     yarn install | ||||
| 
 | ||||
|     # TODO: Remove this when https://github.com/pooltogether/v4-core/issues/287 gets fixed. | ||||
|     npm install @pooltogether/pooltogether-rng-contracts@1.4.0 | ||||
| 
 | ||||
|     # These come with already compiled artifacts. We want them recompiled with latest compiler. | ||||
|     rm -r node_modules/@pooltogether/yield-source-interface/artifacts/ | ||||
|     rm -r node_modules/@pooltogether/uniform-random-number/artifacts/ | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user