@reservoir0x/relay-kit-ui
Version:
Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.
13 lines • 391 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.chainIdToAlchemyNetworkMap = void 0;
exports.chainIdToAlchemyNetworkMap = {
1: 'eth-mainnet',
5: 'eth-goerli',
10: 'opt-mainnet',
8453: 'base-mainnet',
84532: 'base-sepolia',
42161: 'arb-mainnet',
11155111: 'eth-sepolia'
};
//# sourceMappingURL=chainIdToAlchemyNetworkMap.js.map