fix: Replicate a real Uniswap X order in integration test

Took 16 minutes
This commit is contained in:
Diana Carvalho
2025-07-09 11:36:15 +01:00
committed by TAMARA LIPOWSKI
parent d2ba255417
commit 96d0bf4ba5
3 changed files with 30 additions and 26 deletions

View File

@@ -43,6 +43,10 @@ pub fn pepe() -> Bytes {
Bytes::from_str("0x6982508145454Ce325dDbE47a25d4ec3d2311933").unwrap()
}
pub fn usdt() -> Bytes {
Bytes::from_str("0xdAC17F958D2ee523a2206206994597C13D831ec7").unwrap()
}
pub fn get_signer() -> PrivateKeySigner {
// Set up a mock private key for signing (Alice's pk in our contract tests)
let private_key =