UNPKG

@web5nexus/web3auth-core

Version:

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

9 lines (8 loc) 181 B
export interface ChainConfig { blockchain: string; symbol: string; chainId: string; rpcTarget: string; } declare const chains: ChainConfig[]; export default chains;