@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.
13 lines • 427 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const buffer_1 = require("buffer");
const g = globalThis;
if (!g.Buffer || !g.Buffer.from || !g.Buffer.alloc)
g.Buffer = buffer_1.Buffer;
if (typeof globalThis.process === 'undefined') {
globalThis.process = { env: {} };
}
if (typeof globalThis.global === 'undefined') {
globalThis.global = globalThis;
}
//# sourceMappingURL=index.js.map