Skip to content

Commit

Permalink
fix: replace opbnb testnet public url
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-reorg committed Sep 27, 2024
1 parent dc7e033 commit b270517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/test/L2StandardBridgeBot.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ contract L2StandardBridgeBotTest is Test {
event SentMessageExtension1(address indexed sender , uint256 value);

function setUp() public {
opbnbMainnetFork = vm.createFork("https://opbnb-testnet-rpc.bnbchain.org");
opbnbMainnetFork = vm.createFork("https://opbnb-testnet.nodereal.io/v1/e9a36765eb8a40b9bd12e680a1fd2bc5");
vm.selectFork(opbnbMainnetFork);
vm.rollFork(opbnbMainnetFork, 7125821);
bot = new L2StandardBridgeBot(payable(deployer), withdrawFee);
Expand Down

0 comments on commit b270517

Please sign in to comment.