Skip to content

Commit

Permalink
minor config changes and bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
godmodegalactus committed Nov 6, 2024
1 parent e8f7123 commit 4a7d092
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/autobahn-router/template-config-eclipse.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ request_timeout_in_seconds = 300
[[sources.grpc_sources]]
name = "router-eclipse"
connection_string = "$RPC_HTTP_URL_WITHOUT_TOKEN"
token = "$AMS_RPC_TOKEN"
token = "$RPC_TOKEN"
retry_connection_sleep_secs = 30

[price_feed]
Expand Down
1 change: 0 additions & 1 deletion lib/dex-orca/src/orca_dex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ impl OrcaDex {
let tick_arrays = filtered_pools
.iter()
.map(|(pk, wp)| {
println!("whirlpool : {pk}, {}", wp.tick_spacing);
whirlpool_tick_array_pks(wp, pk, program_id)
})
.collect_vec();
Expand Down
2 changes: 1 addition & 1 deletion lib/router-feed-lib/src/get_program_account.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ pub async fn get_uncompressed_program_account_rpc(
with_context: Some(true),
account_config: RpcAccountInfoConfig {
encoding: Some(UiAccountEncoding::Base64),
min_context_slot: Some(slot),
min_context_slot: None,
commitment: config.account_config.commitment,
data_slice: config.account_config.data_slice,
},
Expand Down

0 comments on commit 4a7d092

Please sign in to comment.