UNPKG

emmet.sdk

Version:
21 lines 666 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.athens3 = void 0; const chains_1 = require("../logos/chains"); exports.athens3 = { bridge: '', logo: chains_1.LOGO_ZETA_CHAIN, id: 7000, name: 'ZetaChain Mainnet', network: 'ZetaChain', nativeCurrency: { name: 'ZETA', symbol: 'ZETA', decimals: 18 }, rpcUrls: { default: { http: ['https://api.mainnet.zetachain.com/evm'] }, public: { http: ['https://api.mainnet.zetachain.com/evm'] }, }, blockExplorers: { default: { name: 'ZetaChain Explorer', url: '' }, }, testnet: false }; //# sourceMappingURL=zetachain.js.map