UNPKG

@broxus/tvm-connect

Version:

Nekoton-compatible wallets connector.

17 lines (16 loc) 415 B
export function convertNetworkToChainParams(network) { return { config: { explorerBaseUrl: network.explorer.baseUrl, symbol: network.currency.symbol, }, connection: { data: { endpoint: network.rpcUrl, }, type: 'proto', }, name: network.name, networkId: Number(network.chainId), }; }