From f9c723a8292cd1aeaa7abb864d5e0f570b77b39b Mon Sep 17 00:00:00 2001 From: Guillermo Bescos Date: Wed, 18 Sep 2024 17:26:30 +0100 Subject: [PATCH] cleanup import --- staking/app/StakeConnection.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/staking/app/StakeConnection.ts b/staking/app/StakeConnection.ts index 67e15758..190eb335 100644 --- a/staking/app/StakeConnection.ts +++ b/staking/app/StakeConnection.ts @@ -35,9 +35,7 @@ import { withCreateTokenOwnerRecord, } from "@solana/spl-governance"; import { - EPOCH_DURATION, GOVERNANCE_ADDRESS, - REALM_ID, STAKING_ADDRESS, WALLET_TESTER_ADDRESS, } from "./constants";