#snip
[[tool.snforge.fork]]
name = "AGAINRECEIVE"
# add the private key or get from sponsor provided ./sn_foundry
url = "https://starknet-sepolia.g.alchemy.com/v2/private key"
block_id.tag = "Latest"
  tests git:(main)  snforge test     
   Compiling settlement_cairo v0.1.0 (/c4a/2024-08-chakra/cairo/handler/Scarb.toml)
    Finished release target(s) in 15 seconds
[WARNING] RPC node with the url https://starknet-sepolia.g.alchemy.com/v2/private_key uses incompatible version 0.6.0. Expected version: 0.7.0


Collected 1 test(s) from settlement_cairo package
Running 1 test(s) from src/
Balance of addrs before calling receive_cross_chain_msg: 260000
Balance of addrs after calling receive_cross_chain_msg once: 390000
Balance of addrs after calling receive_cross_chain_msg second call: 520000
[PASS] settlement_cairo::tests::test_settlement::test_multiple_call (gas: ~1003)
Tests: 1 passed, 0 failed, 0 skipped, 0 ignored, 0 filtered out

Latest block number = 174196 for url = https://starknet-sepolia.g.alchemy.com/v2/private-key
 assert(self.created_tx.read(cross_chain_msg_id.try_into().unwrap()).tx_status == CrossChainMsgStatus::UNKNOW, 'tx status error');
