@web5nexus/web3auth-core
Version:
Core Implementation for 1 click Web3 Social Auth Implementation for Ethereum, XDC, Bitcoin,Cosmos and other Altcoins.
25 lines • 727 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const cosmoschains = [
{
blockchain: "coreum",
hrp: "testcore",
network: "testnet",
rpcTarget: "https://full-node.testnet-1.coreum.dev:26657",
denom: "utestcore"
}, {
blockchain: "coreum",
hrp: "core",
network: "mainnet",
rpcTarget: "https://full-node.mainnet-1.coreum.dev:26657",
denom: "ucore"
}, {
blockchain: "cosmos",
hrp: "cosmos",
network: "mainnet",
rpcTarget: "https://rpc.sentry-02.theta-testnet.polypore.xyz",
denom: "uatom"
},
];
exports.default = cosmoschains;
//# sourceMappingURL=cosmoschains.js.map