opstack-kit-chains
Version:
Support your OP-Stack network with 'opstack-kit'
20 lines • 542 B
JavaScript
import { defineChain } from '../../utils/chain/defineChain.js';
export const redstone = defineChain({
id: 690,
name: 'Redstone',
nativeCurrency: {
decimals: 18,
name: 'Ether',
symbol: 'ETH',
},
rpcUrls: {
default: {
http: ['https://rpc.redstonechain.com'],
webSocket: ['wss://rpc.redstonechain.com'],
},
},
blockExplorers: {
default: { name: 'Explorer', url: ' https://explorer.redstone.xyz' },
},
});
//# sourceMappingURL=redstone.js.map