Skip to content

Commit 4509421

Browse files
authored
Update standard-bridge-custom-token.sol
1 parent 61644f0 commit 4509421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/tutorials/standard-bridge-custom-token.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
pragma solidity 0.8.15;
2+
pragma solidity 0.8.20;
33

44
// Import the standard ERC20 implementation from OpenZeppelin
55
import { ERC20 } from "@openzeppelin/contracts/token/ERC20/ERC20.sol";
@@ -187,4 +187,4 @@ contract MyCustomL2Token is IOptimismMintableERC20, ILegacyMintableERC20, ERC20,
187187
return BRIDGE;
188188
}
189189
}
190-
```
190+
```

0 commit comments

Comments
 (0)