mirror of
https://github.com/fluencelabs/examples
synced 2025-06-28 17:21:33 +00:00
update seed to 32 bytes
This commit is contained in:
@ -14,7 +14,7 @@ const { connect, keyStores, KeyPair, WalletConnection, Account } = nearAPI;
|
|||||||
const MY_LAME_PASSWORD = "lame_password";
|
const MY_LAME_PASSWORD = "lame_password";
|
||||||
|
|
||||||
// temp fix replace with your key, e.g., account pk
|
// 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 {
|
class NearSigner implements NearSignerApiDef {
|
||||||
|
Reference in New Issue
Block a user