From 2c68e221269a0340c8d211e20757cb01ad5cc7c5 Mon Sep 17 00:00:00 2001 From: Andreas <41449730+nonergodic@users.noreply.github.com> Date: Wed, 16 Oct 2024 12:16:58 -0700 Subject: [PATCH] Update docs/Testing.md Co-authored-by: scnale --- docs/Testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Testing.md b/docs/Testing.md index 4410204..6193a42 100644 --- a/docs/Testing.md +++ b/docs/Testing.md @@ -36,7 +36,7 @@ However, `CctpOverride`, rather than providing generic signing and log parsing f ### WormholeCctpSimulator -The `WormholeCctpSimulator` contract can be deployed to simulate a virtual `WormholeCctpTokenMessenger` instance on some made-up foreign chain. It uses `0xDDDDDDDD` as the circle domain of that chain, and also simulates virtual instances of Circle's TokenMessenger and USDC contract, which are correctly registered with the instances on the forked chain. The foreign Wormhole chain id and the address of the foregin sender can be set during construction. Uses `WormholeOverride` and `CctpOverride`. +The `WormholeCctpSimulator` contract can be deployed to simulate a virtual `WormholeCctpTokenMessenger` instance on some made-up foreign chain. It uses `0xDDDDDDDD` as the circle domain of that chain, and also simulates virtual instances of Circle's TokenMessenger and USDC contract, which are correctly registered with the instances on the forked chain. The foreign Wormhole chain id and the address of the foreign sender can be set during construction. Uses `WormholeOverride` and `CctpOverride`. ### UsdcDealer