File tree 3 files changed +24
-16
lines changed
3 files changed +24
-16
lines changed Original file line number Diff line number Diff line change @@ -32,27 +32,29 @@ Future SeaDrop contracts are envisioned to contain additional functionality like
32
32
33
33
<tr ><td >Ethereum</td ><td rowspan =" 14 " >
34
34
35
- [ 0x0000000000comingsoon ] ( https://etherscan.io/address/0x0000000000comingsoon #code )
35
+ [ 0x00005EA00Ac477B1030CE78506496e8C2dE24bf5 ] ( https://etherscan.io/address/0x00005EA00Ac477B1030CE78506496e8C2dE24bf5 #code )
36
36
37
37
</td ></tr >
38
-
39
- <tr ><td >Rinkeby</td ></tr >
40
38
<tr ><td >Goerli</td ></tr >
41
- <tr ><td >Kovan</td ></tr >
42
- <tr ><td >Polygon</td ></tr >
43
- <tr ><td >Mumbai</td ></tr >
44
- <tr ><td >Optimism</td ></tr >
45
- <tr ><td >Optimistic Kovan</td ></tr >
46
- <tr ><td >Arbitrum</td ></tr >
47
- <tr ><td >Arbitrum Rinkeby</td ></tr >
48
- <tr ><td >Avalanche Fuji</td ></tr >
49
- <tr ><td >Avalanche C-Chain</td ></tr >
50
- <tr ><td >Gnosis Chain</td ></tr >
51
- <tr ><td >BSC</td ></tr >
52
39
</table >
53
40
54
41
To be deployed on other EVM chains, such as:
55
42
43
+ Short-term:
44
+
45
+ - Polygon
46
+ - Mumbai
47
+ - Optimism
48
+ - Optimistic Kovan
49
+ - Arbitrum
50
+ - Arbitrum Rinkeby
51
+ - Avalanche Fuji
52
+ - Avalanche C-Chain
53
+ - Gnosis Chain
54
+ - BSC
55
+
56
+ Long-term:
57
+
56
58
- Klaytn
57
59
- Baobab
58
60
- Skale
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: MIT
2
- pragma solidity ^ 0.8.11 ;
2
+ pragma solidity 0.8.17 ;
3
3
4
4
import "forge-std/Script.sol " ;
5
5
@@ -11,7 +11,7 @@ import { PublicDrop } from "../src/lib/SeaDropStructs.sol";
11
11
12
12
contract DeployAndConfigureExampleToken is Script {
13
13
// Addresses
14
- address seadrop = 0x53002b539B8eB1EDe580fc2D86640240CFfFC6B2 ;
14
+ address seadrop = 0x00005EA00Ac477B1030CE78506496e8C2dE24bf5 ;
15
15
address creator = 0x26faf8AE18d15Ed1CA0563727Ad6D4Aa02fb2F80 ;
16
16
address feeRecipient = 0x0000a26b00c1F0DF003000390027140000fAa719 ;
17
17
You can’t perform that action at this time.
0 commit comments