Skip to content

Commit

Permalink
fix: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akp111 committed Oct 3, 2023
1 parent 6737403 commit 3c6b14d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default {
icon: createSVGIcon(<ArbitrumSvg/>, 'Arbitrum Mainnet'),
},
ARBITRUM_TESTNET: {
label: 'ARBITRUMONE TESTNET',
label: 'ARBITRUM TESTNET',
icon: createSVGIcon(<ArbitrumSvg/>, 'Arbitrum Testnet'),
},
THE_GRAPH: { label: 'THE GRAPH', icon: createSVGIcon(<TheGraphSvg/>, 'The Graph') },
Expand Down

0 comments on commit 3c6b14d

Please sign in to comment.