UNPKG

@web5nexus/web3auth-core

Version:

Core Implementation for 1 click Web3 Social Auth Implementation for Ethereum, XDC, Bitcoin,Cosmos and other Altcoins.

10 lines (9 loc) 221 B
export interface CosmosChainConfig { blockchain: string; hrp: string; network: string; rpcTarget: string; denom: string; } declare const cosmoschains: CosmosChainConfig[]; export default cosmoschains;