@ledgerhq/coin-tester-evm 1.11.0-nightly.20251120023735 → 1.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,7 +15,7 @@ if (!usdcOnPolygon)
15
15
  throw new Error("USDC on Polygon token not found");
16
16
  const USDC_ON_POLYGON = usdcOnPolygon;
17
17
  const yootContract = "0x670fd103b1a08628e9557cD66B87DeD841115190";
18
- const yootTokenId = "1988";
18
+ const yootTokenId = "1953";
19
19
  const emberContract = "0xa5511E9941E303101b50675926Fd4d9c1A8a8805";
20
20
  const platinumTokenId = "4";
21
21
  const makeScenarioTransactions = ({ address, strategy, }) => {