@synthra-swap/smart-order-router 3.15.1 → 3.15.2
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.
|
@@ -81,7 +81,7 @@ export const USDC_MOONBEAM = new Token(ChainId.MOONBEAM, '0x818ec0A7Fe18Ff942699
|
|
|
81
81
|
export const WGLMR_MOONBEAM = new Token(ChainId.MOONBEAM, '0xAcc15dC74880C9944775448304B263D191c6077F', 18, 'WGLMR', 'Wrapped GLMR');
|
|
82
82
|
export const DAI_MOONBEAM = new Token(ChainId.MOONBEAM, '0x818ec0A7Fe18Ff94269904fCED6AE3DaE6d6dC0b', 6, 'DAI', 'Dai on moonbeam bridged using Multichain');
|
|
83
83
|
export const WBTC_MOONBEAM = new Token(ChainId.MOONBEAM, '0x922D641a426DcFFaeF11680e5358F34d97d112E1', 8, 'WBTC', 'Wrapped BTC bridged using Multichain');
|
|
84
|
-
export const USDC_UOMI = new Token(ChainId.UOMI, '0xF1815bd50389c46847f0Bda824eC8da914045D14', 18, 'USDC', 'USDC
|
|
84
|
+
export const USDC_UOMI = new Token(ChainId.UOMI, '0xF1815bd50389c46847f0Bda824eC8da914045D14', 18, 'USDC', 'USDC');
|
|
85
85
|
|
|
86
86
|
export class TokenProvider {
|
|
87
87
|
constructor(chainId, multicall2Provider) {
|