rubic-sdk 4.48.0 → 4.48.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.
@@ -360,7 +360,7 @@ exports.nativeTokensList = {
360
360
  blockchain: blockchain_name_1.BLOCKCHAIN_NAME.MANTA_PACIFIC,
361
361
  address: evm_web3_pure_1.EvmWeb3Pure.nativeTokenAddress,
362
362
  name: 'ETH',
363
- symbol: 'MNT',
363
+ symbol: 'ETH',
364
364
  decimals: 18
365
365
  }),
366
366
  [blockchain_name_1.BLOCKCHAIN_NAME.SCROLL]: new token_1.Token({
@@ -5,6 +5,6 @@ export declare class HorizondexProvider extends UniswapV3AbstractProvider<Horizo
5
5
  readonly blockchain: "LINEA";
6
6
  readonly OnChainTradeClass: typeof HorizondexTrade;
7
7
  readonly providerConfiguration: import("../../common/uniswap-v3-algebra-abstract/models/uniswap-v3-algebra-provider-configuration").UniswapV3AlgebraProviderConfiguration;
8
- readonly routerConfiguration: import("../../common/uniswap-v3-abstract/models/uniswap-v3-router-configuration").UniswapV3RouterConfiguration<"WETH" | "MATIC" | "BNB" | "BUSD" | "HZN" | "NFTE">;
8
+ readonly routerConfiguration: import("../../common/uniswap-v3-abstract/models/uniswap-v3-router-configuration").UniswapV3RouterConfiguration<"MATIC" | "BNB" | "WETH" | "BUSD" | "HZN" | "NFTE">;
9
9
  protected readonly quoterController: HorizondexUniswapV3QuoterController;
10
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rubic-sdk",
3
- "version": "4.48.0",
3
+ "version": "4.48.1",
4
4
  "description": "Simplify dApp creation",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",