update seed to 32 bytes

This commit is contained in:
boneyard93501 2022-01-31 13:53:53 -06:00
parent 7545461d22
commit 9f15957de3

View File

@ -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 {