We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd49cd commit 0c71efaCopy full SHA for 0c71efa
test-foundry/L1AtomicTokenBridgeCreator.t.sol
@@ -942,7 +942,7 @@ contract L1AtomicTokenBridgeCreatorTest is Test {
942
} else {
943
nativeToken = ERC20(address(new USDC_Mock(decimals)));
944
}
945
- ERC20PresetMinterPauser(address(nativeToken)).mint(deployer, type(uint128).max);
+ ERC20PresetMinterPauser(address(nativeToken)).mint(deployer, type(uint160).max);
946
947
bridge.initialize(IOwnable(address(rollup)), address(nativeToken));
948
inbox.initialize(IBridge(address(bridge)), ISequencerInbox(makeAddr("sequencerInbox")));
0 commit comments