Skip to content

Commit

Permalink
fix: starknet test
Browse files Browse the repository at this point in the history
  • Loading branch information
omricohen1 committed Sep 16, 2024
1 parent 28807ce commit 2a4b0a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/api-resources/starknet/transaction.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ describe('resource transaction', () => {
nonce: '0xc',
sender_address: '0x1840b3c89a446c74a3962647a2a7fb449d83905c4511027dfa9e099c6886691',
version: 3,
account_deployment_data: ['string', 'string', 'string'],
account_deployment_data: [],
nonce_data_availability_mode: 0,
paymaster_data: ['string', 'string', 'string'],
paymaster_data: [],
},
block_number: '0xa12e3',
options: ['validation', 'simulation'],
Expand Down

0 comments on commit 2a4b0a6

Please sign in to comment.