@shogun-sdk/money-legos
Version:
Shogun Money Legos: clients and types for quotes, memes, prices, balances, fees, validations, etc.
25 lines • 622 B
JavaScript
import { defineChain } from 'viem';
export const HyperEVM = defineChain({
id: 999,
name: 'HyperEVM',
nativeCurrency: {
decimals: 18,
name: 'HYPE',
symbol: 'HYPE',
},
rpcUrls: {
default: {
http: ['https://rpc.hyperliquid.xyz/evm'],
},
},
blockExplorers: {
default: { name: 'Hyperscan', url: 'https://www.hyperscan.com' },
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 13051,
},
},
});
//# sourceMappingURL=viemChains.custom.js.map