@orbs-network/twap 1.13.2 → 1.13.4
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/src/configs.js +1 -1
- package/dist/src/paraswap.js +1 -1
- package/package.json +3 -3
package/dist/src/configs.js
CHANGED
|
@@ -67,7 +67,7 @@ exports.Configs = {
|
|
|
67
67
|
PangolinDaas: Object.assign(Object.assign({}, exports.ChainConfigs.avax), { name: "PangolinDaas", partner: "Orbs:TWAP:PangolinDaas", exchangeAddress: "0x1579EED0527781B1A748043AA1f59a3858Ace4a7", exchangeType: "PangolinDaasExchange", pathfinderKey: ParaswapOnlyDex.Pangolin }),
|
|
68
68
|
QuickSwap: Object.assign(Object.assign({}, exports.ChainConfigs.poly), { name: "QuickSwap", partner: "Orbs:TWAP:QuickSwap", exchangeAddress: "0x26D0ec4Be402BCE03AAa8aAf0CF67e9428ba54eF", exchangeType: "ParaswapExchange", pathfinderKey: ParaswapOnlyDex.QuickSwap }),
|
|
69
69
|
Chronos: Object.assign(Object.assign({}, exports.ChainConfigs.arb), { name: "Chronos", partner: "Orbs:TWAP:Chronos", exchangeAddress: "0xA0b07F9a11dFb01388149abBdbc5B4f2196600AB", exchangeType: "OdosExchange", pathfinderKey: OdosOnlyDex.Chronos }),
|
|
70
|
-
Thena: Object.assign(Object.assign({}, exports.ChainConfigs.bsc), { name: "Thena", partner: "Orbs:TWAP:Thena", exchangeAddress: "
|
|
70
|
+
Thena: Object.assign(Object.assign({}, exports.ChainConfigs.bsc), { name: "Thena", partner: "Orbs:TWAP:Thena", exchangeAddress: "0xc2aBC02acd77Bb2407efA22348dA9afC8B375290", exchangeType: "OpenOceanExchange", pathfinderKey: OpenOceanOnlyDex.Thena }),
|
|
71
71
|
PancakeSwap: Object.assign(Object.assign({}, exports.ChainConfigs.bsc), { name: "PancakeSwap", partner: "Orbs:TWAP:PancakeSwap", exchangeAddress: "0xD63430c74C8E70D9dbdCA04C6a9E6E9E929028DA", exchangeType: "ParaswapExchange", pathfinderKey: ParaswapOnlyDex.PancakeSwap }),
|
|
72
72
|
};
|
|
73
73
|
const chainConfig = (chainId) => lodash_1.default.find(exports.ChainConfigs, (c) => c.chainId === chainId);
|
package/dist/src/paraswap.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orbs-network/twap",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.4",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/orbs-network/twap.git"
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"author": "Orbs",
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@defi.org/web3-candies": "4.16.
|
|
11
|
+
"@defi.org/web3-candies": "^4.16.0"
|
|
12
12
|
},
|
|
13
13
|
"main": "./dist/src/index.js",
|
|
14
14
|
"types": "./dist/src/index.d.ts",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"test:logs": "for t in eth ftm poly avax arb; do DEBUG=web3-candies npm run test:$t -- --logs; done",
|
|
29
29
|
"test": "for t in eth ftm poly avax arb; do npm run test:$t; done",
|
|
30
30
|
"test:eth": "NETWORK=ETH BLOCK=14905987 hardhat test",
|
|
31
|
-
"test:ftm": "NETWORK=FTM
|
|
31
|
+
"test:ftm": "NETWORK=FTM hardhat test",
|
|
32
32
|
"test:poly": "NETWORK=POLY hardhat test",
|
|
33
33
|
"test:avax": "NETWORK=AVAX hardhat test",
|
|
34
34
|
"test:arb": "NETWORK=ARB hardhat test",
|