From e4d6de422993c42cff8490620bd7d3bb9a5d08c7 Mon Sep 17 00:00:00 2001 From: Jongwon Park Date: Tue, 27 Feb 2024 17:25:53 -0700 Subject: [PATCH] Update Package to use Beta tag (#7) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1047927..d9eee92 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dependencies": { "@openzeppelin/contracts": "5.0.1", "@openzeppelin/contracts-upgradeable": "5.0.1", - "@storyprotocol/contracts": "https://github.com/storyprotocol/protocol-core#beta-rc5" + "@storyprotocol/contracts": "https://github.com/storyprotocol/protocol-core#v1.0.0-beta" } }