UNPKG

viem

Version:

TypeScript Interface for Ethereum

18 lines (16 loc) 432 B
import { defineChain } from '../../utils/chain/defineChain.js' export const orderly = /*#__PURE__*/ defineChain({ id: 291, name: 'Orderly', nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 }, rpcUrls: { default: { http: ['https://rpc.orderly.network'] }, }, blockExplorers: { default: { name: 'Orderly Explorer', url: 'https://explorer.orderly.network', }, }, testnet: false, })