config.example.json 372 B

123456789101112
  1. {
  2. "rpcHttp": "https://api.mainnet-beta.solana.com",
  3. "rpcWs": "wss://api.mainnet-beta.solana.com",
  4. "dexProgramIds": ["RVKd61ztZW9m8qKz3S5x3oZ3ZbP2Qd1Yj8pBq1q1q1q"],
  5. "accountDataSize": null,
  6. "openPosition": {
  7. "enabled": true,
  8. "programId": "REALQqNEomY6cQGZJUGwywTBD2UmDT32rZcNnfxQ5N2",
  9. "logIncludes": ["Instruction: OpenPositionWithToken22Nft"]
  10. }
  11. }