Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@
[submodule "lib/creator-token-standards"]
path = lib/creator-token-standards
url = https://github.com/limitbreakinc/creator-token-standards
[submodule "lib/absmate"]
path = lib/absmate
url = https://github.com/abstract-foundation/absmate
1 change: 1 addition & 0 deletions contracts/factory/zksync/MagicDropCloneFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {Ownable} from "solady/src/auth/Ownable.sol";
import {TokenStandard} from "contracts/common/Structs.sol";
import {MagicDropTokenImplRegistry} from "contracts/registry/MagicDropTokenImplRegistry.sol";
import {Proxy} from "contracts/factory/zksync/Proxy.sol";
// import {LibClone} from "absmate/utils/LibClone.sol";

/// @title MagicDropCloneFactory
/// @notice A factory contract for creating and managing clones of MagicDrop contracts
Expand Down
3 changes: 3 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ optimizer_runs = 777
cbor_metadata = false
bytecode_hash = "none"

[profile.default.zksync]
enable_eravm_extensions = true

[etherscan]
apechain = {key = "${VERIFICATION_API_KEY_APECHAIN}", chain = 33139, url = "https://api.apescan.io/api"}
sei = {key = "${VERIFICATION_API_KEY_SEI}", chain = 1329, url = "https://api.seiscan.io/api"}
Expand Down
1 change: 1 addition & 0 deletions lib/absmate
Submodule absmate added at 0678c9