@solsdk/xswap_sdk
Version:
Universal cross-chain swaps SDK
23 lines • 552 B
JavaScript
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: 'http://hypurrscan.io', // Replace with actual explorer URL
},
},
testnet: false,
});
//# sourceMappingURL=hyperevm.js.map