Skip to content

Commit 3afd29d

Browse files
author
brianshattuck
committed
Fix a lint error
1 parent d58886f commit 3afd29d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/pages/Bridge/BridgePage.tsx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,15 @@ const BridgePage: React.FC = ({}) => {
109109
{
110110
image: Nitro,
111111
chains: [eth, polygon, zkevm, manta, xlayer, Dogechain, soneium],
112-
chainNames: ['eth', 'polygon', 'zkevm', 'manta', 'xlayer', 'doge', 'soneium'],
112+
chainNames: [
113+
'eth',
114+
'polygon',
115+
'zkevm',
116+
'manta',
117+
'xlayer',
118+
'doge',
119+
'soneium',
120+
],
113121
externalLink: 'https://app.routernitro.com/swap',
114122
},
115123
{

0 commit comments

Comments
 (0)