viem
Version:
17 lines • 508 B
JavaScript
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,
});
//# sourceMappingURL=orderly.js.map