mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-24 03:10:40 +00:00
Add CLAM.
This commit is contained in:
@@ -459,6 +459,13 @@
|
||||
DOM.bip44coin.val(26);
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "CLAM",
|
||||
onSelect: function() {
|
||||
network = bitcoin.networks.clam;
|
||||
DOM.bip44coin.val(23);
|
||||
},
|
||||
},
|
||||
]
|
||||
|
||||
init();
|
||||
|
||||
Reference in New Issue
Block a user