Skip to content

Commit 8a89cd3

Browse files
authored
use checksummed 1.6 address (#141)
<!-- Borrowed from foundry. Thank you for your Pull Request. Please provide a description above and review the requirements below. Bug fixes and new features should include tests. --> ## Motivation <!-- Explain the context and why you're making that change. What is the problem you're trying to solve? In some cases there is not a problem and this can be thought of as being the motivation for your change. If your PR solves a particular issue, tag that issue. --> ## Solution <!-- Summarize the solution and provide any necessary context needed to understand the code change. -->
1 parent 8434bea commit 8a89cd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/DeployAndConfigure1155ExampleToken.s.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import { OrderType } from "seaport-types/src/lib/ConsiderationEnums.sol";
3434

3535
contract DeployAndConfigure1155ExampleToken is Script {
3636
// Addresses: Seaport
37-
address seaport = 0x0000000000000068f116a894984e2db1123eb395;
37+
address seaport = 0x0000000000000068F116a894984e2DB1123eB395;
3838
address conduit = 0x1E0049783F008A0085193E00003D00cd54003c71;
3939

4040
// Creator payout address

0 commit comments

Comments
 (0)