File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed
Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -138,15 +138,6 @@ locals {
138138 SOLANA_PRIVATE_KEY = local.mark_config.solana.privateKey
139139 SOLANA_RPC_URL = local.mark_config.solana.rpcUrl
140140 SOLANA_SIGNER_ADDRESS = local.mark_config.solanaSignerAddress
141- # ptUSDe SPL token mint on Solana (from SSM config)
142- PTUSDE_SOLANA_MINT = local.mark_config.solana.ptUsdeMint
143-
144- # Threshold-based rebalancing configuration
145- # Values in native token units (9 decimals for ptUSDe, 6 decimals for USDC)
146- # TODO: Update values after testing
147- PTUSDE_SOLANA_THRESHOLD = " 5000000000" # 5 ptUSDe (testing)
148- PTUSDE_SOLANA_TARGET = " 10000000000" # 10 ptUSDe (testing)
149- SOLANA_USDC_MAX_REBALANCE_AMOUNT = " 100000000" # 100 USDC (testing)
150141 }
151142 )
152143
Original file line number Diff line number Diff line change @@ -137,15 +137,6 @@ locals {
137137 SOLANA_PRIVATE_KEY = local.mark_config.solana.privateKey
138138 SOLANA_RPC_URL = local.mark_config.solana.rpcUrl
139139 SOLANA_SIGNER_ADDRESS = local.mark_config.solanaSignerAddress
140- # ptUSDe SPL token mint on Solana (from SSM config)
141- PTUSDE_SOLANA_MINT = local.mark_config.solana.ptUsdeMint
142-
143- # Threshold-based rebalancing configuration
144- # Values in native token units (9 decimals for ptUSDe, 6 decimals for USDC)
145- # TODO: Update values after testing
146- PTUSDE_SOLANA_THRESHOLD = " 5000000000" # 5 ptUSDe (testing)
147- PTUSDE_SOLANA_TARGET = " 10000000000" # 10 ptUSDe (testing)
148- SOLANA_USDC_MAX_REBALANCE_AMOUNT = " 100000000" # 100 USDC (testing)
149140 }
150141 )
151142
You can’t perform that action at this time.
0 commit comments