Skip to content

Commit

Permalink
Change account
Browse files Browse the repository at this point in the history
Signed-off-by: Manank Patni <[email protected]>
  • Loading branch information
Man-Jain committed Aug 7, 2023
1 parent 3b40442 commit b9c8c62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/services/beacon/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import { EnvKey, getEnv } from "services/config"

export type Network = "mainnet" | "ghostnet"

export const ALICE_PRIV_KEY = "edsk3QoqBuvdamxouPhin7swCvkQNgq4jP5KZPbwWNnwdZpSpJiEbq"
export const ALICE_PRIV_KEY =
"edskS1q2utmfdhVsqFKvKbQHShFg7eme6xbVKoc5iRPeW1fX8a4M5iXdhzbyTca3r6CMfCfVQZAZ6yqiE5wqi9UyMr1VZ6S6dA"

export const rpcNodes: Record<Network, string> = {
mainnet: "https://mainnet.api.tez.ie",
Expand Down

0 comments on commit b9c8c62

Please sign in to comment.