From 2ebf2c5c51c1859668a5ec35b0b1dae16720a5b6 Mon Sep 17 00:00:00 2001 From: Vladimir Domnich Date: Sun, 19 Nov 2023 11:06:32 +0400 Subject: [PATCH] Update data link to the new repository Signed-off-by: Vladimir Domnich --- l4/player/player_contract.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/l4/player/player_contract.go b/l4/player/player_contract.go index 461b178..cab1063 100644 --- a/l4/player/player_contract.go +++ b/l4/player/player_contract.go @@ -19,9 +19,8 @@ func _deploy(data interface{}, isUpdate bool) { return } - // TODO: change url to point to the new repository after we merge PR ctx := storage.GetContext() - storeURL := "https://git.frostfs.info/vdomnich-yadro/oracle-demo/raw/branch/master/data.json" + storeURL := "https://git.frostfs.info/Web3N3/web3-course/raw/branch/master/l4/data.json" storage.Put(ctx, storeURLKey, storeURL) } -- 2.45.2