chore: merge main

This commit is contained in:
TAMARA LIPOWSKI
2025-01-22 09:51:50 -05:00
6 changed files with 40 additions and 34 deletions

View File

@@ -1,16 +1,6 @@
use std::{env, str::FromStr};
use lazy_static::lazy_static;
use num_bigint::BigUint;
use tycho_core::{dto::ProtocolComponent, Bytes};
lazy_static! {
pub static ref PROPELLER_ROUTER_ADDRESS: Bytes = Bytes::from_str(
&env::var("ROUTER_ADDRESS").expect("Missing ROUTER_ADDRESS in environment"),
)
.expect("Invalid ROUTER_ADDRESS");
}
#[derive(Clone)]
#[allow(dead_code)]
pub struct Solution {