Skip to content

Commit e515051

Browse files
committed
fix: remove unused env
1 parent 83ca310 commit e515051

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

ops/mainnet/mark/config.tf

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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

ops/mainnet/mason/config.tf

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)