Skip to content

Commit ef15ba7

Browse files
[SDK] Pass through authorizationList for injected providers (#8036)
1 parent a724bc3 commit ef15ba7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.changeset/twelve-ducks-beg.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+
pass through authorizationList for injected providers

packages/thirdweb/src/wallets/injected/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,8 @@ function createAccount({
199199
};
200200
const params = [
201201
{
202+
...tx,
202203
...gasFees,
203-
accessList: tx.accessList,
204-
data: tx.data,
205204
from: this.address,
206205
gas: tx.gas ? numberToHex(tx.gas) : undefined,
207206
nonce: tx.nonce ? numberToHex(tx.nonce) : undefined,

0 commit comments

Comments
 (0)