viem
Version:
21 lines • 571 B
JavaScript
import { defineChain } from '../../utils/chain/defineChain.js';
export const oneWorld = /*#__PURE__*/ defineChain({
id: 309075,
name: 'One World Chain Mainnet',
nativeCurrency: {
decimals: 18,
name: 'OWCT',
symbol: 'OWCT',
},
rpcUrls: {
default: { http: ['https://mainnet-rpc.oneworldchain.org'] },
},
blockExplorers: {
default: {
name: 'One World Explorer',
url: 'https://mainnet.oneworldchain.org',
},
},
testnet: false,
});
//# sourceMappingURL=oneWorld.js.map