We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d583e commit e6e5470Copy full SHA for e6e5470
packages/bridging/src/providers/near-intents/util.test.ts
@@ -18,7 +18,7 @@ describe('Near Intents Utils', () => {
18
expect(adaptToken(tokenResponse)).toStrictEqual({
19
chainId: SupportedChainId.MAINNET,
20
decimals: 18,
21
- address: WRAPPED_NATIVE_CURRENCIES[SupportedChainId.MAINNET],
+ address: WRAPPED_NATIVE_CURRENCIES[SupportedChainId.MAINNET].address,
22
name: 'ETH',
23
symbol: 'ETH',
24
})
0 commit comments