emmet.sdk
Version:
Emmet.Bridge SDK library
38 lines • 1.05 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.basegoerli = void 0;
const chains_1 = require("../logos/chains");
exports.basegoerli = {
bridge: '0x6b30f76CecE9F92D27f0e9Ad78312E77709E74A5',
logo: chains_1.LOGO_BASE,
id: 84531,
network: 'base-goerli',
name: 'Base Goerli',
nativeCurrency: { name: 'Goerli Ether', symbol: 'BETH', decimals: 18 },
rpcUrls: {
default: {
http: ['https://goerli.base.org'],
},
public: {
http: ['https://goerli.base.org'],
},
},
blockExplorers: {
etherscan: {
name: 'Basescan',
url: 'https://goerli.basescan.org',
},
default: {
name: 'Basescan',
url: 'https://goerli.basescan.org',
},
},
contracts: {
multicall3: {
address: '0xca11bde05977b3631167028862be2a173976ca11',
blockCreated: 1376988,
},
},
testnet: true,
};
//# sourceMappingURL=basegoerli.js.map