soft3/js/examples/consts.ts

/** Default product network after install: Space Pussy */
const rpcUrl = "https://rpc.space-pussy.cybernode.ai";
// bostrom: "https://rpc.bostrom.cybernode.ai"
// local:   "http://localhost:26657"

const validatorMnemonic =
  "economy stock theory fatal elder harbor betray workshop december half shoe cabbage";

const prefix = "pussy";
// bostrom: "bostrom"

export { rpcUrl, validatorMnemonic, prefix };

Graph