Skip to content

Commit b9e129e

Browse files
authored
Change BSC RPC URL (#42)
1 parent 6794b67 commit b9e129e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testing/WormholeRelayerTest.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ abstract contract WormholeRelayerTest is Test {
298298
name: "bsc testnet",
299299
url: vm.envOr(
300300
"BSC_TESTNET_RPC_URL",
301-
string("https://bsc-testnet.public.blastapi.io")
301+
string("https://bsc-testnet-rpc.publicnode.com/")
302302
),
303303
relayer: IWormholeRelayer(
304304
0x80aC94316391752A193C1c47E27D382b507c93F3

0 commit comments

Comments
 (0)