viem
Version:
19 lines • 517 B
JavaScript
import { defineChain } from '../../utils/chain/defineChain.js';
export const kroma = /*#__PURE__*/ defineChain({
id: 255,
name: 'Kroma',
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
rpcUrls: {
default: {
http: ['https://api.kroma.network'],
},
},
blockExplorers: {
default: {
name: 'Kroma Explorer',
url: 'https://blockscout.kroma.network',
},
},
testnet: false,
});
//# sourceMappingURL=kroma.js.map