viem
Version:
31 lines • 872 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.unreal = void 0;
const defineChain_js_1 = require("../../utils/chain/defineChain.js");
exports.unreal = (0, defineChain_js_1.defineChain)({
id: 18233,
name: 'Unreal',
nativeCurrency: {
name: 'reETH',
decimals: 18,
symbol: 'reETH',
},
rpcUrls: {
default: { http: ['https://rpc.unreal-orbit.gelato.digital'] },
},
blockExplorers: {
default: {
name: 'Unreal Explorer',
url: 'https://unreal.blockscout.com',
apiUrl: 'https://unreal.blockscout.com/api/v2',
},
},
testnet: true,
contracts: {
multicall3: {
address: '0x8b6B0e60D8CD84898Ea8b981065A12F876eA5677',
blockCreated: 1745,
},
},
});
//# sourceMappingURL=unreal.js.map
;