@thesingularitynetwork/darkswap-sdk 0.2.6 → 0.2.7-beta2

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.
@@ -4,6 +4,7 @@ export declare enum ChainId {
4
4
  HARDHAT_BASE = 31339,
5
5
  MAINNET = 1,
6
6
  SEPOLIA = 11155111,
7
+ BASE_SEPOLIA = 84532,
7
8
  HORIZEN_TESTNET = 845320009,
8
9
  ARBITRUM_ONE = 42161,
9
10
  BASE = 8453
@@ -1,6 +1,7 @@
1
1
  export declare const legacyTokenConfig: {
2
2
  [chainId: number]: string[];
3
3
  };
4
+ export declare const getConfirmations: (chainId: number) => number;
4
5
  export declare const DEFAULT_FEE_RATIO = 300n;
5
6
  export declare const GAS_LIMIT_MULTIPLIER = 120n;
6
7
  export declare const GAS_LIMIT_PRECISION = 100n;
@@ -5,7 +5,6 @@ export declare type ContractConfiguartion = {
5
5
  merkleTreeOperator: string;
6
6
  darkSwapAssetManager: string;
7
7
  darkSwapFeeAssetManager: string;
8
- darkSwapSubgraphUrl: string;
9
8
  synaraDarkSwapOnBridgeAssetManager: string;
10
9
  synaraBridge: string;
11
10
  synaraCanonicalTokenRegistry: string;