Skip to content

Instantly share code, notes, and snippets.

@CryptoKix
CryptoKix / CHANGELOG.md
Last active February 6, 2026 10:44
TacTix Changelog — Shyft Multi-Location Endpoint Failover + full history

TacTix Changelog

2025-02-06 — Kill Helius (commit acb1874)

100% Shyft infrastructure — zero Helius API calls

  • HELIUS_API_KEY set to "" (commented out, kept for future re-enable)
  • HELIUS_DAS_URL, HELIUS_GRPC_ENDPOINT, HELIUS_GRPC_TOKEN all emptied
  • DAS token metadata now via Shyft REST API (api.shyft.to/sol/v1/token/get_info)
  • Shyft standard RPC does NOT support Metaplex DAS methods (returns 400)
@CryptoKix
CryptoKix / skr-domain-resolution.md
Created February 5, 2026 09:34
How to resolve .skr domains on Solana using AllDomains @onsol/tldparser SDK

Resolving .skr Domains on Solana

.skr domains are managed by the AllDomains protocol on Solana (not Bonfida SNS which handles .sol). They were created specifically for Solana Mobile Seeker phone identities, with 150K+ devices claiming domains.

SDK: @onsol/tldparser

npm install @onsol/tldparser
@CryptoKix
CryptoKix / gist:3ebc385e3bc65df102a07032e0bb8b3c
Created January 30, 2026 17:07
TacTix Solana Atomic Arbitrage - Jito Bundle Execution
# TacTix Solana Atomic Venue Arbitrage
# Two-leg swap bundled via Jito Block Engine for atomic execution
## arb_engine.py - Core execution logic
```python
def execute_atomic_strike(self, opp):
"""
Build and send a Jito bundle for atomic venue arbitrage.