Skip to content

Commit

Permalink
[SDK] Update forwarder address (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaryash90 committed Dec 20, 2022
1 parent e913e0d commit 5862c55
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/cold-hornets-thank.md
@@ -0,0 +1,5 @@
---
"@thirdweb-dev/sdk": patch
---

update forwarder address
4 changes: 2 additions & 2 deletions packages/sdk/src/evm/constants/addresses.ts
Expand Up @@ -92,7 +92,7 @@ export const CONTRACT_ADDRESSES: Record<
twBYOCRegistry: "0x3E6eE864f850F5e5A98bc950B68E181Cf4010F23",
},
[ChainId.Arbitrum]: {
openzeppelinForwarder: OZ_DEFENDER_FORWARDER_ADDRESS,
openzeppelinForwarder: "0x8cbc8B5d71702032904750A66AEfE8B603eBC538",
openzeppelinForwarderEOA: "0x4f247c69184ad61036EC2Bb3213b69F10FbEDe1F",
biconomyForwarder: "0xfe0fa3C06d03bDC7fb49c892BbB39113B534fB57",
twFactory: "0xd24b3de085CFd8c54b94feAD08a7962D343E6DE0",
Expand All @@ -109,7 +109,7 @@ export const CONTRACT_ADDRESSES: Record<
twBYOCRegistry: constants.AddressZero,
},
[ChainId.Optimism]: {
openzeppelinForwarder: OZ_DEFENDER_FORWARDER_ADDRESS,
openzeppelinForwarder: "0x8cbc8B5d71702032904750A66AEfE8B603eBC538",
openzeppelinForwarderEOA: "0x7e80648EB2071E26937F9D42A513ccf4815fc702",
biconomyForwarder: "0xefba8a2a82ec1fb1273806174f5e28fbb917cf95",
twFactory: "0xd24b3de085CFd8c54b94feAD08a7962D343E6DE0",
Expand Down

0 comments on commit 5862c55

Please sign in to comment.