viem
Version:
18 lines (16 loc) • 432 B
text/typescript
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,
})