Open
Description
My front-end build is importing aleph-js/dist/aleph-js.umd.js and I'm trying to use the solana tools. I noticed that solana isn't exported, but it is within the other builds. Maybe this is from an old build / needs an update?
from aleph-js.umd.js:32994
exports.aggregates = aggregates;
exports.broadcast = broadcast;
exports.encryption = encryption;
exports.ethereum = ethereum;
exports.ipfs_push = ipfs_push;
exports.ipfs_push_file = ipfs_push_file;
exports.neo = neo;
exports.nuls = nuls;
exports.nuls2 = nuls2;
exports.posts = posts;
exports.storage_push = storage_push;
exports.storage_push_file = storage_push_file;
exports.store = store;
Object.defineProperty(exports, '__esModule', { value: true });
})));
Metadata
Assignees
Labels
No labels