Skip to content

Commit

Permalink
Merge pull request #357 from luxfi/feat/fix-decimal-issue
Browse files Browse the repository at this point in the history
added: cyrus
  • Loading branch information
venuswhispers authored Jan 21, 2025
2 parents 26ab36b + 4570105 commit 76ac3ba
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions app/server/src/domain/settings/mainnet/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 76ac3ba

Please sign in to comment.