Skip to content

Commit d5d5939

Browse files
committed
Update factory (#8301)
<!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR introduces a patch for the `thirdweb` package, adding a new factory address for the `create2` deployment on the Neura testnet. ### Detailed summary - Added a new factory address for `267`: `0x4e59b44847b379578588920cA78FbF26c0B4956C` to the `FACTORIES` record in `create-2-factory.ts`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added support for Neura testnet in Create2 factory deployments. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 9a4b1cb commit d5d5939

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/weak-guests-fry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
create2 factory for neura testnet

packages/thirdweb/src/contract/deployment/utils/create-2-factory.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ const CUSTOM_GAS_FOR_CHAIN: Record<string, CustomChain> = {
321321

322322
const FACTORIES: Record<string, string> = {
323323
"88888": "0xc501b9abf5540de1dd24f66633b1ecf35ff7101f",
324+
"267": "0x4e59b44847b379578588920cA78FbF26c0B4956C",
324325
"420120000": COMMON_FACTORY_ADDRESS,
325326
"420120001": COMMON_FACTORY_ADDRESS, // EIP155 is enforced, but the check fails, hence we hardcode the address here instead of computing dynamically
326327
};

0 commit comments

Comments
 (0)