aboutsummaryrefslogtreecommitdiff
path: root/src/js/stellar-util.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/stellar-util.js')
-rw-r--r--src/js/stellar-util.js9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/js/stellar-util.js b/src/js/stellar-util.js
index a7032df..8722fbf 100644
--- a/src/js/stellar-util.js
+++ b/src/js/stellar-util.js
@@ -42503,7 +42503,14 @@ window.stellarUtil = {
42503 getKeypair: function (path, seed) { 42503 getKeypair: function (path, seed) {
42504 const result = edHd.derivePath(path, seed); 42504 const result = edHd.derivePath(path, seed);
42505 return StellarBase.Keypair.fromRawEd25519Seed(result.key); 42505 return StellarBase.Keypair.fromRawEd25519Seed(result.key);
42506 } 42506 },
42507 dummyNetwork: {
42508 bip32: {public: 0, private: 0},
42509 messagePrefix: '',
42510 pubKeyHash: 0,
42511 scriptHash: 0,
42512 wif: 0,
42513 },
42507} 42514}
42508 42515
42509},{"ed25519-hd-key":84,"stellar-base":412}]},{},[445]); 42516},{"ed25519-hd-key":84,"stellar-base":412}]},{},[445]);