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) }