Skip to content

Commit fc01fe4

Browse files
committed
chore: fix test
1 parent 5d840d3 commit fc01fe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/bridging/src/providers/near-intents/util.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ETH_ADDRESS, SupportedChainId, WRAPPED_NATIVE_CURRENCIES } from '@cowprotocol/sdk-config'
1+
import { ETH_ADDRESS, NATIVE_CURRENCY_ADDRESS, SupportedChainId } from '@cowprotocol/sdk-config'
22
import { TokenResponse } from '@defuse-protocol/one-click-sdk-typescript'
33

44
import { adaptToken, getTokenByAddressAndChainId } from './util'
@@ -18,7 +18,7 @@ describe('Near Intents Utils', () => {
1818
expect(adaptToken(tokenResponse)).toStrictEqual({
1919
chainId: SupportedChainId.MAINNET,
2020
decimals: 18,
21-
address: WRAPPED_NATIVE_CURRENCIES[SupportedChainId.MAINNET].address,
21+
address: NATIVE_CURRENCY_ADDRESS,
2222
name: 'ETH',
2323
symbol: 'ETH',
2424
})

0 commit comments

Comments
 (0)