Files
proxmox/config/cro-wemix-swap-routes.json
defiQUG 3f76bc9507
Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
docs: update master documentation and push to Gitea (2026-03-06)
- MASTER_INDEX: Last Updated 2026-03-06; status 59/59 contracts; add NEXT_STEPS_LIST, CONTRACT_NEXT_STEPS_LIST
- docs/README, NEXT_STEPS_INDEX, 06-besu/MASTER_INDEX: Last Updated 2026-03-06
- Contract check script: 59 addresses (PMM, vault/reserve, CompliantFiatTokens); canonical CCIP/router
- New docs: EXECUTION_CHECKLIST, NEXT_STEPS_LIST, DOTENV_AUDIT, ADDITIONAL_PATHS, deployer gas runbook, WEMIX_ACQUISITION_TABLED, etc.
- Config: deployer-gas-routes, cro-wemix-swap-routes, routing-registry, token-mapping
- Scripts: check-contracts-on-chain-138, check-pmm-pool-balances-chain138, deployer-gas-auto-route, acquire-cro-and-wemix-gas
- Operator rule: operator-lan-access-check.mdc

Made-with: Cursor
2026-03-06 19:11:25 -08:00

144 lines
4.7 KiB
JSON

{
"description": "Multiple swap routes to acquire Cronos (CRO) and Wemix (WEMIX) native gas for deployer. Used by scripts/deployment/acquire-cro-and-wemix-gas.sh and deployer-gas-auto-route. No in-repo execution: use aggregator UIs or future LiFi/Jumper API.",
"deployerAddress": "0x4A666F96fC8764181194447A7dFdb7d471b301C8",
"chains": {
"25": {
"name": "Cronos",
"nativeSymbol": "CRO",
"chainId": 25,
"requiredNative": "15",
"requiredUnit": "CRO",
"recipientNote": "Send CRO to deployer on Cronos mainnet (chain 25).",
"swapRoutes": [
{
"id": "swapspace-eth-cro",
"name": "SwapSpace",
"type": "aggregator",
"fromAssets": ["ETH"],
"toAsset": "CRO",
"url": "https://swapspace.co/exchange-pairs/cro-eth",
"description": "Swap ETH → CRO"
},
{
"id": "swapspace-bnb-cro",
"name": "SwapSpace",
"type": "aggregator",
"fromAssets": ["BNB"],
"toAsset": "CRO",
"url": "https://swapspace.co/exchange-pairs/cro-bnb",
"description": "Swap BNB → CRO"
},
{
"id": "swapspace-usdt-cro",
"name": "SwapSpace",
"type": "aggregator",
"fromAssets": ["USDT"],
"toAsset": "CRO",
"url": "https://swapspace.co/exchange-pairs/cro-usdt",
"description": "Swap USDT → CRO"
},
{
"id": "swapspace-usdc-cro",
"name": "SwapSpace",
"type": "aggregator",
"fromAssets": ["USDC"],
"toAsset": "CRO",
"url": "https://swapspace.co/exchange-pairs/cro-usdc",
"description": "Swap USDC → CRO"
},
{
"id": "changenow-cro",
"name": "ChangeNOW",
"type": "aggregator",
"fromAssets": ["ETH", "BNB", "USDT", "USDC", "BTC"],
"toAsset": "CRO",
"url": "https://changenow.io/currencies/cronos-cro",
"description": "Swap multiple assets → Cronos CRO"
},
{
"id": "simpleswap-cro",
"name": "SimpleSwap",
"type": "aggregator",
"fromAssets": ["ETH", "BTC", "USDT", "USDC", "BNB"],
"toAsset": "CRO",
"url": "https://simpleswap.io/coins/cronos",
"description": "Swap to Cronos (CRO)"
},
{
"id": "stealthex-cro",
"name": "StealthEX",
"type": "aggregator",
"fromAssets": ["ETH", "BTC", "USDT"],
"toAsset": "CRO",
"url": "https://stealthex.io/coin/cro",
"description": "Swap to CRO (Cronos)"
}
]
},
"1111": {
"name": "Wemix",
"nativeSymbol": "WEMIX",
"chainId": 1111,
"requiredNative": "0.4",
"requiredUnit": "WEMIX",
"recipientNote": "Send WEMIX to deployer on Wemix mainnet (chain 1111).",
"swapRoutes": [
{
"id": "swapspace-bnb-wemix",
"name": "SwapSpace",
"type": "aggregator",
"fromAssets": ["BNB"],
"toAsset": "WEMIX",
"url": "https://swapspace.co/exchange-pairs/wemix-bnb",
"description": "Swap BNB → WEMIX"
},
{
"id": "swapspace-eth-wemix",
"name": "SwapSpace",
"type": "aggregator",
"fromAssets": ["ETH"],
"toAsset": "WEMIX",
"url": "https://swapspace.co/exchange-pairs/wemix-eth",
"description": "Swap ETH → WEMIX"
},
{
"id": "changenow-wemix-polygon",
"name": "ChangeNOW",
"type": "aggregator",
"fromAssets": ["POL", "MATIC"],
"toAsset": "WEMIX",
"url": "https://changenow.io/currencies/wemix-main/polygon-matic",
"description": "Swap Polygon (POL/MATIC) → WEMIX"
},
{
"id": "changenow-wemix",
"name": "ChangeNOW",
"type": "aggregator",
"fromAssets": ["ETH", "BNB", "USDT", "USDC"],
"toAsset": "WEMIX",
"url": "https://changenow.io/currencies/wemix-main",
"description": "Swap multiple assets → WEMIX"
},
{
"id": "simpleswap-wemix",
"name": "SimpleSwap",
"type": "aggregator",
"fromAssets": ["ETH", "BTC", "USDT", "BNB"],
"toAsset": "WEMIX",
"url": "https://simpleswap.io/coins/wemix",
"description": "Swap to WEMIX"
},
{
"id": "stealthex-wemix",
"name": "StealthEX",
"type": "aggregator",
"fromAssets": ["ETH", "BTC", "USDT"],
"toAsset": "WEMIX",
"url": "https://stealthex.io/coin/wemix",
"description": "Swap to WEMIX"
}
]
}
}
}