mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-05 18:43:47 +00:00
add SLP Token Type https://github.com/simpleledger/slp-specifications/blob/master/slp-token-type-1.md
This commit is contained in:
@@ -564,6 +564,15 @@ it('Allows selection of bitcoin cash', function(done) {
|
||||
};
|
||||
testNetwork(done, params);
|
||||
});
|
||||
|
||||
it('Allows selection of simpleledger(SLP)', function(done) {
|
||||
var params = {
|
||||
selectText: "SLP - Simple Ledger Protocol",
|
||||
firstAddress: "simpleledger:qrtffz6ajfsn74gpur7y3epjquz42pvww5acewqmre",
|
||||
};
|
||||
testNetwork(done, params);
|
||||
});
|
||||
|
||||
it('Allows selection of myriadcoin', function(done) {
|
||||
var params = {
|
||||
selectText: "XMY - Myriadcoin",
|
||||
|
||||
Reference in New Issue
Block a user