Skip to content

Commit

Permalink
MEX-526: added swap enable tokens config for mainnet config
Browse files Browse the repository at this point in the history
Signed-off-by: Claudiu Lataretu <[email protected]>
  • Loading branch information
claudiulataretu committed Nov 7, 2024
1 parent 696949d commit 562eee5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/config/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,16 @@
"USDC_TOKEN_ID": "USDC-c76f1f",
"MAINTENANCE": false,
"roundedSwapEnable": {
"USDC-c76f1f": "5000000",
"USDC-c76f1f": "100000",
"WEGLD-bd4d79": "100000000000000000",
"MEX-455c57": "1000000000000000000000000"
"MEX-455c57": "100000000000000000000000",
"USDT-f8c08c": "100000",
"WBTC-5349b3": "1000",
"WETH-b4ca29": "100000000000000",
"SEGLD-3ad2d0": "100000000000000000",
"LEGLD-d74da9": "100000000000000000",
"WDAI-9eeb54": "100000000000000000",
"WSDAI-277fee": "100000000000000000"
}
}
}

0 comments on commit 562eee5

Please sign in to comment.