@@ -18,8 +18,8 @@ DAO_ADDRESS=0x70997970C51812dc3A010C7d01b50e0d17dc79C8 # accounts[1] (address)
1818# ----------------------------------------------------------------------------
1919# Coprocessor
2020# ----------------------------------------------------------------------------
21- PROTOCOL_STAKING_COPRO_TOKEN_NAME = ProtocolStakingCoprocessors
22- PROTOCOL_STAKING_COPRO_TOKEN_SYMBOL = stZAMAcoprocessors
21+ PROTOCOL_STAKING_COPRO_TOKEN_NAME = " Staked ZAMA (Coprocessor) "
22+ PROTOCOL_STAKING_COPRO_TOKEN_SYMBOL = stZAMA-Coprocessor
2323PROTOCOL_STAKING_COPRO_VERSION = 1
2424
2525# Cooldown period in seconds before unstaked tokens can be released
@@ -32,8 +32,8 @@ PROTOCOL_STAKING_COPRO_REWARD_RATE=10000000000000000
3232# ----------------------------------------------------------------------------
3333# KMS
3434# ----------------------------------------------------------------------------
35- PROTOCOL_STAKING_KMS_TOKEN_NAME = ProtocolStakingKMS
36- PROTOCOL_STAKING_KMS_TOKEN_SYMBOL = stZAMAkms
35+ PROTOCOL_STAKING_KMS_TOKEN_NAME = " Staked ZAMA (KMS) "
36+ PROTOCOL_STAKING_KMS_TOKEN_SYMBOL = stZAMA-KMS
3737PROTOCOL_STAKING_KMS_VERSION = 1
3838
3939# Cooldown period in seconds before unstaked tokens can be released
@@ -52,9 +52,10 @@ PROTOCOL_STAKING_KMS_REWARD_RATE=10000000000000000
5252# The number of OperatorStaking for coprocessors must be equal to the number of addresses defined below
5353NUM_OPERATOR_STAKING_COPRO = 2
5454
55+ # ----------------------------------------------------------------------------
5556# OperatorStaking coprocessor 1
56- OPERATOR_STAKING_COPRO_TOKEN_NAME_0 = " OperatorStakingCopro1 "
57- OPERATOR_STAKING_COPRO_TOKEN_SYMBOL_0 = " stZAMAcopro1 "
57+ OPERATOR_STAKING_COPRO_TOKEN_NAME_0 = " Zama1 Staked ZAMA (Coprocessor) "
58+ OPERATOR_STAKING_COPRO_TOKEN_SYMBOL_0 = " stZAMA-Zama1-Coprocessor "
5859
5960# Initial assets (in the smallest unit of $ZAMA, using 10^18 decimals) and receiver
6061OPERATOR_STAKING_COPRO_INITIAL_DEPOSIT_ASSETS_0 = 100000000000000000000000
@@ -68,9 +69,10 @@ OPERATOR_REWARDER_COPRO_BENEFICIARY_0="0xf39Fd6e51aad88F6F4ce6aB8827279cffFb9226
6869OPERATOR_REWARDER_COPRO_MAX_FEE_0 = 2000
6970OPERATOR_REWARDER_COPRO_FEE_0 = 2000
7071
72+ # ----------------------------------------------------------------------------
7173# OperatorStaking coprocessor 2
72- OPERATOR_STAKING_COPRO_TOKEN_NAME_1 = " OperatorStakingCopro2 "
73- OPERATOR_STAKING_COPRO_TOKEN_SYMBOL_1 = " stZAMAcopro2 "
74+ OPERATOR_STAKING_COPRO_TOKEN_NAME_1 = " Zama2 Staked ZAMA (Coprocessor) "
75+ OPERATOR_STAKING_COPRO_TOKEN_SYMBOL_1 = " stZAMA-Zama2-Coprocessor "
7476
7577# Initial assets (in the smallest unit of $ZAMA, using 10^18 decimals) and receiver
7678OPERATOR_STAKING_COPRO_INITIAL_DEPOSIT_ASSETS_1 = 250000000000000000000000
@@ -90,9 +92,10 @@ OPERATOR_REWARDER_COPRO_FEE_1=1000
9092# The number of OperatorStaking for KMS must be equal to the number of addresses defined below
9193NUM_OPERATOR_STAKING_KMS = 3
9294
95+ # ----------------------------------------------------------------------------
9396# OperatorStaking KMS 1
94- OPERATOR_STAKING_KMS_TOKEN_NAME_0 = " OperatorStakingKms1 "
95- OPERATOR_STAKING_KMS_TOKEN_SYMBOL_0 = " stZAMAkms1 "
97+ OPERATOR_STAKING_KMS_TOKEN_NAME_0 = " Zama1 Staked ZAMA (KMS) "
98+ OPERATOR_STAKING_KMS_TOKEN_SYMBOL_0 = " stZAMA-Zama1-KMS "
9699
97100# Initial assets (in the smallest unit of $ZAMA, using 10^18 decimals) and receiver
98101OPERATOR_STAKING_KMS_INITIAL_DEPOSIT_ASSETS_0 = 500000000000000000000000
@@ -106,9 +109,10 @@ OPERATOR_REWARDER_KMS_BENEFICIARY_0="0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266"
106109OPERATOR_REWARDER_KMS_MAX_FEE_0 = 2000
107110OPERATOR_REWARDER_KMS_FEE_0 = 1500
108111
112+ # ----------------------------------------------------------------------------
109113# OperatorStaking KMS 2
110- OPERATOR_STAKING_KMS_TOKEN_NAME_1 = " OperatorStakingKms2 "
111- OPERATOR_STAKING_KMS_TOKEN_SYMBOL_1 = " stZAMAkms2 "
114+ OPERATOR_STAKING_KMS_TOKEN_NAME_1 = " Zama2 Staked ZAMA (KMS) "
115+ OPERATOR_STAKING_KMS_TOKEN_SYMBOL_1 = " stZAMA-Zama2-KMS "
112116
113117# Initial assets (in the smallest unit of $ZAMA, using 10^18 decimals) and receiver
114118OPERATOR_STAKING_KMS_INITIAL_DEPOSIT_ASSETS_1 = 750000000000000000000000
@@ -122,9 +126,10 @@ OPERATOR_REWARDER_KMS_BENEFICIARY_1="0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266"
122126OPERATOR_REWARDER_KMS_MAX_FEE_1 = 2000
123127OPERATOR_REWARDER_KMS_FEE_1 = 1000
124128
129+ # ----------------------------------------------------------------------------
125130# OperatorStaking KMS 3
126- OPERATOR_STAKING_KMS_TOKEN_NAME_2 = " OperatorStakingKms3 "
127- OPERATOR_STAKING_KMS_TOKEN_SYMBOL_2 = " stZAMAkms3 "
131+ OPERATOR_STAKING_KMS_TOKEN_NAME_2 = " Zama3 Staked ZAMA (KMS) "
132+ OPERATOR_STAKING_KMS_TOKEN_SYMBOL_2 = " stZAMA-Zama3-KMS "
128133
129134# Initial assets (in the smallest unit of $ZAMA, using 10^18 decimals) and receiver
130135OPERATOR_STAKING_KMS_INITIAL_DEPOSIT_ASSETS_2 = 1000000000000000000000000
0 commit comments