@synthra-swap/smart-order-router 3.15.0 → 3.15.1

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.
@@ -88,7 +88,7 @@ exports.USDC_MOONBEAM = new sdk_core_1.Token(sdk_core_1.ChainId.MOONBEAM, '0x818
88
88
  exports.WGLMR_MOONBEAM = new sdk_core_1.Token(sdk_core_1.ChainId.MOONBEAM, '0xAcc15dC74880C9944775448304B263D191c6077F', 18, 'WGLMR', 'Wrapped GLMR');
89
89
  exports.DAI_MOONBEAM = new sdk_core_1.Token(sdk_core_1.ChainId.MOONBEAM, '0x818ec0A7Fe18Ff94269904fCED6AE3DaE6d6dC0b', 6, 'DAI', 'Dai on moonbeam bridged using Multichain');
90
90
  exports.WBTC_MOONBEAM = new sdk_core_1.Token(sdk_core_1.ChainId.MOONBEAM, '0x922D641a426DcFFaeF11680e5358F34d97d112E1', 8, 'WBTC', 'Wrapped BTC bridged using Multichain');
91
- exports.USDC_UOMI = new sdk_core_1.Token(sdk_core_1.ChainId.UOMI, '0xDe9a2e152a5914c1B62691E924054f788Ce21a4F', 18, 'USDC', 'USDC testnet');
91
+ exports.USDC_UOMI = new sdk_core_1.Token(sdk_core_1.ChainId.UOMI, '0xAA9C4829415BCe70c434b7349b628017C59EC2b1', 18, 'USDC', 'USDC');
92
92
 
93
93
  class TokenProvider {
94
94
  constructor(chainId, multicall2Provider) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synthra-swap/smart-order-router",
3
- "version": "3.15.0",
3
+ "version": "3.15.1",
4
4
  "description": "Uniswap Smart Order Router",
5
5
  "main": "build/main/index.js",
6
6
  "typings": "build/main/index.d.ts",
@@ -116,4 +116,4 @@
116
116
  "oclif": {
117
117
  "commands": "./cli/commands"
118
118
  }
119
- }
119
+ }