aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
authoramougel <alix.mougel@gmail.com>2017-06-01 15:51:44 +0200
committeramougel <alix.mougel@gmail.com>2017-06-01 15:51:44 +0200
commit64a7d2aad49ddbbcd2eabea8f98f7ff468ca7ccb (patch)
tree385bc22141a91f56b51b6c2ba16de7d295639ab2 /src/index.html
parent154e981fe711a0eb1ed0eb580b36ff8d75f1a67a (diff)
downloadBIP39-64a7d2aad49ddbbcd2eabea8f98f7ff468ca7ccb.tar.gz
BIP39-64a7d2aad49ddbbcd2eabea8f98f7ff468ca7ccb.tar.zst
BIP39-64a7d2aad49ddbbcd2eabea8f98f7ff468ca7ccb.zip
Added support for Ripple
Signed-off-by: amougel <alix.mougel@gmail.com>
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html
index 31bbf7d..a0f8bb1 100644
--- a/src/index.html
+++ b/src/index.html
@@ -674,6 +674,7 @@
674 </tr> 674 </tr>
675 </script> 675 </script>
676 <script src="js/polyfill.es6.js"></script> 676 <script src="js/polyfill.es6.js"></script>
677 <script src="js/basex.js"></script>
677 <script src="js/unorm.js"></script> 678 <script src="js/unorm.js"></script>
678 <script src="js/jquery.min.js"></script> 679 <script src="js/jquery.min.js"></script>
679 <script src="js/bootstrap.min.js"></script> 680 <script src="js/bootstrap.min.js"></script>
@@ -682,6 +683,7 @@
682 <script src="js/bitcoinjs-1-5-7.js"></script> 683 <script src="js/bitcoinjs-1-5-7.js"></script>
683 <script src="js/bitcoinjs-extensions.js"></script> 684 <script src="js/bitcoinjs-extensions.js"></script>
684 <script src="js/ethereumjs-util.js"></script> 685 <script src="js/ethereumjs-util.js"></script>
686 <script src="js/ripple-util.js"></script>
685 <script src="js/sjcl-bip39.js"></script> 687 <script src="js/sjcl-bip39.js"></script>
686 <script src="js/translate.js"></script> 688 <script src="js/translate.js"></script>
687 <script src="js/phrases_en.js"></script> 689 <script src="js/phrases_en.js"></script>