58
58
newNode2NodeID = ""
59
59
pausedNodeURI = ""
60
60
pausedNodeName = "node1"
61
- createdSubnetID = ""
62
- elasticAssetID = ""
63
61
newSubnetID = ""
64
62
customNodeConfigs = map [string ]string {
65
63
"node1" : `{"api-admin-enabled":true}` ,
@@ -73,36 +71,12 @@ var (
73
71
numNodes = uint32 (5 )
74
72
subnetParticipants = []string {"node1" , "node2" , "node3" }
75
73
newParticipantNode = "new_participant_node"
76
- delegateeNode = "permissionlessNode"
77
74
subnetParticipants2 = []string {"node1" , "node2" , newParticipantNode }
78
75
existingNodes = []string {"node1" , "node2" , "node3" , "node4" , "node5" }
79
76
disjointNewSubnetParticipants = [][]string {
80
77
{"n0" , "n1" , "n2" , "n3" , "n4" },
81
78
{"n5" , "n6" , "n7" , "n8" , "n9" },
82
79
}
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
- }
106
80
)
107
81
108
82
func init () {
0 commit comments