@pushchain/ui-kit
Version:
Push Chain is a true universal L1 that is 100% EVM compatible. It allows developers to deploy once and make their apps instantly compatible with users from all other L1s (Ethereum, Solana, etc) with zero on-chain code change.
29 lines • 865 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 Chain',
symbol: 'PC',
},
rpcUrls: {
default: {
http: ['https://evm.donut.rpc.push.org/'],
webSocket: ['wss://evm.donut.rpc.push.org'],
},
},
blockExplorers: {
default: { name: 'Push Testnet Explorer', url: 'https://donut.push.network/' },
},
});
exports.chains = {
...viemChains,
pushWalletDonut: exports.pushWalletDonut,
};
//# sourceMappingURL=chains.js.map