mirror of
https://github.com/fluencelabs/examples
synced 2025-04-25 02:32:16 +00:00
update seed to 32 bytes
This commit is contained in:
parent
7545461d22
commit
9f15957de3
@ -14,7 +14,7 @@ const { connect, keyStores, KeyPair, WalletConnection, Account } = nearAPI;
|
||||
const MY_LAME_PASSWORD = "lame_password";
|
||||
|
||||
// temp fix replace with your key, e.g., account pk
|
||||
const SeedArray = new Uint8Array([10, 10, 20, 20, 100, 100]);
|
||||
const SeedArray = new Uint8Array([10, 10, 20, 20, 100, 100, 10, 10, 20, 20, 100, 100, 10, 10, 10, 10, 10, 10, 20, 20, 100, 100, 10, 10, 20, 20, 100, 100, 10, 10, 10, 10]);
|
||||
|
||||
|
||||
class NearSigner implements NearSignerApiDef {
|
||||
|
Loading…
x
Reference in New Issue
Block a user