viem
Version:
24 lines (22 loc) • 541 B
text/typescript
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,
},
},
})