We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 051a8ab commit a896092Copy full SHA for a896092
1 file changed
cadence/contracts/TidalYieldClosedBeta.cdc
@@ -8,7 +8,6 @@ access(all) contract TidalYieldClosedBeta {
8
9
// --- Paths ---
10
access(all) let UserBetaCapStoragePath: StoragePath
11
- access(all) let BetaBadgeStoragePath: StoragePath
12
access(all) let AdminHandleStoragePath: StoragePath
13
access(all) let BetaBadgePublicPath: PublicPath
14
@@ -75,9 +74,6 @@ access(all) contract TidalYieldClosedBeta {
75
74
}
76
77
init() {
78
- self.BetaBadgeStoragePath = StoragePath(
79
- identifier: "TidalYieldBetaBadge_\(self.account.address)"
80
- )!
81
self.AdminHandleStoragePath = StoragePath(
82
identifier: "TidalYieldClosedBetaAdmin_\(self.account.address)"
83
)!
0 commit comments