@orbs-network/twap 1.7.0 → 1.7.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.
@@ -72,7 +72,40 @@ export declare const ChainConfigs: {
72
72
  };
73
73
  };
74
74
  export declare const Configs: {
75
- [integration: string]: Config;
75
+ SpiritSwap: {
76
+ partner: string;
77
+ exchangeAddress: string;
78
+ exchangeContract: string;
79
+ pathfinderKey: Paraswap.OnlyDex;
80
+ chainId: number;
81
+ twapAddress: string;
82
+ lensAddress: string;
83
+ bidDelaySeconds: number;
84
+ minChunkSizeUsd: number;
85
+ wToken: {
86
+ address: string;
87
+ decimals: number;
88
+ symbol: string;
89
+ logoUrl: string;
90
+ };
91
+ };
92
+ SpookySwap: {
93
+ partner: string;
94
+ exchangeAddress: string;
95
+ exchangeContract: string;
96
+ pathfinderKey: Paraswap.OnlyDex;
97
+ chainId: number;
98
+ twapAddress: string;
99
+ lensAddress: string;
100
+ bidDelaySeconds: number;
101
+ minChunkSizeUsd: number;
102
+ wToken: {
103
+ address: string;
104
+ decimals: number;
105
+ symbol: string;
106
+ logoUrl: string;
107
+ };
108
+ };
76
109
  };
77
110
  export declare const nativeTokenAddresses: string[];
78
111
  export declare const isNativeAddress: (address: string) => boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orbs-network/twap",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/orbs-network/twap.git"