@@ -68,9 +68,8 @@ describe('sendTransaction', () => {
6868 expect ( transactionIndex ) . toBeDefined ( )
6969 expect ( transaction ) . toMatchInlineSnapshot ( `
7070 {
71- "aaAuthorizationList": [],
7271 "accessList": [],
73- "authorizationList": undefined ,
72+ "authorizationList": [] ,
7473 "calls": [
7574 {
7675 "data": "0xdeadbeef",
@@ -145,9 +144,8 @@ describe('sendTransaction', () => {
145144 expect ( transactionIndex ) . toBeDefined ( )
146145 expect ( transaction ) . toMatchInlineSnapshot ( `
147146 {
148- "aaAuthorizationList": [],
149147 "accessList": [],
150- "authorizationList": undefined ,
148+ "authorizationList": [] ,
151149 "data": undefined,
152150 "feePayerSignature": undefined,
153151 "feeToken": "0x20c0000000000000000000000000000000000001",
@@ -210,9 +208,8 @@ describe('sendTransaction', () => {
210208 expect ( transactionIndex ) . toBeDefined ( )
211209 expect ( transaction ) . toMatchInlineSnapshot ( `
212210 {
213- "aaAuthorizationList": [],
214211 "accessList": [],
215- "authorizationList": undefined ,
212+ "authorizationList": [] ,
216213 "calls": [
217214 {
218215 "data": "0x",
@@ -325,9 +322,8 @@ describe('sendTransaction', () => {
325322 expect ( transactionIndex ) . toBeDefined ( )
326323 expect ( transaction ) . toMatchInlineSnapshot ( `
327324 {
328- "aaAuthorizationList": [],
329325 "accessList": [],
330- "authorizationList": undefined ,
326+ "authorizationList": [] ,
331327 "calls": [
332328 {
333329 "data": "0xdeadbeef",
@@ -410,9 +406,8 @@ describe('sendTransaction', () => {
410406 expect ( transactionIndex ) . toBeDefined ( )
411407 expect ( transaction ) . toMatchInlineSnapshot ( `
412408 {
413- "aaAuthorizationList": [],
414409 "accessList": [],
415- "authorizationList": undefined ,
410+ "authorizationList": [] ,
416411 "data": undefined,
417412 "feePayerSignature": undefined,
418413 "feeToken": "0x20c0000000000000000000000000000000000001",
@@ -478,9 +473,8 @@ describe('sendTransaction', () => {
478473 expect ( transactionIndex ) . toBeDefined ( )
479474 expect ( transaction ) . toMatchInlineSnapshot ( `
480475 {
481- "aaAuthorizationList": [],
482476 "accessList": [],
483- "authorizationList": undefined ,
477+ "authorizationList": [] ,
484478 "calls": [
485479 {
486480 "data": "0x",
@@ -608,9 +602,8 @@ describe('sendTransaction', () => {
608602 expect ( transactionIndex ) . toBeDefined ( )
609603 expect ( transaction ) . toMatchInlineSnapshot ( `
610604 {
611- "aaAuthorizationList": [],
612605 "accessList": [],
613- "authorizationList": undefined ,
606+ "authorizationList": [] ,
614607 "calls": [
615608 {
616609 "data": "0xdeadbeef",
@@ -814,9 +807,8 @@ describe('sendTransaction', () => {
814807 expect ( transactionIndex ) . toBeDefined ( )
815808 expect ( transaction ) . toMatchInlineSnapshot ( `
816809 {
817- "aaAuthorizationList": [],
818810 "accessList": [],
819- "authorizationList": undefined ,
811+ "authorizationList": [] ,
820812 "calls": [
821813 {
822814 "data": "0xdeadbeef",
@@ -903,9 +895,8 @@ describe('sendTransaction', () => {
903895 expect ( transactionIndex ) . toBeDefined ( )
904896 expect ( transaction ) . toMatchInlineSnapshot ( `
905897 {
906- "aaAuthorizationList": [],
907898 "accessList": [],
908- "authorizationList": undefined ,
899+ "authorizationList": [] ,
909900 "data": undefined,
910901 "feePayerSignature": undefined,
911902 "feeToken": "0x20c0000000000000000000000000000000000001",
@@ -975,9 +966,8 @@ describe('sendTransaction', () => {
975966 expect ( transactionIndex ) . toBeDefined ( )
976967 expect ( transaction ) . toMatchInlineSnapshot ( `
977968 {
978- "aaAuthorizationList": [],
979969 "accessList": [],
980- "authorizationList": undefined ,
970+ "authorizationList": [] ,
981971 "calls": [
982972 {
983973 "data": "0x",
@@ -1153,9 +1143,8 @@ describe('signTransaction', () => {
11531143 expect ( transactionIndex ) . toBeDefined ( )
11541144 expect ( transaction2 ) . toMatchInlineSnapshot ( `
11551145 {
1156- "aaAuthorizationList": [],
11571146 "accessList": [],
1158- "authorizationList": undefined ,
1147+ "authorizationList": [] ,
11591148 "calls": [
11601149 {
11611150 "data": "0xdeadbeef",
@@ -1326,9 +1315,8 @@ describe('relay', () => {
13261315 expect ( transactionIndex ) . toBeDefined ( )
13271316 expect ( transaction ) . toMatchInlineSnapshot ( `
13281317 {
1329- "aaAuthorizationList": [],
13301318 "accessList": [],
1331- "authorizationList": undefined ,
1319+ "authorizationList": [] ,
13321320 "calls": [
13331321 {
13341322 "data": "0xe789744400000000000000000000000020c0000000000000000000000000000000000001",
@@ -1457,9 +1445,8 @@ describe('relay', () => {
14571445 expect ( transactionIndex ) . toBeDefined ( )
14581446 expect ( transaction ) . toMatchInlineSnapshot ( `
14591447 {
1460- "aaAuthorizationList": [],
14611448 "accessList": [],
1462- "authorizationList": undefined ,
1449+ "authorizationList": [] ,
14631450 "calls": [
14641451 {
14651452 "data": "0xe789744400000000000000000000000020c0000000000000000000000000000000000001",
@@ -1569,9 +1556,8 @@ describe('relay', () => {
15691556 expect ( transactionIndex ) . toBeDefined ( )
15701557 expect ( transaction ) . toMatchInlineSnapshot ( `
15711558 {
1572- "aaAuthorizationList": [],
15731559 "accessList": [],
1574- "authorizationList": undefined ,
1560+ "authorizationList": [] ,
15751561 "calls": [
15761562 {
15771563 "data": "0xe789744400000000000000000000000020c0000000000000000000000000000000000001",
0 commit comments