Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Feb 9, 2025
1 parent c4bf37d commit fbe383f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
10 changes: 0 additions & 10 deletions src/experimental/eip5792/actions/sendCalls.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,31 +154,26 @@ test('default', async () => {
{
"calls": [
{
"chainId": "0x1",
"data": undefined,
"to": "0x70997970c51812dc3a010c7d01b50e0d17dc79c8",
"value": "0xde0b6b3a7640000",
},
{
"chainId": "0x1",
"data": undefined,
"to": "0x3c44cdddb6a900fa2b585dd299e03d12fa4293bc",
"value": undefined,
},
{
"chainId": "0x1",
"data": "0xcafebabe",
"to": "0x90f79bf6eb2c4f870365e785982e1f101e93b906",
"value": "0x56bc75e2d63100000",
},
{
"chainId": "0x1",
"data": "0x1249c58b",
"to": "0xFBA3912Ca04dd458c843e2EE08967fC04f3579c2",
"value": undefined,
},
{
"chainId": "0x1",
"data": "0x1249c58b",
"to": "0xFBA3912Ca04dd458c843e2EE08967fC04f3579c2",
"value": undefined,
Expand Down Expand Up @@ -244,31 +239,26 @@ test('behavior: chain on client', async () => {
{
"calls": [
{
"chainId": "0x1",
"data": undefined,
"to": "0x70997970c51812dc3a010c7d01b50e0d17dc79c8",
"value": "0xde0b6b3a7640000",
},
{
"chainId": "0x1",
"data": undefined,
"to": "0x3c44cdddb6a900fa2b585dd299e03d12fa4293bc",
"value": undefined,
},
{
"chainId": "0x1",
"data": "0xcafebabe",
"to": "0x90f79bf6eb2c4f870365e785982e1f101e93b906",
"value": "0x56bc75e2d63100000",
},
{
"chainId": "0x1",
"data": "0x1249c58b",
"to": "0xFBA3912Ca04dd458c843e2EE08967fC04f3579c2",
"value": undefined,
},
{
"chainId": "0x1",
"data": "0x1249c58b",
"to": "0xFBA3912Ca04dd458c843e2EE08967fC04f3579c2",
"value": undefined,
Expand Down
3 changes: 0 additions & 3 deletions src/experimental/eip5792/actions/writeContracts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,19 +139,16 @@ test('default', async () => {
{
"calls": [
{
"chainId": "0x1",
"data": "0x1249c58b",
"to": "0xFBA3912Ca04dd458c843e2EE08967fC04f3579c2",
"value": undefined,
},
{
"chainId": "0x1",
"data": "0x1249c58b",
"to": "0xFBA3912Ca04dd458c843e2EE08967fC04f3579c2",
"value": undefined,
},
{
"chainId": "0x1",
"data": "0x1249c58b",
"to": "0xFBA3912Ca04dd458c843e2EE08967fC04f3579c2",
"value": undefined,
Expand Down

0 comments on commit fbe383f

Please sign in to comment.