@pushchain/ui-kit
Version:
## Overview
26 lines • 888 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.chains = exports.pushWalletDonut = void 0;
const tslib_1 = require("tslib");
const viem_1 = require("viem");
const viemChains = tslib_1.__importStar(require("viem/chains"));
exports.pushWalletDonut = (0, viem_1.defineChain)({
id: 42101,
name: 'Push Testnet Donut',
nativeCurrency: {
decimals: 18,
name: 'PUSH',
symbol: 'PUSH',
},
rpcUrls: {
default: {
http: ['https://evm.rpc-testnet-donut-node1.push.org/'],
webSocket: ['wss://evm.pn1.dev.push.org'],
},
},
blockExplorers: {
default: { name: 'Explorer', url: 'https://explorer.testnet.push.org' },
},
});
exports.chains = Object.assign(Object.assign({}, viemChains), { pushWalletDonut: exports.pushWalletDonut });
//# sourceMappingURL=chains.js.map