We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a724bc3 commit ef15ba7Copy full SHA for ef15ba7
.changeset/twelve-ducks-beg.md
@@ -0,0 +1,5 @@
1
+---
2
+"thirdweb": patch
3
4
+
5
+pass through authorizationList for injected providers
packages/thirdweb/src/wallets/injected/index.ts
@@ -199,9 +199,8 @@ function createAccount({
199
};
200
const params = [
201
{
202
+ ...tx,
203
...gasFees,
- accessList: tx.accessList,
204
- data: tx.data,
205
from: this.address,
206
gas: tx.gas ? numberToHex(tx.gas) : undefined,
207
nonce: tx.nonce ? numberToHex(tx.nonce) : undefined,
0 commit comments