-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yaml
More file actions
33 lines (30 loc) · 773 Bytes
/
Copy pathplugin.yaml
File metadata and controls
33 lines (30 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
schema_version: 1
name: preflightx
version: "0.3.0"
description: "Verify X Layer swaps against live state and return the exact PreflightGuard plan struct plus an EIP-712 signature."
author:
name: gudman
github: Ridwannurudeen
category: defi-tooling
tags:
- x-layer
- onchainos
- uniswap
- defi
- verification
- preflight
- agent-tooling
license: MIT
components:
skill:
dir: .
build:
lang: typescript
entry: src/index.ts
api_calls:
- "https://web3.okx.com/api/v6/dex/aggregator/swap"
- "https://web3.okx.com/api/v6/dex/market/candles"
- "https://web3.okx.com/api/v6/dex/market/token/advanced-info"
- "https://web3.okx.com/api/v6/dex/market/price-info"
- "https://trade-api.gateway.uniswap.org/v1/quote"
- "https://rpc.xlayer.tech"