Skip to content

Commit

Permalink
fix:hyperliquid chain data
Browse files Browse the repository at this point in the history
  • Loading branch information
Laukik-11 committed Jan 6, 2025
1 parent b0cba65 commit fa78d3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/src/chains/evm/hyperliquid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { EVMChain } from '../../types/index.js';

export const hyperliquid: EVMChain = {
id: 998,
name: 'hyperliquid',
name: 'Hyperliquid',
type: 'evm',
nativeCurrency: {
decimals: 6,
Expand All @@ -17,7 +17,7 @@ export const hyperliquid: EVMChain = {
blockExplorers: {
default: {
name: 'Hyperliquid explorer',
url: 'http://hypurrscan.io/',
url: 'https://arbiscan.io',
},
},
contracts: {
Expand Down

0 comments on commit fa78d3d

Please sign in to comment.