@robertprp/intents-sdk
Version:
Shogun Network Intent-based cross-chain swaps SDK
24 lines (22 loc) • 421 B
text/typescript
import { defineChain } from 'viem';
export const hyperEVM = defineChain({
id: 999,
name: 'HyperEVM',
nativeCurrency: {
decimals: 18,
name: 'HyperEVM',
symbol: 'HYPE',
},
rpcUrls: {
default: {
http: ['https://rpc.hyperliquid.xyz/evm'],
},
},
blockExplorers: {
default: {
name: 'HyperEVM Explorer',
url: 'https://hyperevmscan.io/',
},
},
testnet: false,
});