Skip to content

Commit 8434bea

Browse files
authored
Update DeployAndConfigure1155ExampleToken.s.sol
1 parent ab47e6c commit 8434bea

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

script/DeployAndConfigure1155ExampleToken.s.sol

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,19 @@ import { OrderType } from "seaport-types/src/lib/ConsiderationEnums.sol";
3434

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

40-
// Addresses: SeaDrop
40+
// Creator payout address
4141
address creator = 0x1108f964b384f1dCDa03658B24310ccBc48E226F;
42+
// OpenSea fee recipient, don't change this
4243
address feeRecipient = 0x0000a26b00c1F0DF003000390027140000fAa719;
4344

4445
// Token config
4546
uint256 maxSupply = 100;
4647

4748
// Drop config
48-
uint16 feeBps = 500; // 5%
49+
uint16 feeBps = 1_000; // 10%
4950
uint80 mintPrice = 0.0001 ether;
5051
uint16 maxTotalMintableByWallet = 25;
5152

0 commit comments

Comments
 (0)