From 38b9bf98ac940b5d01ce604b09faca53c44c4f1c Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Fri, 26 Jun 2020 15:05:49 +1000 Subject: [PATCH] Update testnet-dir (#1301) --- common/eth2_testnet_config/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/eth2_testnet_config/build.rs b/common/eth2_testnet_config/build.rs index 38fab42a79..91ab57960b 100644 --- a/common/eth2_testnet_config/build.rs +++ b/common/eth2_testnet_config/build.rs @@ -41,7 +41,7 @@ pub fn get_all_files() -> Result<(), String> { pub fn get_file(filename: &str) -> Result<(), String> { let url = format!( - "https://raw.githubusercontent.com/sigp/witti/ff9ff43ba4f15fe50838d832daabd284ab1124df/altona/lighthouse/{}", + "https://raw.githubusercontent.com/sigp/witti/a48ea2d68a87db93aa7fd482461418496ed4347d/altona/lighthouse/{}", filename );