Skip to content

Commit

Permalink
Merge pull request #1523 from multiversx/MEX-526-add-new-pool-tokens
Browse files Browse the repository at this point in the history
[MEX-526] new tokens for swap enable on devnet
  • Loading branch information
claudiulataretu authored Nov 7, 2024
2 parents cefd568 + 696949d commit 7d77247
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
11 changes: 8 additions & 3 deletions src/config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -613,9 +613,14 @@
},
"MIN_SWAP_AMOUNT": 0,
"roundedSwapEnable": {
"USDC-8d4068": "5000000",
"WEGLD-d7c6bb": "100000000000000000",
"MEX-a659d0": "1000000000000000000000000"
"USDC-350c4e": "100000",
"WEGLD-a28c59": "100000000000000000",
"MEX-a659d0": "100000000000000000000000",
"USDT-58d5d0": "100000",
"WBTC-05fd5b": "1000",
"WETH-bbe4ab": "100000000000000",
"SEGLD-cc1abc": "100000000000000000",
"LEGLD-e8378b": "100000000000000000"
},
"COMPOUND_TRANSACTION_FEE": 0.000365144,
"trendingScore": {
Expand Down
9 changes: 7 additions & 2 deletions src/config/devnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,14 @@
"MAINTENANCE": false,
"EPOCHS_IN_WEEK": 7,
"roundedSwapEnable": {
"USDC-350c4e": "5000000",
"USDC-350c4e": "100000",
"WEGLD-a28c59": "100000000000000000",
"MEX-a659d0": "10000000000000000000000"
"MEX-a659d0": "100000000000000000000000",
"USDT-58d5d0": "100000",
"WBTC-05fd5b": "1000",
"WETH-bbe4ab": "100000000000000",
"SEGLD-cc1abc": "100000000000000000",
"LEGLD-e8378b": "100000000000000000"
}
}
}

0 comments on commit 7d77247

Please sign in to comment.