Skip to content

Commit

Permalink
Merge pull request #39 from router-protocol/fix/hyperliquid-chain
Browse files Browse the repository at this point in the history
fix:hyperliquid chain data
  • Loading branch information
jayeshbhole-rp authored Jan 6, 2025
2 parents b0cba65 + fa78d3d commit 7871d3e
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 7871d3e

Please sign in to comment.