viem
Version:
30 lines • 845 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.eos = void 0;
const defineChain_js_1 = require("../../utils/chain/defineChain.js");
exports.eos = (0, defineChain_js_1.defineChain)({
id: 17777,
name: 'EOS EVM',
nativeCurrency: {
decimals: 18,
name: 'EOS',
symbol: 'EOS',
},
rpcUrls: {
default: { http: ['https://api.evm.eosnetwork.com'] },
},
blockExplorers: {
default: {
name: 'EOS EVM Explorer',
url: 'https://explorer.evm.eosnetwork.com',
apiUrl: 'https://explorer.evm.eosnetwork.com/api',
},
},
contracts: {
multicall3: {
address: '0xca11bde05977b3631167028862be2a173976ca11',
blockCreated: 7943933,
},
},
});
//# sourceMappingURL=eos.js.map
;