From 457010563965643321c88ae32a44f1f05d396a2c Mon Sep 17 00:00:00 2001 From: venuswhispers Date: Tue, 21 Jan 2025 03:58:23 -0600 Subject: [PATCH] added: cyrus --- .../src/domain/settings/mainnet/networks.ts | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/app/server/src/domain/settings/mainnet/networks.ts b/app/server/src/domain/settings/mainnet/networks.ts index 6651703e..b0edfc1b 100644 --- a/app/server/src/domain/settings/mainnet/networks.ts +++ b/app/server/src/domain/settings/mainnet/networks.ts @@ -867,6 +867,23 @@ export default [ "destination_base_fee": 0, "mint": true }, + { + "name": "Cyrus AI", + "asset": "CYRUS", + "logo": "https://cdn.lux.network/bridge/currencies/cyrus.jpeg", + "contract_address": "0x0A78f7Ce8D65e0FD4D6B78848483bA3C4fb895c5", + "decimals": 6, + "status": "active", + "is_deposit_enabled": false, + "is_withdrawal_enabled": false, + "is_refuel_enabled": false, + "max_withdrawal_amount": 0, + "deposit_fee": 0, + "withdrawal_fee": 0.01, + "source_base_fee": 0, + "destination_base_fee": 0, + "mint": true + }, { "name": "Liquid BTC", "asset": "LBTC", @@ -1529,6 +1546,23 @@ export default [ "destination_base_fee": 0, "mint": true }, + { + "name": "Cyrus AI", + "asset": "CYRUS", + "logo": "https://cdn.lux.network/bridge/currencies/cyrus.jpeg", + "contract_address": "0x0A78f7Ce8D65e0FD4D6B78848483bA3C4fb895c5", + "decimals": 6, + "status": "active", + "is_deposit_enabled": false, + "is_withdrawal_enabled": false, + "is_refuel_enabled": false, + "max_withdrawal_amount": 0, + "deposit_fee": 0, + "withdrawal_fee": 0.01, + "source_base_fee": 0, + "destination_base_fee": 0, + "mint": true + }, { "name": "Zoo BTC", "asset": "ZBTC",