Skip to content

Commit

Permalink
Merge pull request #41 from owen-reorg/main
Browse files Browse the repository at this point in the history
feat: add Tether USDT to testnet whitelist
  • Loading branch information
owen-reorg authored Sep 27, 2024
2 parents e8b3c5e + b270517 commit d1daff0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bot.testnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ whitelist-l2-token-list = [
"0xCF712f20c85421d00EAa1B6F6545AaEEb4492B75", # USDT
"0x845E27B8A4ad1Fe3dc0b41b900dC8C1Bb45141C3", # USDC
"0xf46896fbEf6478eaCcFB1C815915daa7e6f87b22", # DAI
"0x2C58b64b4BA448A9b60e9398E58d17F1824da962" # tBEP20
"0x2C58b64b4BA448A9b60e9398E58d17F1824da962", # tBEP20
"0xBA15af85B7Dd7BF17b61c357fA73104959acbd18" # Tether USDT
]
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 d1daff0

Please sign in to comment.