Skip to content

solana not available in umd build of lib #40

Open
@ahermida

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions