File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,6 +133,41 @@ flow transactions send ./lib/FlowALP/cadence/transactions/flow-alp/pool-governan
133133# --network mainnet --signer mainnet-flow-alp-deployer
134134# create pool
135135
136+ # ####### Stability Fee Rate ########
137+ # Set stability fee rate to 0 for internal testing
138+ flow transactions send \
139+ ./lib/FlowALP/cadence/transactions/flow-alp/pool-governance/set_stability_fee_rate.cdc \
140+ " A.1654653399040a61.FlowToken.Vault" \
141+ " 0.0" \
142+ --signer mainnet-flow-alp-deployer \
143+ --network mainnet
144+
145+ # PYUSD0
146+ flow transactions send \
147+ ./lib/FlowALP/cadence/transactions/flow-alp/pool-governance/set_stability_fee_rate.cdc \
148+ " A.1e4aa0b87d10b141.EVMVMBridgedToken_99af3eea856556646c98c8b9b2548fe815240750.Vault" \
149+ " 0.0" \
150+ --signer mainnet-flow-alp-deployer \
151+ --network mainnet
152+
153+ # WBTC (cbBTC)
154+ flow transactions send \
155+ ./lib/FlowALP/cadence/transactions/flow-alp/pool-governance/set_stability_fee_rate.cdc \
156+ " A.1e4aa0b87d10b141.EVMVMBridgedToken_717dae2baf7656be9a9b01dee31d571a9d4c9579.Vault" \
157+ " 0.0" \
158+ --signer mainnet-flow-alp-deployer \
159+ --network mainnet
160+
161+ # WETH
162+ flow transactions send \
163+ ./lib/FlowALP/cadence/transactions/flow-alp/pool-governance/set_stability_fee_rate.cdc \
164+ " A.1e4aa0b87d10b141.EVMVMBridgedToken_2f6f07cdcf3588944bf4c42ac74ff24bf56e7590.Vault" \
165+ " 0.0" \
166+ --signer mainnet-flow-alp-deployer \
167+ --network mainnet
168+
169+ # ########
170+
136171# add liquidity to pool
137172
138173# configure FlowYieldVaults
@@ -382,3 +417,4 @@ flow transactions send ./lib/FlowALP/cadence/tests/transactions/flow-alp/pool-ma
382417# --network mainnet \
383418# --signer <TEST_USER>
384419#
420+ #
You can’t perform that action at this time.
0 commit comments