UNPKG

viem

Version:

TypeScript Interface for Ethereum

19 lines 456 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.arc = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.arc = (0, defineChain_js_1.defineChain)({ id: 5042, name: 'Arc', nativeCurrency: { name: 'USDC', symbol: 'USDC', decimals: 18, }, rpcUrls: { default: { http: [], }, }, }); //# sourceMappingURL=arc.js.map