Skip to content

Commit

Permalink
KnightSwap and Mdex cosmetic changes (#502)
Browse files Browse the repository at this point in the history
* Lowercased KnightSwap and MDEX router address

* Changelog.JSON
  • Loading branch information
eobbad authored and Noah Khamliche committed Jun 15, 2022
1 parent 7b8c1a7 commit c874bea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/asset-swapper/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
{
"note": "Do not send empty entries on Quote Report",
"pr": 501
},
{
"note": "KnightSwap/Mdex cosmetic change",
"pr": 502
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1968,14 +1968,14 @@ export const BISWAP_ROUTER_BY_CHAIN_ID = valueByChainId<string>(

export const MDEX_ROUTER_BY_CHAIN_ID = valueByChainId<string>(
{
[ChainId.BSC]: '0x7DAe51BD3E3376B8c7c4900E9107f12Be3AF1bA8',
[ChainId.BSC]: '0x7dae51bd3e3376b8c7c4900e9107f12be3af1ba8',
},
NULL_ADDRESS,
);

export const KNIGHTSWAP_ROUTER_BY_CHAIN_ID = valueByChainId<string>(
{
[ChainId.BSC]: '0x05E61E0cDcD2170a76F9568a110CEe3AFdD6c46f',
[ChainId.BSC]: '0x05e61e0cdcd2170a76f9568a110cee3afdd6c46f',
},
NULL_ADDRESS,
);
Expand Down

0 comments on commit c874bea

Please sign in to comment.