Files
mev-beta/orig/tools/simulation/vectors/default.json
Administrator c54c569f30 refactor: move all remaining files to orig/ directory
Completed clean root directory structure:
- Root now contains only: .git, .env, docs/, orig/
- Moved all remaining files and directories to orig/:
  - Config files (.claude, .dockerignore, .drone.yml, etc.)
  - All .env variants (except active .env)
  - Git config (.gitconfig, .github, .gitignore, etc.)
  - Tool configs (.golangci.yml, .revive.toml, etc.)
  - Documentation (*.md files, @prompts)
  - Build files (Dockerfiles, Makefile, go.mod, go.sum)
  - Docker compose files
  - All source directories (scripts, tests, tools, etc.)
  - Runtime directories (logs, monitoring, reports)
  - Dependency files (node_modules, lib, cache)
  - Special files (--delete)

- Removed empty runtime directories (bin/, data/)

V2 structure is now clean:
- docs/planning/ - V2 planning documents
- orig/ - Complete V1 codebase preserved
- .env - Active environment config (not in git)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-10 10:53:05 +01:00

57 lines
1.6 KiB
JSON

{
"metadata": {
"network": "arbitrum-one",
"window": "2024-09-15T00:00:00Z/2024-09-15T01:00:00Z",
"sources": ["uniswap-v3", "camelot", "sushiswap"],
"notes": "Synthetic sample covering three exchanges across one-hour slice"
},
"opportunities": [
{
"id": "arb-001",
"timestamp": "2024-09-15T00:05:12Z",
"exchange": "uniswap-v3",
"expected_profit_wei": "42000000000000000",
"gas_cost_wei": "3100000000000000",
"executed": true,
"realized_profit_wei": "39800000000000000"
},
{
"id": "arb-002",
"timestamp": "2024-09-15T00:17:44Z",
"exchange": "camelot",
"expected_profit_wei": "28500000000000000",
"gas_cost_wei": "2900000000000000",
"executed": true,
"realized_profit_wei": "12000000000000000"
},
{
"id": "arb-003",
"timestamp": "2024-09-15T00:26:09Z",
"exchange": "uniswap-v3",
"expected_profit_wei": "15000000000000000",
"gas_cost_wei": "3500000000000000",
"executed": false,
"skip_reason": "below_min_profit"
},
{
"id": "arb-004",
"timestamp": "2024-09-15T00:38:57Z",
"exchange": "sushiswap",
"expected_profit_wei": "51000000000000000",
"gas_cost_wei": "4700000000000000",
"executed": true,
"realized_profit_wei": "49200000000000000"
},
{
"id": "arb-005",
"timestamp": "2024-09-15T00:52:31Z",
"exchange": "camelot",
"expected_profit_wei": "19000000000000000",
"gas_cost_wei": "3000000000000000",
"executed": true,
"realized_profit_wei": "0",
"slippage_loss_wei": "2100000000000000"
}
]
}