viem
Version:
21 lines • 668 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.taikoTestnetSepolia = void 0;
const defineChain_js_1 = require("../../utils/chain/defineChain.js");
exports.taikoTestnetSepolia = (0, defineChain_js_1.defineChain)({
id: 167005,
name: 'Taiko (Alpha-3 Testnet)',
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
rpcUrls: {
default: {
http: ['https://rpc.test.taiko.xyz'],
},
},
blockExplorers: {
default: {
name: 'blockscout',
url: 'https://explorer.test.taiko.xyz',
},
},
});
//# sourceMappingURL=taikoTestnetSepolia.js.map
;