@web5nexus/web3auth-core
Version:
Core Implementation for 1 click Web3 Social Auth Implementation for Ethereum, XDC, Bitcoin,Cosmos and other Altcoins.
17 lines • 432 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const chains = [
{
blockchain: "xinfin",
symbol: "xdc",
chainId: "0X32",
rpcTarget: "https://rpc.xinfin.network",
}, {
blockchain: "ethereum",
symbol: "eth",
chainId: "0X1",
rpcTarget: "https://rpc.ankr.com/eth",
},
];
exports.default = chains;
//# sourceMappingURL=chains.js.map