emmet.sdk
Version:
Emmet.Bridge SDK library
42 lines • 1.06 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.base = void 0;
const chains_1 = require("../logos/chains");
exports.base = {
bridge: '',
logo: chains_1.LOGO_BASE,
id: 8453,
network: 'base',
name: 'Base',
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
rpcUrls: {
default: {
http: ['https://mainnet.base.org'],
},
public: {
http: ['https://mainnet.base.org'],
},
},
blockExplorers: {
blockscout: {
name: 'Basescout',
url: 'https://base.blockscout.com',
},
default: {
name: 'Basescan',
url: 'https://basescan.org',
},
etherscan: {
name: 'Basescan',
url: 'https://basescan.org',
},
},
contracts: {
multicall3: {
address: '0xca11bde05977b3631167028862be2a173976ca11',
blockCreated: 5022,
},
},
testnet: false
};
//# sourceMappingURL=base.js.map