Skip to content

Commit c692dbb

Browse files
committed
test: update USDC symbol in test for Worldchain
1 parent 90df2f0 commit c692dbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/index.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,7 @@ test("parse a swap on Worldchain (USDC.e for WLD) with Settler", async () => {
13091309

13101310
expect(result).toEqual({
13111311
tokenIn: {
1312-
symbol: "USDC.e",
1312+
symbol: "USDC",
13131313
amount: "0.8",
13141314
address: "0x79A02482A880bCE3F13e09Da970dC34db4CD24d1",
13151315
},
@@ -1344,7 +1344,7 @@ test("parse a swap on Worldchain (ETH for USDC.e) with Settler", async () => {
13441344
address: NATIVE_TOKEN_ADDRESS,
13451345
},
13461346
tokenOut: {
1347-
symbol: "USDC.e",
1347+
symbol: "USDC",
13481348
amount: "3.332454",
13491349
address: "0x79A02482A880bCE3F13e09Da970dC34db4CD24d1",
13501350
},

0 commit comments

Comments
 (0)