Skip to content
Merged
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
5 changes: 5 additions & 0 deletions .changeset/weak-guests-fry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"thirdweb": patch
---

create2 factory for neura testnet
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ const CUSTOM_GAS_FOR_CHAIN: Record<string, CustomChain> = {

const FACTORIES: Record<string, string> = {
"88888": "0xc501b9abf5540de1dd24f66633b1ecf35ff7101f",
"267": "0x4e59b44847b379578588920cA78FbF26c0B4956C",
"420120000": COMMON_FACTORY_ADDRESS,
"420120001": COMMON_FACTORY_ADDRESS, // EIP155 is enforced, but the check fails, hence we hardcode the address here instead of computing dynamically
};
Expand Down
Loading