X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=src%2Fjs%2Fstellar-util.js;h=8722fbfffdc2cf88b48bf96b3a9f1203a3a2cb7b;hp=a7032df331cc0e98b7067576e844690a03162122;hb=ad59508d7c4ecb487182d0d3306f01ffb4e48fb8;hpb=562ece8004ffa37a215f9cd0c5d365227a0b8d08 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 = { getKeypair: function (path, seed) { const result = edHd.derivePath(path, seed); return StellarBase.Keypair.fromRawEd25519Seed(result.key); - } + }, + dummyNetwork: { + bip32: {public: 0, private: 0}, + messagePrefix: '', + pubKeyHash: 0, + scriptHash: 0, + wif: 0, + }, } },{"ed25519-hd-key":84,"stellar-base":412}]},{},[445]);