Skip to content

Commit

Permalink
fix(e2e tests): fix eth address in address e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago Pittella authored and Santiago Pittella committed Apr 10, 2024
1 parent b05d179 commit 2b0cdcc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/api/test/address.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ describe("AddressController (e2e)", () => {
balance: "34500",
token: {
decimals: 18,
l1Address: "0x0000000000000000000000000000000000000000",
l1Address: "0x0000000000000000000000000000000000000001",
l2Address: "0x000000000000000000000000000000000000800A",
name: "Ether",
symbol: "ETH",
Expand Down Expand Up @@ -468,7 +468,7 @@ describe("AddressController (e2e)", () => {
balance: "34500",
token: {
decimals: 18,
l1Address: "0x0000000000000000000000000000000000000000",
l1Address: "0x0000000000000000000000000000000000000001",
l2Address: "0x000000000000000000000000000000000000800A",
name: "Ether",
symbol: "ETH",
Expand Down Expand Up @@ -537,7 +537,7 @@ describe("AddressController (e2e)", () => {
balance: "34500",
token: {
decimals: 18,
l1Address: "0x0000000000000000000000000000000000000000",
l1Address: "0x0000000000000000000000000000000000000001",
l2Address: "0x000000000000000000000000000000000000800A",
name: "Ether",
symbol: "ETH",
Expand Down Expand Up @@ -606,7 +606,7 @@ describe("AddressController (e2e)", () => {
balance: "34500",
token: {
decimals: 18,
l1Address: "0x0000000000000000000000000000000000000000",
l1Address: "0x0000000000000000000000000000000000000001",
l2Address: "0x000000000000000000000000000000000000800A",
name: "Ether",
symbol: "ETH",
Expand Down Expand Up @@ -677,7 +677,7 @@ describe("AddressController (e2e)", () => {
balance: "34500",
token: {
decimals: 18,
l1Address: "0x0000000000000000000000000000000000000000",
l1Address: "0x0000000000000000000000000000000000000001",
l2Address: "0x000000000000000000000000000000000000800A",
name: "Ether",
symbol: "ETH",
Expand Down Expand Up @@ -1225,7 +1225,7 @@ describe("AddressController (e2e)", () => {
to: "0x91d0a23f34e535e44Df8Ba84c53a0945cf0eEB60",
token: {
l2Address: "0x000000000000000000000000000000000000800A",
l1Address: "0x0000000000000000000000000000000000000000",
l1Address: "0x0000000000000000000000000000000000000001",
symbol: "ETH",
name: "Ether",
decimals: 18,
Expand All @@ -1236,7 +1236,7 @@ describe("AddressController (e2e)", () => {
tokenAddress: "0x000000000000000000000000000000000000800A",
transactionHash: "0x8a008b8dbbc18035e56370abb820e736b705d68d6ac12b203603db8d9ea87e11",
type: "transfer",
tokenType: "ETH",
tokenType: "BASETOKEN",
isInternal: false,
},
{
Expand Down

0 comments on commit 2b0cdcc

Please sign in to comment.