UNPKG

@malda-protocol/protocol-config

Version:

Centralized contract addresses, constants, and token configurations for Malda Protocol

9 lines 856 B
export * from './shared/index.js'; export * as production from './production/index.js'; export * as testnet from './testnet/index.js'; export * as abis from './abis/index.js'; export type { ProtocolConfig, ProtocolAsset, UnderlyingAsset, Token, AssetSymbol } from './shared/types.js'; export { schemas, ProtocolConfigSchema, TokenSchema } from './shared/types.js'; export { PRODUCTION_CHAINS, TESTNET_CHAINS, ALL_CHAINS } from './shared/types.js'; export { isMarketSupportedOnChain, getMarketsForChain, getUnderlyingAddress, isMarketSupportedOnChainObject, getMarketsForChainObject, getSupportedChainsForMarket, getUnderlyingAddressForChain, findChainById, createTokensFromConfig, getNativeCurrencySymbol, getRpcUrl, getBlockExplorerUrl, isTestnetChain, getProductionChains, getTestnetChains, } from './shared/utils.js'; //# sourceMappingURL=index.d.ts.map