UNPKG

opstack-kit-chains

Version:
27 lines (25 loc) 584 B
import { defineChain } from '../../utils/chain/defineChain.js' export const opBNB = /*#__PURE__*/ defineChain({ id: 204, name: 'opBNB', nativeCurrency: { name: 'BNB', symbol: 'BNB', decimals: 18, }, rpcUrls: { default: { http: ['https://opbnb-mainnet-rpc.bnbchain.org'] }, }, blockExplorers: { default: { name: 'opbnbscan', url: 'https://mainnet.opbnbscan.com', }, }, contracts: { multicall3: { address: '0xcA11bde05977b3631167028862bE2a173976CA11', blockCreated: 512881, }, }, })