Skip to content

Commit

Permalink
chore: removing unnecesary variables
Browse files Browse the repository at this point in the history
  • Loading branch information
kupermind committed Oct 24, 2024
1 parent 830380a commit 2a96a08
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/StakingContribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
const { expect } = require("chai");
const { ethers } = require("hardhat");
const helpers = require("@nomicfoundation/hardhat-network-helpers");
const safeContracts = require("@gnosis.pm/safe-contracts");

describe("Staking Contribute", function () {
let componentRegistry;
let agentRegistry;
let serviceRegistry;
let serviceRegistryTokenUtility;
let operatorWhitelist;
Expand Down

0 comments on commit 2a96a08

Please sign in to comment.