Skip to content

Commit

Permalink
Change BSC RPC URL (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsaigle authored Apr 5, 2024
1 parent 6794b67 commit b9e129e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testing/WormholeRelayerTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ abstract contract WormholeRelayerTest is Test {
name: "bsc testnet",
url: vm.envOr(
"BSC_TESTNET_RPC_URL",
string("https://bsc-testnet.public.blastapi.io")
string("https://bsc-testnet-rpc.publicnode.com/")
),
relayer: IWormholeRelayer(
0x80aC94316391752A193C1c47E27D382b507c93F3
Expand Down

0 comments on commit b9e129e

Please sign in to comment.