File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ export default {
139
139
const balanceTracker = createAptosBalanceTracker ( {
140
140
address : account . address ( ) . toString ( ) ,
141
141
endpoint,
142
- network : "aptos" , // You might want to extract network name from config
142
+ network : "aptos" ,
143
143
updateInterval : pushingFrequency ,
144
144
metrics,
145
145
logger : logger . child ( { module : "AptosBalanceTracker" } ) ,
Original file line number Diff line number Diff line change @@ -178,12 +178,10 @@ export default {
178
178
179
179
// Create and start the balance tracker if metrics are enabled
180
180
if ( metrics ) {
181
- // For Sui, we'll use a simple network identification approach
182
- // In the future, this could be improved by querying the network directly
183
181
const balanceTracker = createSuiBalanceTracker ( {
184
182
client : suiClient ,
185
183
address : suiAddress ,
186
- network : "sui" , // Simply use "sui" as the network name for now
184
+ network : "sui" ,
187
185
updateInterval : pushingFrequency ,
188
186
metrics,
189
187
logger,
You can’t perform that action at this time.
0 commit comments