UNPKG

@pushchain/core

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.

8 lines 275 B
"use strict"; 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; } //# sourceMappingURL=global-buffer-polyfill.js.map