@f5i23q999d/cow-sdk
Version:
<p align="center"> <img width="400" src="https://github.com/cowprotocol/cow-sdk/raw/main/docs/images/CoW.png" /> </p>
53 lines • 1.6 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.sepolia = void 0;
const types_1 = require("../types.js");
const tokens_1 = require("../../common/consts/tokens.js");
const path_1 = require("../const/path.js");
const sepoliaLogo = `${path_1.RAW_CHAINS_FILES_PATH}/images/sepolia-logo.svg`;
/**
* Sepolia chain info.
*
* See also https://github.com/wevm/viem/blob/main/src/chains/definitions/sepolia.ts
*/
exports.sepolia = {
id: types_1.SupportedChainId.SEPOLIA,
label: 'Sepolia',
nativeCurrency: {
...tokens_1.nativeCurrencyTemplate,
chainId: types_1.SupportedChainId.SEPOLIA,
},
addressPrefix: 'sep',
isTestnet: true,
contracts: {
multicall3: {
address: '0xca11bde05977b3631167028862be2a173976ca11',
blockCreated: 751532,
},
ensRegistry: { address: '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e' },
ensUniversalResolver: {
address: '0xc8Af999e38273D658BE1b921b88A9Ddf005769cC',
blockCreated: 5317080,
},
},
rpcUrls: {
default: {
http: ['https://sepolia.drpc.org'],
},
},
color: '#C12FF2',
logo: { light: sepoliaLogo, dark: sepoliaLogo },
website: {
name: 'Ethereum',
url: 'https://sepolia.dev',
},
docs: {
name: 'Sepolia Docs',
url: 'https://ethereum.org/en/developers/docs/networks/#sepolia',
},
blockExplorer: {
name: 'Etherscan',
url: 'https://sepolia.etherscan.io',
},
};
//# sourceMappingURL=sepolia.js.map