UNPKG

viem

Version:

TypeScript Interface for Ethereum

31 lines 943 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.assetChainTestnet = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.assetChainTestnet = (0, defineChain_js_1.defineChain)({ id: 42_421, name: 'AssetChain Testnet', nativeCurrency: { decimals: 18, name: 'Real World Asset', symbol: 'RWA', }, rpcUrls: { default: { http: ['https://enugu-rpc.assetchain.org'] }, }, blockExplorers: { default: { name: 'Asset Chain Testnet Explorer', url: 'https://scan-testnet.assetchain.org', apiUrl: 'https://scan-testnet.assetchain.org/api', }, }, testnet: true, contracts: { multicall3: { address: '0x989F832D35988cb5e3eB001Fa2Fe789469EC31Ea', blockCreated: 17177, }, }, }); //# sourceMappingURL=assetChainTestnet.js.map