Skip to content

Commit 7807b20

Browse files
committed
update daimo sig
1 parent 65138f4 commit 7807b20

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

fe/src/daimo.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pub struct PaymentLink {
4242
pub url: String,
4343
}
4444

45-
static INTENT_FINISHED : &str = "IntentFinished(address indexed intentAddr, address indexed destinationAddr, bool indexed success,(uint256 toChainId, (address token, uint256 amount)[] bridgeTokenOutOptions, (address token, uint256 amount) finalCallToken, (address to, uint256 value, bytes data) finalCall, address escrow, address refundAddress, uint256 nonce) intent)";
45+
static INTENT_FINISHED : &str = "IntentFinished(address indexed intentAddr, address indexed destinationAddr, bool indexed success,(uint256 toChainId, (address token, uint256 amount)[] bridgeTokenOutOptions, (address token, uint256 amount) finalCallToken, (address to, uint256 value, bytes data) finalCall, address bridger, address escrow, address refundAddress, uint256 nonce, uint256 expiration) intent)";
4646

4747
impl Client {
4848
pub fn new(daimo_key: Option<String>, is_key: Option<String>) -> Client {
@@ -93,6 +93,7 @@ impl Client {
9393
}
9494

9595
pub async fn check(&self, daimo_id: &str) -> Result<Option<String>, shared::Error> {
96+
tracing::info!("checking for daimo payment: {}", nonce(daimo_id));
9697
let res: Vec<Row> = self
9798
.is
9899
.query(

0 commit comments

Comments
 (0)