@cetusprotocol/aggregator-sdk 0.3.4 → 0.3.5
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/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/client.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -6352,7 +6352,7 @@ var AggregatorClient8 = class {
|
|
|
6352
6352
|
// Include deepbookv3, scallop
|
|
6353
6353
|
publishedAtV2() {
|
|
6354
6354
|
if (this.env === 0 /* Mainnet */) {
|
|
6355
|
-
return "
|
|
6355
|
+
return "0x6d70ffa7aa3f924c3f0b573d27d29895a0ee666aaff821073f75cb14af7fd01a";
|
|
6356
6356
|
} else {
|
|
6357
6357
|
return "0x0ed287d6c3fe4962d0994ffddc1d19a15fba6a81533f3f0dcc2bbcedebce0637";
|
|
6358
6358
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -6350,7 +6350,7 @@ var AggregatorClient8 = class {
|
|
|
6350
6350
|
// Include deepbookv3, scallop
|
|
6351
6351
|
publishedAtV2() {
|
|
6352
6352
|
if (this.env === 0 /* Mainnet */) {
|
|
6353
|
-
return "
|
|
6353
|
+
return "0x6d70ffa7aa3f924c3f0b573d27d29895a0ee666aaff821073f75cb14af7fd01a";
|
|
6354
6354
|
} else {
|
|
6355
6355
|
return "0x0ed287d6c3fe4962d0994ffddc1d19a15fba6a81533f3f0dcc2bbcedebce0637";
|
|
6356
6356
|
}
|
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -379,7 +379,7 @@ export class AggregatorClient {
|
|
|
379
379
|
publishedAtV2(): string {
|
|
380
380
|
if (this.env === Env.Mainnet) {
|
|
381
381
|
// return "0x43811be4677f5a5de7bf2dac740c10abddfaa524aee6b18e910eeadda8a2f6ae" // version 1, deepbookv3
|
|
382
|
-
return "
|
|
382
|
+
return "0x6d70ffa7aa3f924c3f0b573d27d29895a0ee666aaff821073f75cb14af7fd01a" // version 3, deepbookv3 & scallop
|
|
383
383
|
} else {
|
|
384
384
|
return "0x0ed287d6c3fe4962d0994ffddc1d19a15fba6a81533f3f0dcc2bbcedebce0637"
|
|
385
385
|
}
|