Skip to content

Commit

Permalink
improve: use tenderly rpc in tests (#721)
Browse files Browse the repository at this point in the history
Signed-off-by: bennett <bennett@umaproject.org>
  • Loading branch information
bmzig committed Sep 4, 2024
1 parent 896ac38 commit 020d9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe("Utils test", () => {
const relayerAddress = DEFAULT_SIMULATED_RELAYER_ADDRESS;

// @todo: Ensure that NODE_URL_1 is always defined in test CI?
const rpcUrl = process.env.NODE_URL_1 ?? "https://eth-mainnet.g.alchemy.com/v2/demo";
const rpcUrl = process.env.NODE_URL_1 ?? "https://mainnet.gateway.tenderly.co";
const provider = new providers.JsonRpcProvider(rpcUrl, 1);
const spokePool: SpokePool = SpokePool__factory.connect(spokePoolAddress, provider);

Expand Down

0 comments on commit 020d9e8

Please sign in to comment.