opstack-kit-chains
Version:
Support your OP-Stack network with 'opstack-kit'
23 lines • 669 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.redstone = void 0;
const defineChain_js_1 = require("../../utils/chain/defineChain.js");
exports.redstone = (0, defineChain_js_1.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
;