@centurion_project/smart-order-router 4.31.17 → 4.31.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/build/main/providers/token-provider.js +1 -1
- package/build/main/tsconfig.tsbuildinfo +1 -1
- package/build/module/providers/token-provider.js +1 -1
- package/build/module/tsconfig.module.tsbuildinfo +1 -1
- package/centurion-deployment-binding.json +13 -0
- package/package.json +24 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 4.31.18 (2026-07-16)
|
|
4
|
+
|
|
5
|
+
- Bind all chain-286 routing dependencies and constants to the signed deployment manifest `9a39bbd1e49673e4a96b2e444c024d5a1da3dd14a05b8ad6f0f65feb615e55eb`.
|
|
6
|
+
- Refresh the published Centurion V2/V3 SDK dependency suite while keeping V4 frozen and disabled.
|
|
7
|
+
|
|
3
8
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
9
|
|
|
5
10
|
### 4.31.17 (2026-07-14)
|
|
@@ -18,7 +18,7 @@ exports.USDC_MAINNET = new sdk_core_1.Token(sdk_core_1.ChainId.MAINNET, '0xA0b86
|
|
|
18
18
|
exports.USDT_MAINNET = new sdk_core_1.Token(sdk_core_1.ChainId.MAINNET, '0xdAC17F958D2ee523a2206206994597C13D831ec7', 6, 'USDT', 'Tether USD');
|
|
19
19
|
exports.WBTC_MAINNET = new sdk_core_1.Token(sdk_core_1.ChainId.MAINNET, '0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599', 8, 'WBTC', 'Wrapped BTC');
|
|
20
20
|
exports.DAI_MAINNET = new sdk_core_1.Token(sdk_core_1.ChainId.MAINNET, '0x6B175474E89094C44Da98b954EedeAC495271d0F', 18, 'DAI', 'Dai Stablecoin');
|
|
21
|
-
exports.CUSD_MAINNET = new sdk_core_1.Token(sdk_core_1.ChainId.MAINNET, '
|
|
21
|
+
exports.CUSD_MAINNET = new sdk_core_1.Token(sdk_core_1.ChainId.MAINNET, '0xc3aDbF6923790787CCFf93e0150BC0Ad87EF5800', 18, 'CUSD', 'Centurion Test USD');
|
|
22
22
|
exports.EGGS_MAINNET = new sdk_core_1.Token(sdk_core_1.ChainId.MAINNET, '0x2e516BA5Bf3b7eE47fb99B09eaDb60BDE80a82e0', 18, 'EGGS', 'EGGS');
|
|
23
23
|
exports.AMPL_MAINNET = new sdk_core_1.Token(sdk_core_1.ChainId.MAINNET, '0xD46bA6D942050d489DBd938a2C909A5d5039A161', 9, 'AMPL', 'AMPL');
|
|
24
24
|
exports.FEI_MAINNET = new sdk_core_1.Token(sdk_core_1.ChainId.MAINNET, '0x956F47F50A910163D8BF957Cf5846D573E7f87CA', 18, 'FEI', 'Fei USD');
|