UNPKG

viem

Version:

TypeScript Interface for Ethereum

32 lines 1 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.bahamut = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.bahamut = (0, defineChain_js_1.defineChain)({ id: 5165, network: 'bahamut', name: 'Bahamut', nativeCurrency: { name: 'Fasttoken', symbol: 'FTN', decimals: 18 }, rpcUrls: { default: { http: [ 'https://rpc1.bahamut.io', 'https://bahamut-rpc.publicnode.com', 'https://rpc2.bahamut.io', ], webSocket: [ 'wss://ws1.sahara.bahamutchain.com', 'wss://bahamut-rpc.publicnode.com', 'wss://ws2.sahara.bahamutchain.com', ], }, }, blockExplorers: { default: { name: 'Ftnscan', url: 'https://www.ftnscan.com', apiUrl: 'https://www.ftnscan.com/api', }, }, }); //# sourceMappingURL=bahamut.js.map