diff --git a/store.go b/store.go index 649e500..9d715e1 100644 --- a/store.go +++ b/store.go @@ -20,7 +20,7 @@ func _deploy(data interface{}, isUpdate bool) { } ctx := storage.GetContext() - storeURL := "" + storeURL := "https://git.frostfs.info/Web3N3/store/src/branch/master/data.json" storage.Put(ctx, storeURLKey, storeURL) }