@across-protocol/sdk 3.2.13 → 3.2.14
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.
- package/dist/cjs/clients/BundleDataClient/utils/SuperstructUtils.d.ts +30 -30
- package/dist/cjs/coingecko/Coingecko.d.ts +9 -1
- package/dist/cjs/coingecko/Coingecko.js +94 -46
- package/dist/cjs/coingecko/Coingecko.js.map +1 -1
- package/dist/cjs/gasPriceOracle/adapters/arbitrum-viem.d.ts +3 -0
- package/dist/cjs/gasPriceOracle/adapters/arbitrum-viem.js +21 -0
- package/dist/cjs/gasPriceOracle/adapters/arbitrum-viem.js.map +1 -0
- package/dist/cjs/gasPriceOracle/adapters/ethereum-viem.d.ts +4 -0
- package/dist/cjs/gasPriceOracle/adapters/ethereum-viem.js +26 -0
- package/dist/cjs/gasPriceOracle/adapters/ethereum-viem.js.map +1 -0
- package/dist/cjs/gasPriceOracle/adapters/polygon-viem.d.ts +3 -0
- package/dist/cjs/gasPriceOracle/adapters/polygon-viem.js +84 -0
- package/dist/cjs/gasPriceOracle/adapters/polygon-viem.js.map +1 -0
- package/dist/cjs/gasPriceOracle/oracle.d.ts +3 -1
- package/dist/cjs/gasPriceOracle/oracle.js +71 -4
- package/dist/cjs/gasPriceOracle/oracle.js.map +1 -1
- package/dist/cjs/gasPriceOracle/types.d.ts +3 -2
- package/dist/cjs/gasPriceOracle/util.d.ts +3 -3
- package/dist/cjs/gasPriceOracle/util.js +12 -1
- package/dist/cjs/gasPriceOracle/util.js.map +1 -1
- package/dist/cjs/providers/types.d.ts +3 -3
- package/dist/cjs/relayFeeCalculator/chain-queries/baseQuery.d.ts +7 -1
- package/dist/cjs/relayFeeCalculator/chain-queries/baseQuery.js +13 -8
- package/dist/cjs/relayFeeCalculator/chain-queries/baseQuery.js.map +1 -1
- package/dist/cjs/relayFeeCalculator/relayFeeCalculator.d.ts +8 -2
- package/dist/cjs/relayFeeCalculator/relayFeeCalculator.js +4 -2
- package/dist/cjs/relayFeeCalculator/relayFeeCalculator.js.map +1 -1
- package/dist/cjs/utils/common.d.ts +6 -1
- package/dist/cjs/utils/common.js +21 -17
- package/dist/cjs/utils/common.js.map +1 -1
- package/dist/esm/clients/BundleDataClient/utils/SuperstructUtils.d.ts +30 -30
- package/dist/esm/coingecko/Coingecko.d.ts +9 -1
- package/dist/esm/coingecko/Coingecko.js +96 -46
- package/dist/esm/coingecko/Coingecko.js.map +1 -1
- package/dist/esm/gasPriceOracle/adapters/arbitrum-viem.d.ts +3 -0
- package/dist/esm/gasPriceOracle/adapters/arbitrum-viem.js +20 -0
- package/dist/esm/gasPriceOracle/adapters/arbitrum-viem.js.map +1 -0
- package/dist/esm/gasPriceOracle/adapters/ethereum-viem.d.ts +4 -0
- package/dist/esm/gasPriceOracle/adapters/ethereum-viem.js +21 -0
- package/dist/esm/gasPriceOracle/adapters/ethereum-viem.js.map +1 -0
- package/dist/esm/gasPriceOracle/adapters/polygon-viem.d.ts +3 -0
- package/dist/esm/gasPriceOracle/adapters/polygon-viem.js +82 -0
- package/dist/esm/gasPriceOracle/adapters/polygon-viem.js.map +1 -0
- package/dist/esm/gasPriceOracle/oracle.d.ts +9 -1
- package/dist/esm/gasPriceOracle/oracle.js +82 -3
- package/dist/esm/gasPriceOracle/oracle.js.map +1 -1
- package/dist/esm/gasPriceOracle/types.d.ts +3 -2
- package/dist/esm/gasPriceOracle/util.d.ts +3 -3
- package/dist/esm/gasPriceOracle/util.js +9 -0
- package/dist/esm/gasPriceOracle/util.js.map +1 -1
- package/dist/esm/providers/types.d.ts +3 -3
- package/dist/esm/relayFeeCalculator/chain-queries/baseQuery.d.ts +12 -3
- package/dist/esm/relayFeeCalculator/chain-queries/baseQuery.js +18 -10
- package/dist/esm/relayFeeCalculator/chain-queries/baseQuery.js.map +1 -1
- package/dist/esm/relayFeeCalculator/relayFeeCalculator.d.ts +8 -2
- package/dist/esm/relayFeeCalculator/relayFeeCalculator.js +4 -2
- package/dist/esm/relayFeeCalculator/relayFeeCalculator.js.map +1 -1
- package/dist/esm/utils/common.d.ts +10 -3
- package/dist/esm/utils/common.js +25 -19
- package/dist/esm/utils/common.js.map +1 -1
- package/dist/types/clients/BundleDataClient/utils/SuperstructUtils.d.ts +30 -30
- package/dist/types/coingecko/Coingecko.d.ts +9 -1
- package/dist/types/coingecko/Coingecko.d.ts.map +1 -1
- package/dist/types/gasPriceOracle/adapters/arbitrum-viem.d.ts +4 -0
- package/dist/types/gasPriceOracle/adapters/arbitrum-viem.d.ts.map +1 -0
- package/dist/types/gasPriceOracle/adapters/ethereum-viem.d.ts +5 -0
- package/dist/types/gasPriceOracle/adapters/ethereum-viem.d.ts.map +1 -0
- package/dist/types/gasPriceOracle/adapters/polygon-viem.d.ts +4 -0
- package/dist/types/gasPriceOracle/adapters/polygon-viem.d.ts.map +1 -0
- package/dist/types/gasPriceOracle/oracle.d.ts +9 -1
- package/dist/types/gasPriceOracle/oracle.d.ts.map +1 -1
- package/dist/types/gasPriceOracle/types.d.ts +3 -2
- package/dist/types/gasPriceOracle/types.d.ts.map +1 -1
- package/dist/types/gasPriceOracle/util.d.ts +3 -3
- package/dist/types/gasPriceOracle/util.d.ts.map +1 -1
- package/dist/types/providers/types.d.ts +3 -3
- package/dist/types/relayFeeCalculator/chain-queries/baseQuery.d.ts +12 -3
- package/dist/types/relayFeeCalculator/chain-queries/baseQuery.d.ts.map +1 -1
- package/dist/types/relayFeeCalculator/relayFeeCalculator.d.ts +8 -2
- package/dist/types/relayFeeCalculator/relayFeeCalculator.d.ts.map +1 -1
- package/dist/types/utils/common.d.ts +10 -3
- package/dist/types/utils/common.d.ts.map +1 -1
- package/package.json +3 -2
- package/src/coingecko/Coingecko.ts +94 -47
- package/src/gasPriceOracle/adapters/arbitrum-viem.ts +13 -0
- package/src/gasPriceOracle/adapters/ethereum-viem.ts +19 -0
- package/src/gasPriceOracle/adapters/polygon-viem.ts +86 -0
- package/src/gasPriceOracle/oracle.ts +69 -5
- package/src/gasPriceOracle/types.ts +4 -2
- package/src/gasPriceOracle/util.ts +12 -3
- package/src/relayFeeCalculator/chain-queries/baseQuery.ts +19 -7
- package/src/relayFeeCalculator/relayFeeCalculator.ts +15 -12
- package/src/utils/common.ts +15 -6
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { BigNumber } from "../../../utils";
|
|
2
2
|
export declare const BundleDataSS: import("superstruct").Struct<{
|
|
3
3
|
bundleDepositsV3: Record<string, Record<string, {
|
|
4
|
-
depositId: number;
|
|
5
|
-
originChainId: number;
|
|
6
4
|
blockNumber: number;
|
|
7
5
|
transactionIndex: number;
|
|
8
|
-
logIndex: number;
|
|
9
6
|
transactionHash: string;
|
|
7
|
+
logIndex: number;
|
|
10
8
|
message: string;
|
|
9
|
+
depositId: number;
|
|
10
|
+
originChainId: number;
|
|
11
11
|
inputToken: string;
|
|
12
12
|
inputAmount: BigNumber;
|
|
13
13
|
quoteTimestamp: number;
|
|
@@ -30,13 +30,13 @@ export declare const BundleDataSS: import("superstruct").Struct<{
|
|
|
30
30
|
}[]>>;
|
|
31
31
|
bundleFillsV3: Record<string, Record<string, {
|
|
32
32
|
fills: {
|
|
33
|
-
depositId: number;
|
|
34
|
-
originChainId: number;
|
|
35
33
|
blockNumber: number;
|
|
36
34
|
transactionIndex: number;
|
|
37
|
-
logIndex: number;
|
|
38
35
|
transactionHash: string;
|
|
36
|
+
logIndex: number;
|
|
39
37
|
message: string;
|
|
38
|
+
depositId: number;
|
|
39
|
+
originChainId: number;
|
|
40
40
|
inputToken: string;
|
|
41
41
|
inputAmount: BigNumber;
|
|
42
42
|
quoteTimestamp: number;
|
|
@@ -63,13 +63,13 @@ export declare const BundleDataSS: import("superstruct").Struct<{
|
|
|
63
63
|
totalRefundAmount: BigNumber;
|
|
64
64
|
}>>;
|
|
65
65
|
bundleSlowFillsV3: Record<string, Record<string, {
|
|
66
|
-
depositId: number;
|
|
67
|
-
originChainId: number;
|
|
68
66
|
blockNumber: number;
|
|
69
67
|
transactionIndex: number;
|
|
70
|
-
logIndex: number;
|
|
71
68
|
transactionHash: string;
|
|
69
|
+
logIndex: number;
|
|
72
70
|
message: string;
|
|
71
|
+
depositId: number;
|
|
72
|
+
originChainId: number;
|
|
73
73
|
inputToken: string;
|
|
74
74
|
inputAmount: BigNumber;
|
|
75
75
|
quoteTimestamp: number;
|
|
@@ -92,13 +92,13 @@ export declare const BundleDataSS: import("superstruct").Struct<{
|
|
|
92
92
|
relayerFeePct?: BigNumber | undefined;
|
|
93
93
|
}[]>>;
|
|
94
94
|
expiredDepositsToRefundV3: Record<string, Record<string, {
|
|
95
|
-
depositId: number;
|
|
96
|
-
originChainId: number;
|
|
97
95
|
blockNumber: number;
|
|
98
96
|
transactionIndex: number;
|
|
99
|
-
logIndex: number;
|
|
100
97
|
transactionHash: string;
|
|
98
|
+
logIndex: number;
|
|
101
99
|
message: string;
|
|
100
|
+
depositId: number;
|
|
101
|
+
originChainId: number;
|
|
102
102
|
inputToken: string;
|
|
103
103
|
inputAmount: BigNumber;
|
|
104
104
|
quoteTimestamp: number;
|
|
@@ -120,13 +120,13 @@ export declare const BundleDataSS: import("superstruct").Struct<{
|
|
|
120
120
|
relayerFeePct?: BigNumber | undefined;
|
|
121
121
|
}[]>>;
|
|
122
122
|
unexecutableSlowFills: Record<string, Record<string, {
|
|
123
|
-
depositId: number;
|
|
124
|
-
originChainId: number;
|
|
125
123
|
blockNumber: number;
|
|
126
124
|
transactionIndex: number;
|
|
127
|
-
logIndex: number;
|
|
128
125
|
transactionHash: string;
|
|
126
|
+
logIndex: number;
|
|
129
127
|
message: string;
|
|
128
|
+
depositId: number;
|
|
129
|
+
originChainId: number;
|
|
130
130
|
inputToken: string;
|
|
131
131
|
inputAmount: BigNumber;
|
|
132
132
|
quoteTimestamp: number;
|
|
@@ -152,13 +152,13 @@ export declare const BundleDataSS: import("superstruct").Struct<{
|
|
|
152
152
|
}, {
|
|
153
153
|
bundleBlockRanges: import("superstruct").Struct<number[][], import("superstruct").Struct<number[], import("superstruct").Struct<number, null>>>;
|
|
154
154
|
bundleDepositsV3: import("superstruct").Struct<Record<string, Record<string, {
|
|
155
|
-
depositId: number;
|
|
156
|
-
originChainId: number;
|
|
157
155
|
blockNumber: number;
|
|
158
156
|
transactionIndex: number;
|
|
159
|
-
logIndex: number;
|
|
160
157
|
transactionHash: string;
|
|
158
|
+
logIndex: number;
|
|
161
159
|
message: string;
|
|
160
|
+
depositId: number;
|
|
161
|
+
originChainId: number;
|
|
162
162
|
inputToken: string;
|
|
163
163
|
inputAmount: BigNumber;
|
|
164
164
|
quoteTimestamp: number;
|
|
@@ -180,13 +180,13 @@ export declare const BundleDataSS: import("superstruct").Struct<{
|
|
|
180
180
|
relayerFeePct?: BigNumber | undefined;
|
|
181
181
|
}[]>>, null>;
|
|
182
182
|
expiredDepositsToRefundV3: import("superstruct").Struct<Record<string, Record<string, {
|
|
183
|
-
depositId: number;
|
|
184
|
-
originChainId: number;
|
|
185
183
|
blockNumber: number;
|
|
186
184
|
transactionIndex: number;
|
|
187
|
-
logIndex: number;
|
|
188
185
|
transactionHash: string;
|
|
186
|
+
logIndex: number;
|
|
189
187
|
message: string;
|
|
188
|
+
depositId: number;
|
|
189
|
+
originChainId: number;
|
|
190
190
|
inputToken: string;
|
|
191
191
|
inputAmount: BigNumber;
|
|
192
192
|
quoteTimestamp: number;
|
|
@@ -208,13 +208,13 @@ export declare const BundleDataSS: import("superstruct").Struct<{
|
|
|
208
208
|
relayerFeePct?: BigNumber | undefined;
|
|
209
209
|
}[]>>, null>;
|
|
210
210
|
unexecutableSlowFills: import("superstruct").Struct<Record<string, Record<string, {
|
|
211
|
-
depositId: number;
|
|
212
|
-
originChainId: number;
|
|
213
211
|
blockNumber: number;
|
|
214
212
|
transactionIndex: number;
|
|
215
|
-
logIndex: number;
|
|
216
213
|
transactionHash: string;
|
|
214
|
+
logIndex: number;
|
|
217
215
|
message: string;
|
|
216
|
+
depositId: number;
|
|
217
|
+
originChainId: number;
|
|
218
218
|
inputToken: string;
|
|
219
219
|
inputAmount: BigNumber;
|
|
220
220
|
quoteTimestamp: number;
|
|
@@ -237,13 +237,13 @@ export declare const BundleDataSS: import("superstruct").Struct<{
|
|
|
237
237
|
relayerFeePct?: BigNumber | undefined;
|
|
238
238
|
}[]>>, null>;
|
|
239
239
|
bundleSlowFillsV3: import("superstruct").Struct<Record<string, Record<string, {
|
|
240
|
-
depositId: number;
|
|
241
|
-
originChainId: number;
|
|
242
240
|
blockNumber: number;
|
|
243
241
|
transactionIndex: number;
|
|
244
|
-
logIndex: number;
|
|
245
242
|
transactionHash: string;
|
|
243
|
+
logIndex: number;
|
|
246
244
|
message: string;
|
|
245
|
+
depositId: number;
|
|
246
|
+
originChainId: number;
|
|
247
247
|
inputToken: string;
|
|
248
248
|
inputAmount: BigNumber;
|
|
249
249
|
quoteTimestamp: number;
|
|
@@ -267,13 +267,13 @@ export declare const BundleDataSS: import("superstruct").Struct<{
|
|
|
267
267
|
}[]>>, null>;
|
|
268
268
|
bundleFillsV3: import("superstruct").Struct<Record<string, Record<string, {
|
|
269
269
|
fills: {
|
|
270
|
-
depositId: number;
|
|
271
|
-
originChainId: number;
|
|
272
270
|
blockNumber: number;
|
|
273
271
|
transactionIndex: number;
|
|
274
|
-
logIndex: number;
|
|
275
272
|
transactionHash: string;
|
|
273
|
+
logIndex: number;
|
|
276
274
|
message: string;
|
|
275
|
+
depositId: number;
|
|
276
|
+
originChainId: number;
|
|
277
277
|
inputToken: string;
|
|
278
278
|
inputAmount: BigNumber;
|
|
279
279
|
quoteTimestamp: number;
|
|
@@ -11,6 +11,10 @@ export type CoinGeckoPrice = {
|
|
|
11
11
|
timestamp: number;
|
|
12
12
|
price: number;
|
|
13
13
|
};
|
|
14
|
+
type CGTokenPrice = {
|
|
15
|
+
[currency: string]: number;
|
|
16
|
+
last_updated_at: number;
|
|
17
|
+
};
|
|
14
18
|
export declare class Coingecko {
|
|
15
19
|
private readonly host;
|
|
16
20
|
private readonly proHost;
|
|
@@ -37,13 +41,17 @@ export declare class Coingecko {
|
|
|
37
41
|
*/
|
|
38
42
|
getContractHistoricDayPrice(contractAddress: string, date: string, currency?: string): Promise<number>;
|
|
39
43
|
getContractDetails(contract_address: string, platform_id?: string): Promise<any>;
|
|
40
|
-
getCurrentPriceByContract(
|
|
44
|
+
getCurrentPriceByContract(contractAddress: string, currency?: string, platform_id?: string): Promise<[string, number]>;
|
|
45
|
+
getCurrentPriceById(contractAddress: string, currency?: string, platform_id?: string): Promise<[string, number]>;
|
|
41
46
|
getContractPrices(addresses: Array<string>, currency?: string, platform_id?: string): Promise<CoinGeckoPrice[]>;
|
|
42
47
|
getPlatforms(): Promise<CoinGeckoAssetPlatform[]>;
|
|
43
48
|
call(path: string): Promise<any>;
|
|
44
49
|
protected getPriceCache(currency: string, platform_id: string): {
|
|
45
50
|
[addr: string]: CoinGeckoPrice;
|
|
46
51
|
};
|
|
52
|
+
protected getCachedAddressPrice(contractAddress: string, currency: string, platform_id: string): CoinGeckoPrice | undefined;
|
|
53
|
+
protected updatePriceCache(cgPrice: CGTokenPrice, contractAddress: string, currency: string, platform_id: string): void;
|
|
47
54
|
private _callBasic;
|
|
48
55
|
private _callPro;
|
|
49
56
|
}
|
|
57
|
+
export {};
|
|
@@ -103,39 +103,59 @@ var Coingecko = /** @class */ (function () {
|
|
|
103
103
|
if (platform_id === void 0) { platform_id = "ethereum"; }
|
|
104
104
|
return this.call("coins/".concat(platform_id, "/contract/").concat(contract_address.toLowerCase()));
|
|
105
105
|
};
|
|
106
|
-
Coingecko.prototype.getCurrentPriceByContract = function (
|
|
106
|
+
Coingecko.prototype.getCurrentPriceByContract = function (contractAddress, currency, platform_id) {
|
|
107
107
|
if (currency === void 0) { currency = "usd"; }
|
|
108
108
|
if (platform_id === void 0) { platform_id = "ethereum"; }
|
|
109
109
|
return __awaiter(this, void 0, void 0, function () {
|
|
110
|
-
var priceCache,
|
|
110
|
+
var priceCache, tokenPrice;
|
|
111
111
|
return __generator(this, function (_a) {
|
|
112
112
|
switch (_a.label) {
|
|
113
113
|
case 0:
|
|
114
114
|
priceCache = this.getPriceCache(currency, platform_id);
|
|
115
|
-
|
|
116
|
-
tokenPrice
|
|
117
|
-
|
|
118
|
-
|
|
115
|
+
tokenPrice = this.getCachedAddressPrice(contractAddress, currency, platform_id);
|
|
116
|
+
if (!(tokenPrice === undefined)) return [3 /*break*/, 2];
|
|
117
|
+
return [4 /*yield*/, this.getContractPrices([contractAddress], currency, platform_id)];
|
|
118
|
+
case 1:
|
|
119
|
+
_a.sent();
|
|
120
|
+
tokenPrice = priceCache[contractAddress];
|
|
121
|
+
_a.label = 2;
|
|
122
|
+
case 2:
|
|
123
|
+
assert(tokenPrice !== undefined);
|
|
124
|
+
return [2 /*return*/, [tokenPrice.timestamp.toString(), tokenPrice.price]];
|
|
125
|
+
}
|
|
126
|
+
});
|
|
127
|
+
});
|
|
128
|
+
};
|
|
129
|
+
Coingecko.prototype.getCurrentPriceById = function (contractAddress, currency, platform_id) {
|
|
130
|
+
if (currency === void 0) { currency = "usd"; }
|
|
131
|
+
if (platform_id === void 0) { platform_id = "ethereum"; }
|
|
132
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
133
|
+
var priceCache, tokenPrice, coingeckoId, result, cgPrice, errMsg;
|
|
134
|
+
return __generator(this, function (_a) {
|
|
135
|
+
switch (_a.label) {
|
|
136
|
+
case 0:
|
|
137
|
+
priceCache = this.getPriceCache(currency, platform_id);
|
|
138
|
+
tokenPrice = this.getCachedAddressPrice(contractAddress, currency, platform_id);
|
|
139
|
+
if (!(tokenPrice === undefined)) return [3 /*break*/, 2];
|
|
140
|
+
coingeckoId = getCoingeckoTokenIdByAddress(contractAddress);
|
|
141
|
+
return [4 /*yield*/, this.call("simple/price?ids=".concat(coingeckoId, "&vs_currencies=").concat(currency, "&include_last_updated_at=true"))];
|
|
142
|
+
case 1:
|
|
143
|
+
result = _a.sent();
|
|
144
|
+
cgPrice = result === null || result === void 0 ? void 0 : result[coingeckoId];
|
|
145
|
+
if (cgPrice === undefined || !(cgPrice === null || cgPrice === void 0 ? void 0 : cgPrice[currency])) {
|
|
146
|
+
errMsg = "No price found for ".concat(coingeckoId);
|
|
119
147
|
this.logger.debug({
|
|
120
|
-
at: "Coingecko#
|
|
121
|
-
message:
|
|
122
|
-
maxPriceAge: this.maxPriceAge,
|
|
123
|
-
tokenPrice: tokenPrice,
|
|
148
|
+
at: "Coingecko#getCurrentPriceById",
|
|
149
|
+
message: errMsg,
|
|
124
150
|
});
|
|
151
|
+
throw new Error(errMsg);
|
|
125
152
|
}
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
return [3 /*break*/, 3];
|
|
153
|
+
else {
|
|
154
|
+
this.updatePriceCache(cgPrice, contractAddress, currency, platform_id);
|
|
155
|
+
}
|
|
156
|
+
_a.label = 2;
|
|
131
157
|
case 2:
|
|
132
|
-
|
|
133
|
-
at: "Coingecko#getCurrentPriceByContract",
|
|
134
|
-
message: "Cache hit on token ".concat(contract_address, " (age ").concat(now - tokenPrice.timestamp, " S)."),
|
|
135
|
-
price: tokenPrice,
|
|
136
|
-
});
|
|
137
|
-
_a.label = 3;
|
|
138
|
-
case 3:
|
|
158
|
+
tokenPrice = priceCache[contractAddress];
|
|
139
159
|
assert(tokenPrice !== undefined);
|
|
140
160
|
return [2 /*return*/, [tokenPrice.timestamp.toString(), tokenPrice.price]];
|
|
141
161
|
}
|
|
@@ -148,7 +168,7 @@ var Coingecko = /** @class */ (function () {
|
|
|
148
168
|
if (currency === void 0) { currency = "usd"; }
|
|
149
169
|
if (platform_id === void 0) { platform_id = "ethereum"; }
|
|
150
170
|
return __awaiter(this, void 0, void 0, function () {
|
|
151
|
-
var priceCache, contract_addresses, result, err_1, errMsg
|
|
171
|
+
var priceCache, contract_addresses, result, err_1, errMsg;
|
|
152
172
|
var _this = this;
|
|
153
173
|
return __generator(this, function (_a) {
|
|
154
174
|
switch (_a.label) {
|
|
@@ -180,13 +200,14 @@ var Coingecko = /** @class */ (function () {
|
|
|
180
200
|
err_1 = _a.sent();
|
|
181
201
|
errMsg = "Failed to retrieve ".concat(platform_id, "/").concat(currency, " prices (").concat(err_1, ")");
|
|
182
202
|
this.logger.debug({
|
|
183
|
-
at: "Coingecko#
|
|
203
|
+
at: "Coingecko#getContractPrices",
|
|
184
204
|
message: errMsg,
|
|
185
205
|
tokens: contract_addresses,
|
|
186
206
|
});
|
|
187
207
|
throw new Error(errMsg);
|
|
188
208
|
case 4:
|
|
189
|
-
|
|
209
|
+
// Note: contract_addresses is a reliable reference for the price lookup.
|
|
210
|
+
// priceCache might have been updated subsequently by concurrent price requests.
|
|
190
211
|
contract_addresses.forEach(function (addr) {
|
|
191
212
|
var cgPrice = result[addr.toLowerCase()];
|
|
192
213
|
if (cgPrice === undefined) {
|
|
@@ -195,29 +216,10 @@ var Coingecko = /** @class */ (function () {
|
|
|
195
216
|
message: "Token ".concat(addr, " not included in CoinGecko response."),
|
|
196
217
|
});
|
|
197
218
|
}
|
|
198
|
-
else
|
|
199
|
-
|
|
200
|
-
address: addr,
|
|
201
|
-
price: cgPrice[currency],
|
|
202
|
-
timestamp: cgPrice.last_updated_at,
|
|
203
|
-
};
|
|
204
|
-
updated.push(addr);
|
|
205
|
-
}
|
|
206
|
-
else if (cgPrice.last_updated_at === priceCache[addr].timestamp) {
|
|
207
|
-
_this.logger.debug({
|
|
208
|
-
at: "Coingecko#getContractPrices",
|
|
209
|
-
message: "No new price available for token ".concat(addr, "."),
|
|
210
|
-
token: cgPrice,
|
|
211
|
-
});
|
|
219
|
+
else {
|
|
220
|
+
_this.updatePriceCache(cgPrice, addr, currency, platform_id);
|
|
212
221
|
}
|
|
213
222
|
});
|
|
214
|
-
if (updated.length > 0) {
|
|
215
|
-
this.logger.debug({
|
|
216
|
-
at: "Coingecko#updatePriceCache",
|
|
217
|
-
message: "Updated ".concat(platform_id, "/").concat(currency, " token price cache."),
|
|
218
|
-
tokens: updated,
|
|
219
|
-
});
|
|
220
|
-
}
|
|
221
223
|
return [2 /*return*/, addresses.map(function (addr) { return priceCache[addr]; })];
|
|
222
224
|
}
|
|
223
225
|
});
|
|
@@ -264,6 +266,54 @@ var Coingecko = /** @class */ (function () {
|
|
|
264
266
|
this.prices[platform_id][currency] = {};
|
|
265
267
|
return this.prices[platform_id][currency];
|
|
266
268
|
};
|
|
269
|
+
Coingecko.prototype.getCachedAddressPrice = function (contractAddress, currency, platform_id) {
|
|
270
|
+
var priceCache = this.getPriceCache(currency, platform_id);
|
|
271
|
+
var now = msToS(Date.now());
|
|
272
|
+
var tokenPrice = priceCache[contractAddress];
|
|
273
|
+
if (tokenPrice === undefined || tokenPrice.timestamp + this.maxPriceAge <= now) {
|
|
274
|
+
if (this.maxPriceAge > 0) {
|
|
275
|
+
this.logger.debug({
|
|
276
|
+
at: "Coingecko#getCachedAddressPrice",
|
|
277
|
+
message: "Cache miss on ".concat(platform_id, "/").concat(currency, " for ").concat(contractAddress),
|
|
278
|
+
maxPriceAge: this.maxPriceAge,
|
|
279
|
+
tokenPrice: tokenPrice,
|
|
280
|
+
});
|
|
281
|
+
}
|
|
282
|
+
return undefined;
|
|
283
|
+
}
|
|
284
|
+
else {
|
|
285
|
+
this.logger.debug({
|
|
286
|
+
at: "Coingecko#getCachedAddressPrice",
|
|
287
|
+
message: "Cache hit on token ".concat(contractAddress, " (age ").concat(now - tokenPrice.timestamp, " S)."),
|
|
288
|
+
price: tokenPrice,
|
|
289
|
+
});
|
|
290
|
+
return tokenPrice;
|
|
291
|
+
}
|
|
292
|
+
};
|
|
293
|
+
Coingecko.prototype.updatePriceCache = function (cgPrice, contractAddress, currency, platform_id) {
|
|
294
|
+
var priceCache = this.getPriceCache(currency, platform_id);
|
|
295
|
+
if (priceCache[contractAddress] === undefined) {
|
|
296
|
+
priceCache[contractAddress] = { address: contractAddress, price: 0, timestamp: 0 };
|
|
297
|
+
}
|
|
298
|
+
if (cgPrice.last_updated_at > priceCache[contractAddress].timestamp) {
|
|
299
|
+
priceCache[contractAddress] = {
|
|
300
|
+
address: contractAddress,
|
|
301
|
+
price: cgPrice[currency],
|
|
302
|
+
timestamp: cgPrice.last_updated_at,
|
|
303
|
+
};
|
|
304
|
+
this.logger.debug({
|
|
305
|
+
at: "Coingecko#updatePriceCache",
|
|
306
|
+
message: "Updated ".concat(platform_id, "/").concat(currency, "/").concat(contractAddress, " token price cache."),
|
|
307
|
+
});
|
|
308
|
+
}
|
|
309
|
+
else {
|
|
310
|
+
this.logger.debug({
|
|
311
|
+
at: "Coingecko#updatePriceCache",
|
|
312
|
+
message: "No new price available for token ".concat(contractAddress, "."),
|
|
313
|
+
token: cgPrice,
|
|
314
|
+
});
|
|
315
|
+
}
|
|
316
|
+
};
|
|
267
317
|
Coingecko.prototype._callBasic = function (path, timeout) {
|
|
268
318
|
return __awaiter(this, void 0, void 0, function () {
|
|
269
319
|
var url, result, err_3, msg;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Coingecko.js","sourceRoot":"","sources":["../../../src/coingecko/Coingecko.ts"],"names":[],"mappings":";AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAC1C,OAAO,MAAM,MAAM,QAAQ,CAAC;AAC5B,OAAO,GAAG,MAAM,YAAY,CAAC;AAC7B,OAAO,EAAE,4BAA4B,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAG/D,MAAM,UAAU,KAAK,CAAC,EAAU;IAC9B,OAAO,IAAI,CAAC,KAAK,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC;AAC/B,CAAC;
|
|
1
|
+
{"version":3,"file":"Coingecko.js","sourceRoot":"","sources":["../../../src/coingecko/Coingecko.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { __awaiter, __generator } from "tslib";
|
|
2
|
+
var MAX_PRIORITY_FEE_PER_GAS = BigInt(1);
|
|
3
|
+
// Arbitrum Nitro implements EIP-1559 pricing, but the priority fee is always refunded to the caller.
|
|
4
|
+
// Swap it for 1 Wei to avoid inaccurate transaction cost estimates.
|
|
5
|
+
// Reference: https://developer.arbitrum.io/faqs/gas-faqs#q-priority
|
|
6
|
+
export function eip1559(provider, _chainId) {
|
|
7
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
8
|
+
var _a, _maxFeePerGas, maxPriorityFeePerGas, maxFeePerGas;
|
|
9
|
+
return __generator(this, function (_b) {
|
|
10
|
+
switch (_b.label) {
|
|
11
|
+
case 0: return [4 /*yield*/, provider.estimateFeesPerGas()];
|
|
12
|
+
case 1:
|
|
13
|
+
_a = _b.sent(), _maxFeePerGas = _a.maxFeePerGas, maxPriorityFeePerGas = _a.maxPriorityFeePerGas;
|
|
14
|
+
maxFeePerGas = BigInt(_maxFeePerGas) - maxPriorityFeePerGas + MAX_PRIORITY_FEE_PER_GAS;
|
|
15
|
+
return [2 /*return*/, { maxFeePerGas: maxFeePerGas, maxPriorityFeePerGas: MAX_PRIORITY_FEE_PER_GAS }];
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=arbitrum-viem.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"arbitrum-viem.js","sourceRoot":"","sources":["../../../../src/gasPriceOracle/adapters/arbitrum-viem.ts"],"names":[],"mappings":";AAGA,IAAM,wBAAwB,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;AAE3C,qGAAqG;AACrG,oEAAoE;AACpE,oEAAoE;AACpE,MAAM,UAAgB,OAAO,CAAC,QAAsB,EAAE,QAAgB;;;;;wBACN,qBAAM,QAAQ,CAAC,kBAAkB,EAAE,EAAA;;oBAA3F,KAAwD,SAAmC,EAA3E,aAAa,kBAAA,EAAE,oBAAoB,0BAAA;oBACnD,YAAY,GAAG,MAAM,CAAC,aAAa,CAAC,GAAG,oBAAoB,GAAG,wBAAwB,CAAC;oBAC7F,sBAAO,EAAE,YAAY,cAAA,EAAE,oBAAoB,EAAE,wBAAwB,EAAE,EAAC;;;;CACzE"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { PublicClient } from "viem";
|
|
2
|
+
import { InternalGasPriceEstimate } from "../types";
|
|
3
|
+
export declare function eip1559(provider: PublicClient, _chainId: number): Promise<InternalGasPriceEstimate>;
|
|
4
|
+
export declare function legacy(provider: PublicClient, _chainId: number, _test?: number): Promise<InternalGasPriceEstimate>;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { __awaiter, __generator } from "tslib";
|
|
2
|
+
export function eip1559(provider, _chainId) {
|
|
3
|
+
return provider.estimateFeesPerGas();
|
|
4
|
+
}
|
|
5
|
+
export function legacy(provider, _chainId, _test) {
|
|
6
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
7
|
+
var gasPrice;
|
|
8
|
+
return __generator(this, function (_a) {
|
|
9
|
+
switch (_a.label) {
|
|
10
|
+
case 0: return [4 /*yield*/, provider.getGasPrice()];
|
|
11
|
+
case 1:
|
|
12
|
+
gasPrice = _a.sent();
|
|
13
|
+
return [2 /*return*/, {
|
|
14
|
+
maxFeePerGas: gasPrice,
|
|
15
|
+
maxPriorityFeePerGas: BigInt(0),
|
|
16
|
+
}];
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=ethereum-viem.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ethereum-viem.js","sourceRoot":"","sources":["../../../../src/gasPriceOracle/adapters/ethereum-viem.ts"],"names":[],"mappings":";AAGA,MAAM,UAAU,OAAO,CAAC,QAAsB,EAAE,QAAgB;IAC9D,OAAO,QAAQ,CAAC,kBAAkB,EAAE,CAAC;AACvC,CAAC;AAED,MAAM,UAAgB,MAAM,CAC1B,QAAsB,EACtB,QAAgB,EAChB,KAAc;;;;;wBAEG,qBAAM,QAAQ,CAAC,WAAW,EAAE,EAAA;;oBAAvC,QAAQ,GAAG,SAA4B;oBAE7C,sBAAO;4BACL,YAAY,EAAE,QAAQ;4BACtB,oBAAoB,EAAE,MAAM,CAAC,CAAC,CAAC;yBAChC,EAAC;;;;CACH"}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { __awaiter, __extends, __generator } from "tslib";
|
|
2
|
+
import { BaseHTTPAdapter } from "../../priceClient/adapters/baseAdapter";
|
|
3
|
+
import { isDefined } from "../../utils";
|
|
4
|
+
import { CHAIN_IDs } from "../../constants";
|
|
5
|
+
import { gasPriceError } from "../util";
|
|
6
|
+
import { eip1559 } from "./ethereum-viem";
|
|
7
|
+
var POLYGON = CHAIN_IDs.POLYGON;
|
|
8
|
+
var GWEI = BigInt(1000000000);
|
|
9
|
+
var PolygonGasStation = /** @class */ (function (_super) {
|
|
10
|
+
__extends(PolygonGasStation, _super);
|
|
11
|
+
function PolygonGasStation(_a) {
|
|
12
|
+
var _this = this;
|
|
13
|
+
var _b = _a === void 0 ? {} : _a, _c = _b.chainId, chainId = _c === void 0 ? POLYGON : _c, host = _b.host, _d = _b.timeout, timeout = _d === void 0 ? 1500 : _d, _e = _b.retries, retries = _e === void 0 ? 1 : _e;
|
|
14
|
+
host = (host !== null && host !== void 0 ? host : chainId === POLYGON) ? "gasstation.polygon.technology" : "gasstation-testnet.polygon.technology";
|
|
15
|
+
_this = _super.call(this, "Polygon Gas Station", host, { timeout: timeout, retries: retries }) || this;
|
|
16
|
+
_this.chainId = chainId;
|
|
17
|
+
return _this;
|
|
18
|
+
}
|
|
19
|
+
PolygonGasStation.prototype.getFeeData = function (strategy) {
|
|
20
|
+
if (strategy === void 0) { strategy = "fast"; }
|
|
21
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
22
|
+
var gas, gasPrice, maxPriorityFeePerGas, maxFeePerGas;
|
|
23
|
+
return __generator(this, function (_a) {
|
|
24
|
+
switch (_a.label) {
|
|
25
|
+
case 0: return [4 /*yield*/, this.query("v2", {})];
|
|
26
|
+
case 1:
|
|
27
|
+
gas = _a.sent();
|
|
28
|
+
gasPrice = gas === null || gas === void 0 ? void 0 : gas[strategy];
|
|
29
|
+
if (!this.isPolygon1559GasPrice(gasPrice)) {
|
|
30
|
+
// @todo: generalise gasPriceError() to accept a reason/cause?
|
|
31
|
+
gasPriceError("getFeeData()", this.chainId, gasPrice);
|
|
32
|
+
}
|
|
33
|
+
maxPriorityFeePerGas = BigInt(gasPrice.maxPriorityFee) * GWEI;
|
|
34
|
+
maxFeePerGas = BigInt(gasPrice.maxFee) * GWEI;
|
|
35
|
+
return [2 /*return*/, { maxPriorityFeePerGas: maxPriorityFeePerGas, maxFeePerGas: maxFeePerGas }];
|
|
36
|
+
}
|
|
37
|
+
});
|
|
38
|
+
});
|
|
39
|
+
};
|
|
40
|
+
PolygonGasStation.prototype.isPolygon1559GasPrice = function (gasPrice) {
|
|
41
|
+
if (!isDefined(gasPrice)) {
|
|
42
|
+
return false;
|
|
43
|
+
}
|
|
44
|
+
var _gasPrice = gasPrice;
|
|
45
|
+
return [_gasPrice.maxPriorityFee, _gasPrice.maxFee].every(function (field) { return ["number", "string"].includes(typeof field); });
|
|
46
|
+
};
|
|
47
|
+
return PolygonGasStation;
|
|
48
|
+
}(BaseHTTPAdapter));
|
|
49
|
+
export function gasStation(provider, chainId) {
|
|
50
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
51
|
+
var gasStation, maxPriorityFeePerGas, maxFeePerGas, err_1, minPriorityFee, priorityDelta;
|
|
52
|
+
var _a, _b;
|
|
53
|
+
return __generator(this, function (_c) {
|
|
54
|
+
switch (_c.label) {
|
|
55
|
+
case 0:
|
|
56
|
+
gasStation = new PolygonGasStation({ chainId: chainId, timeout: 2000, retries: 0 });
|
|
57
|
+
_c.label = 1;
|
|
58
|
+
case 1:
|
|
59
|
+
_c.trys.push([1, 3, , 5]);
|
|
60
|
+
return [4 /*yield*/, gasStation.getFeeData()];
|
|
61
|
+
case 2:
|
|
62
|
+
(_a = _c.sent(), maxPriorityFeePerGas = _a.maxPriorityFeePerGas, maxFeePerGas = _a.maxFeePerGas);
|
|
63
|
+
return [3 /*break*/, 5];
|
|
64
|
+
case 3:
|
|
65
|
+
err_1 = _c.sent();
|
|
66
|
+
return [4 /*yield*/, eip1559(provider, chainId)];
|
|
67
|
+
case 4:
|
|
68
|
+
// Fall back to the RPC provider. May be less accurate.
|
|
69
|
+
(_b = _c.sent(), maxPriorityFeePerGas = _b.maxPriorityFeePerGas, maxFeePerGas = _b.maxFeePerGas);
|
|
70
|
+
minPriorityFee = BigInt(30) * GWEI;
|
|
71
|
+
if (minPriorityFee > maxPriorityFeePerGas) {
|
|
72
|
+
priorityDelta = minPriorityFee - maxPriorityFeePerGas;
|
|
73
|
+
maxPriorityFeePerGas = minPriorityFee;
|
|
74
|
+
maxFeePerGas = maxFeePerGas + priorityDelta;
|
|
75
|
+
}
|
|
76
|
+
return [3 /*break*/, 5];
|
|
77
|
+
case 5: return [2 /*return*/, { maxPriorityFeePerGas: maxPriorityFeePerGas, maxFeePerGas: maxFeePerGas }];
|
|
78
|
+
}
|
|
79
|
+
});
|
|
80
|
+
});
|
|
81
|
+
}
|
|
82
|
+
//# sourceMappingURL=polygon-viem.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"polygon-viem.js","sourceRoot":"","sources":["../../../../src/gasPriceOracle/adapters/polygon-viem.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { Transport } from "viem";
|
|
1
2
|
import { providers } from "ethers";
|
|
2
3
|
import { GasPriceEstimate } from "./types";
|
|
3
4
|
/**
|
|
@@ -7,4 +8,11 @@ import { GasPriceEstimate } from "./types";
|
|
|
7
8
|
* @param legacyFallback In the case of an unrecognised chain, fall back to type 0 gas estimation.
|
|
8
9
|
* @returns Am object of type GasPriceEstimate.
|
|
9
10
|
*/
|
|
10
|
-
export declare function getGasPriceEstimate(provider: providers.Provider, chainId?: number, legacyFallback?: boolean): Promise<GasPriceEstimate>;
|
|
11
|
+
export declare function getGasPriceEstimate(provider: providers.Provider, chainId?: number, transport?: Transport, legacyFallback?: boolean): Promise<GasPriceEstimate>;
|
|
12
|
+
/**
|
|
13
|
+
* Provide an estimate for the current gas price for a particular chain.
|
|
14
|
+
* @param providerOrChainId A valid ethers provider or a chain ID.
|
|
15
|
+
* @param transport An optional transport object for custom gas price retrieval.
|
|
16
|
+
* @returns Am object of type GasPriceEstimate.
|
|
17
|
+
*/
|
|
18
|
+
export declare function getViemGasPriceEstimate(providerOrChainId: providers.Provider | number, transport?: Transport): Promise<GasPriceEstimate>;
|