Skip to content

Commit 34b19d1

Browse files
committed
lint
1 parent 24b7ee1 commit 34b19d1

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

tests/e2e/e2e_test.go

-26
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ var (
5858
newNode2NodeID = ""
5959
pausedNodeURI = ""
6060
pausedNodeName = "node1"
61-
createdSubnetID = ""
62-
elasticAssetID = ""
6361
newSubnetID = ""
6462
customNodeConfigs = map[string]string{
6563
"node1": `{"api-admin-enabled":true}`,
@@ -73,36 +71,12 @@ var (
7371
numNodes = uint32(5)
7472
subnetParticipants = []string{"node1", "node2", "node3"}
7573
newParticipantNode = "new_participant_node"
76-
delegateeNode = "permissionlessNode"
7774
subnetParticipants2 = []string{"node1", "node2", newParticipantNode}
7875
existingNodes = []string{"node1", "node2", "node3", "node4", "node5"}
7976
disjointNewSubnetParticipants = [][]string{
8077
{"n0", "n1", "n2", "n3", "n4"},
8178
{"n5", "n6", "n7", "n8", "n9"},
8279
}
83-
testElasticSubnetConfig = rpcpb.ElasticSubnetSpec{
84-
SubnetId: "",
85-
AssetName: "BLIZZARD",
86-
AssetSymbol: "BRRR",
87-
InitialSupply: 240000000,
88-
MaxSupply: 720000000,
89-
MinConsumptionRate: 100000,
90-
MaxConsumptionRate: 120000,
91-
MinValidatorStake: 2000,
92-
MaxValidatorStake: 3000000,
93-
MinStakeDuration: 14 * 24,
94-
MaxStakeDuration: 365 * 24,
95-
MinDelegationFee: 20000,
96-
MinDelegatorStake: 25,
97-
MaxValidatorWeightFactor: 5,
98-
UptimeRequirement: 0.8 * 1_000_000,
99-
}
100-
101-
testValidatorConfig = rpcpb.PermissionlessStakerSpec{
102-
StakedTokenAmount: 2000,
103-
StartTime: time.Now().Add(1 * time.Hour).UTC().Format(server.TimeParseLayout),
104-
StakeDuration: 336,
105-
}
10680
)
10781

10882
func init() {

0 commit comments

Comments
 (0)