viem
Version:
60 lines • 1.85 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.giwaSepoliaPreconf = exports.giwaSepolia = void 0;
const chainConfig_js_1 = require("../../op-stack/chainConfig.js");
const defineChain_js_1 = require("../../utils/chain/defineChain.js");
const sourceId = 11_155_111;
exports.giwaSepolia = (0, defineChain_js_1.defineChain)({
...chainConfig_js_1.chainConfig,
id: 91342,
network: 'giwa-sepolia',
name: 'GIWA Sepolia',
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
blockTime: 1_000,
rpcUrls: {
default: {
http: ['https://sepolia-rpc.giwa.io'],
},
},
blockExplorers: {
default: {
name: 'Blockscout',
url: 'https://sepolia-explorer.giwa.io',
apiUrl: 'https://sepolia-explorer.giwa.io/api',
},
},
contracts: {
...chainConfig_js_1.chainConfig.contracts,
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 0,
},
disputeGameFactory: {
[sourceId]: {
address: '0x37347caB2afaa49B776372279143D71ad1f354F6',
},
},
portal: {
[sourceId]: {
address: '0x956962C34687A954e611A83619ABaA37Ce6bC78A',
},
},
l1StandardBridge: {
[sourceId]: {
address: '0x77b2ffc0F57598cAe1DB76cb398059cF5d10A7E7',
},
},
},
testnet: true,
sourceId,
});
exports.giwaSepoliaPreconf = (0, defineChain_js_1.defineChain)({
...exports.giwaSepolia,
experimental_preconfirmationTime: 200,
rpcUrls: {
default: {
http: ['https://sepolia-rpc-flashblocks.giwa.io'],
},
},
});
//# sourceMappingURL=giwaSepolia.js.map