@orbs-network/twap 1.24.2 → 1.25.0

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.
@@ -2200,6 +2200,8 @@ export declare const Configs: {
2200
2200
  Lynex: Config;
2201
2201
  SyncSwap: Config;
2202
2202
  Retro: Config;
2203
+ SushiArb: Config;
2204
+ SushiBase: Config;
2203
2205
  };
2204
2206
  export declare const chainConfig: (chainId: number) => {
2205
2207
  twapAbi: ({
@@ -74,6 +74,8 @@ exports.Configs = {
74
74
  Lynex: Object.assign(Object.assign({}, exports.ChainConfigs.linea), { name: "Lynex", partner: "Orbs:TWAP:Lynex", exchangeAddress: "0x72e3e1fD5D2Ee2F1C2Eb695206D490a1D45C3835", exchangeType: "OpenOceanExchange", pathfinderKey: "19,18" }),
75
75
  SyncSwap: Object.assign(Object.assign({}, exports.ChainConfigs.zkSync), { name: "SyncSwap", partner: "Orbs:TWAP:SyncSwap", exchangeAddress: "0x5D96A072B2854d9a9D56C68806b0Bbcf7Db60b6d", exchangeType: "OpenOceanExchange", pathfinderKey: "2,3" }),
76
76
  Retro: Object.assign(Object.assign({}, exports.ChainConfigs.poly), { name: "Retro", partner: "Orbs:TWAP:Retro", exchangeAddress: "0xC454Abb5b0CA974a4397139764478C736327d2B0", exchangeType: "KyberExchange", pathfinderKey: "retro,retro-v3" }),
77
+ SushiArb: Object.assign(Object.assign({}, exports.ChainConfigs.arb), { name: "SushiArb", partner: "Orbs:TWAP:Sushi", exchangeAddress: "0x10695E3C265639e46D45C7bB427A4a4Fd449Af1E", exchangeType: "RouterExchange", pathfinderKey: "" }),
78
+ SushiBase: Object.assign(Object.assign({}, exports.ChainConfigs.base), { name: "SushiBase", partner: "Orbs:TWAP:Sushi", exchangeAddress: "0x10695E3C265639e46D45C7bB427A4a4Fd449Af1E", exchangeType: "RouterExchange", pathfinderKey: "" }),
77
79
  };
78
80
  const chainConfig = (chainId) => lodash_1.default.find(exports.ChainConfigs, (c) => c.chainId === chainId);
79
81
  exports.chainConfig = chainConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orbs-network/twap",
3
- "version": "1.24.2",
3
+ "version": "1.25.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/orbs-network/twap.git"