viem
Version:
51 lines • 1.57 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.garnet = void 0;
const chainConfig_js_1 = require("../../op-stack/chainConfig.js");
const defineChain_js_1 = require("../../utils/chain/defineChain.js");
const sourceId = 17000;
exports.garnet = (0, defineChain_js_1.defineChain)({
...chainConfig_js_1.chainConfig,
name: 'Garnet Testnet',
testnet: true,
id: 17069,
sourceId,
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
rpcUrls: {
default: {
http: ['https://rpc.garnetchain.com'],
webSocket: ['wss://rpc.garnetchain.com'],
},
},
blockExplorers: {
default: {
name: 'Blockscout',
url: 'https://explorer.garnetchain.com',
},
},
contracts: {
...chainConfig_js_1.chainConfig.contracts,
multicall3: {
address: '0xca11bde05977b3631167028862be2a173976ca11',
},
portal: {
[sourceId]: {
address: '0x57ee40586fbE286AfC75E67cb69511A6D9aF5909',
blockCreated: 1274684,
},
},
l2OutputOracle: {
[sourceId]: {
address: '0xCb8E7AC561b8EF04F2a15865e9fbc0766FEF569B',
blockCreated: 1274684,
},
},
l1StandardBridge: {
[sourceId]: {
address: '0x09bcDd311FE398F80a78BE37E489f5D440DB95DE',
blockCreated: 1274684,
},
},
},
});
//# sourceMappingURL=garnet.js.map
;