@hinkal/common 0.0.110 → 0.0.112

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.
Files changed (261) hide show
  1. package/index-DXElTGy9.mjs +254449 -0
  2. package/index.js +455 -642
  3. package/package.json +1 -1
  4. package/{webworker/snarkjsWorker/snarkjsWorkerLogic.js → snarkjsWorkerLogic-CVna_BW9.mjs} +1 -1
  5. package/utxoWorkerLogic-B1Hh-bq4.mjs +64 -0
  6. package/{webworker/workerProxy.js → workerProxy-BDj498Ht.mjs} +1 -1
  7. package/zkProofWorkerLogic-D9rxuuiK.mjs +60 -0
  8. package/API/API.js +0 -58
  9. package/API/HinkalPointsCalls.js +0 -38
  10. package/API/callBeefyGraphAPI.js +0 -37
  11. package/API/callCurveAPI.js +0 -156
  12. package/API/callMonitor.js +0 -30
  13. package/API/callOdosAPI.js +0 -44
  14. package/API/callOneInchAPI.js +0 -37
  15. package/API/callRelayer.js +0 -32
  16. package/API/checkRisk.js +0 -30
  17. package/API/dataServerCalls.js +0 -32
  18. package/API/fetchCommitmentsCache.js +0 -31
  19. package/API/fetchNullifiers.js +0 -30
  20. package/API/getAxelarGasEstimate.js +0 -37
  21. package/API/getCoingeckoPrice.js +0 -27
  22. package/API/getConnextReceiveFee.js +0 -30
  23. package/API/getGasEstimates.js +0 -38
  24. package/API/getRelayerURL.js +0 -32
  25. package/API/getServerURL.js +0 -67
  26. package/API/getTokenPrice.js +0 -41
  27. package/API/kycCalls.js +0 -32
  28. package/API/passwordCalls.js +0 -36
  29. package/API/referralProgramCalls.js +0 -58
  30. package/API/relayCalls.js +0 -30
  31. package/API/restoreSnapshots.js +0 -32
  32. package/API/rewardsPointsCalls.js +0 -40
  33. package/API/userVerifyTransactions.js +0 -45
  34. package/constants/assets.constants.js +0 -16
  35. package/constants/axelar.constants.js +0 -55
  36. package/constants/backend.constants.js +0 -18
  37. package/constants/beefy.registry.js +0 -24
  38. package/constants/chains.constants.js +0 -204
  39. package/constants/coingecko.constants.js +0 -53
  40. package/constants/contracts.constants.js +0 -276
  41. package/constants/crvCvx.registry.js +0 -636
  42. package/constants/crvDynamic.registry.js +0 -24
  43. package/constants/deploy-data/deploy-data-arbMainnet.json.js +0 -7415
  44. package/constants/deploy-data/deploy-data-avalanche.json.js +0 -7411
  45. package/constants/deploy-data/deploy-data-axelar1.json.js +0 -4329
  46. package/constants/deploy-data/deploy-data-axelar2.json.js +0 -4329
  47. package/constants/deploy-data/deploy-data-base.json.js +0 -8425
  48. package/constants/deploy-data/deploy-data-blast.json.js +0 -9600
  49. package/constants/deploy-data/deploy-data-bnbMainnet.json.js +0 -6877
  50. package/constants/deploy-data/deploy-data-ethMainnet.json.js +0 -11427
  51. package/constants/deploy-data/deploy-data-localhost.json.js +0 -13283
  52. package/constants/deploy-data/deploy-data-optimism.json.js +0 -7417
  53. package/constants/deploy-data/deploy-data-polygon.json.js +0 -7439
  54. package/constants/fees.constants.js +0 -57
  55. package/constants/kyc.constants.js +0 -118
  56. package/constants/lido.constants.js +0 -13
  57. package/constants/pendle.registry.js +0 -253
  58. package/constants/protocol.constants.js +0 -26
  59. package/constants/reorg-depths.constants.js +0 -15
  60. package/constants/rewards.constants.js +0 -27
  61. package/constants/server.constants.js +0 -157
  62. package/constants/token-data/ERC20Registry.js +0 -85
  63. package/constants/token-data/arbMainnetRegistry.json.js +0 -946
  64. package/constants/token-data/arbMainnetRegistryFixed.json.js +0 -856
  65. package/constants/token-data/avalancheRegistry.json.js +0 -591
  66. package/constants/token-data/avalancheRegistryFixed.json.js +0 -591
  67. package/constants/token-data/baseRegistry.json.js +0 -490
  68. package/constants/token-data/baseRegistryFixed.json.js +0 -463
  69. package/constants/token-data/blastRegistry.json.js +0 -137
  70. package/constants/token-data/blastRegistryFixed.json.js +0 -137
  71. package/constants/token-data/bnbMainnetRegistry.json.js +0 -973
  72. package/constants/token-data/bnbMainnetRegistryFixed.json.js +0 -973
  73. package/constants/token-data/coingeckoRegistry.json.js +0 -115623
  74. package/constants/token-data/ethMainnetRegistry.json.js +0 -2700
  75. package/constants/token-data/ethMainnetRegistryFixed.json.js +0 -2251
  76. package/constants/token-data/index.js +0 -6
  77. package/constants/token-data/localhostRegistry.json.js +0 -2768
  78. package/constants/token-data/optimismRegistry.json.js +0 -1455
  79. package/constants/token-data/optimismRegistryFixed.json.js +0 -1392
  80. package/constants/token-data/polygonRegistry.json.js +0 -1327
  81. package/constants/token-data/polygonRegistryFixed.json.js +0 -1255
  82. package/constants/token-data/popularTokens.constants.js +0 -14
  83. package/constants/token-data/tokenPricing.consts.js +0 -8
  84. package/constants/vite.constants.js +0 -29
  85. package/crypto/babyJub.js +0 -15
  86. package/crypto/poseidon.js +0 -26
  87. package/crypto/preProcessing.js +0 -9
  88. package/data-structures/Hinkal/Hinkal.js +0 -299
  89. package/data-structures/Hinkal/hinkalActionBeefy.js +0 -101
  90. package/data-structures/Hinkal/hinkalActionConvex.js +0 -83
  91. package/data-structures/Hinkal/hinkalActionCurve.js +0 -112
  92. package/data-structures/Hinkal/hinkalActionLidoEth.js +0 -91
  93. package/data-structures/Hinkal/hinkalActionPendle.js +0 -140
  94. package/data-structures/Hinkal/hinkalActionPendleLP.js +0 -96
  95. package/data-structures/Hinkal/hinkalActionStake.js +0 -138
  96. package/data-structures/Hinkal/hinkalActionVolatile.js +0 -112
  97. package/data-structures/Hinkal/hinkalDeposit.js +0 -95
  98. package/data-structures/Hinkal/hinkalGetZkMeProvider.js +0 -47
  99. package/data-structures/Hinkal/hinkalPrivateWallet.js +0 -66
  100. package/data-structures/Hinkal/hinkalSwap.js +0 -98
  101. package/data-structures/Hinkal/hinkalTransfer.js +0 -5
  102. package/data-structures/Hinkal/hinkalWithdraw.js +0 -91
  103. package/data-structures/Hinkal/resetMerkleTrees.js +0 -49
  104. package/data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.js +0 -83
  105. package/data-structures/ValueCache/ValueCache.js +0 -25
  106. package/data-structures/crypto-keys/decodeUTXO.js +0 -40
  107. package/data-structures/crypto-keys/encryptDecryptUtxo.js +0 -41
  108. package/data-structures/crypto-keys/keyUtils.js +0 -10
  109. package/data-structures/crypto-keys/keys.js +0 -90
  110. package/data-structures/custom-token-registry/CustomTokenRegistry.js +0 -33
  111. package/data-structures/event-service/AbstractAccessTokenSnapshotService.js +0 -131
  112. package/data-structures/event-service/AbstractCommitmentsSnapshotService.js +0 -132
  113. package/data-structures/event-service/AbstractEventService.js +0 -118
  114. package/data-structures/event-service/AbstractNullifierSnapshotService.js +0 -59
  115. package/data-structures/event-service/AbstractSnapshotService.js +0 -35
  116. package/data-structures/merkle-tree/MerkleTree.js +0 -177
  117. package/data-structures/merkle-tree/MerkleTreeIncompleteError.js +0 -8
  118. package/data-structures/snapshot/ClientAccessTokenSnapshotService.js +0 -48
  119. package/data-structures/snapshot/ClientCommitmentsSnapshotService.js +0 -47
  120. package/data-structures/snapshot/ClientNullifierSnapshotService.js +0 -44
  121. package/data-structures/token-price-fetcher/TokenChecker.js +0 -29
  122. package/data-structures/token-price-fetcher/TokenPriceFetcher.js +0 -218
  123. package/data-structures/transactions-manager/TransactionsManager.js +0 -194
  124. package/data-structures/transactions-manager/history/getBeefyData.js +0 -68
  125. package/data-structures/transactions-manager/history/getConvexData.js +0 -57
  126. package/data-structures/transactions-manager/history/getCurveData.js +0 -97
  127. package/data-structures/transactions-manager/history/getDepositData.js +0 -36
  128. package/data-structures/transactions-manager/history/getLidoData.js +0 -44
  129. package/data-structures/transactions-manager/history/getPendleData.js +0 -59
  130. package/data-structures/transactions-manager/history/getSwapData.js +0 -43
  131. package/data-structures/transactions-manager/history/getTxDetails.js +0 -74
  132. package/data-structures/transactions-manager/history/getVolatileData.js +0 -75
  133. package/data-structures/transactions-manager/history/history.types.js +0 -62
  134. package/data-structures/transactions-manager/history/history.utils.js +0 -8
  135. package/data-structures/utxo/Utxo.js +0 -134
  136. package/data-structures/volatile-helper/VolatileHelper.js +0 -181
  137. package/error-handling/customErrors/ErrorWithAmount.js +0 -9
  138. package/error-handling/customErrors/FeeOverTransactionValueError.js +0 -9
  139. package/error-handling/customErrors/customErrors.helpers.js +0 -21
  140. package/error-handling/error-codes.constants.js +0 -184
  141. package/error-handling/get-error.message.js +0 -53
  142. package/error-handling/handleErrorRestore.js +0 -35
  143. package/error-handling/logError.js +0 -7
  144. package/error-handling/types.js +0 -4
  145. package/externalABIs/BUSD.js +0 -519
  146. package/externalABIs/BabPassport.json.js +0 -24
  147. package/externalABIs/BeefyRouterAbi.json.js +0 -1022
  148. package/externalABIs/BeefyStrategyAbi.json.js +0 -1423
  149. package/externalABIs/BeefyVaultAbi.json.js +0 -570
  150. package/externalABIs/BeefyZapAbi.json.js +0 -208
  151. package/externalABIs/BeefyZapOneInchAbi.json.js +0 -340
  152. package/externalABIs/ConvexBoosterAbi.json.js +0 -674
  153. package/externalABIs/ConvexBoosterAbiMainnet.json.js +0 -1002
  154. package/externalABIs/ConvexRewardPoolAbi.json.js +0 -883
  155. package/externalABIs/CurveReadingWrapperAbi.json.js +0 -1422
  156. package/externalABIs/CurveWrappedMainPool.json.js +0 -1136
  157. package/externalABIs/CurveZap.json.js +0 -262
  158. package/externalABIs/CvxCrvUtilities.json.js +0 -264
  159. package/externalABIs/DAI.js +0 -334
  160. package/externalABIs/ERC20.json.js +0 -291
  161. package/externalABIs/GalxePassport.json.js +0 -41
  162. package/externalABIs/IQuoterV2.json.js +0 -205
  163. package/externalABIs/ISwapRouter.json.js +0 -568
  164. package/externalABIs/IUniswapV3Factory.json.js +0 -201
  165. package/externalABIs/IUniswapV3Pool.json.js +0 -999
  166. package/externalABIs/LidoStEthAbi.json.js +0 -1603
  167. package/externalABIs/LidoStMaticAbi.json.js +0 -1764
  168. package/externalABIs/LidoStakeManagerAbi.json.js +0 -2082
  169. package/externalABIs/LidoWithdrawalQueueERC721Abi.json.js +0 -2030
  170. package/externalABIs/LidoWstEthAbi.json.js +0 -480
  171. package/externalABIs/OptimismGasPriceOracle.json.js +0 -206
  172. package/externalABIs/PendleRouterAbi.json.js +0 -173
  173. package/externalABIs/PoLidoNftAbi.json.js +0 -701
  174. package/externalABIs/SanctionsList.js +0 -89
  175. package/externalABIs/USDC.js +0 -721
  176. package/externalABIs/USDR.js +0 -346
  177. package/externalABIs/USDR3CRV.js +0 -542
  178. package/externalABIs/USDT.js +0 -393
  179. package/externalABIs/UniswapV2PoolAbi.json.js +0 -80
  180. package/externalABIs/WETH.js +0 -156
  181. package/externalABIs/amToken.js +0 -350
  182. package/externalABIs/transactionsProver.json.js +0 -39
  183. package/functions/kyc/authentoHelper.js +0 -42
  184. package/functions/kyc/passportHelper.js +0 -39
  185. package/functions/kyc/zkMeHelper.js +0 -56
  186. package/functions/pre-transaction/getFlatFees.js +0 -203
  187. package/functions/pre-transaction/interaction-to-action.js +0 -57
  188. package/functions/pre-transaction/outputUtxoProcessing.js +0 -45
  189. package/functions/pre-transaction/process-gas-estimates.js +0 -57
  190. package/functions/pre-transaction/processAmountChanges.js +0 -229
  191. package/functions/private-wallet/emporium.helpers.js +0 -19
  192. package/functions/private-wallet/opProducer.js +0 -24
  193. package/functions/protocols/convex.protocols.js +0 -41
  194. package/functions/protocols/curve.protocols.js +0 -45
  195. package/functions/protocols/pendle.helpers.js +0 -108
  196. package/functions/snarkjs/common.snarkjs.js +0 -96
  197. package/functions/snarkjs/constant.js +0 -211
  198. package/functions/snarkjs/constructEmporiumProof.js +0 -105
  199. package/functions/snarkjs/constructGeneralZkProof.js +0 -129
  200. package/functions/snarkjs/generateCircomData.js +0 -60
  201. package/functions/snarkjs/generateZkProof.js +0 -18
  202. package/functions/snarkjs/getZKFiles.js +0 -30
  203. package/functions/staking/index.js +0 -40
  204. package/functions/utils/amounts.utils.js +0 -70
  205. package/functions/utils/axelar.utils.js +0 -38
  206. package/functions/utils/cacheFunctions.js +0 -67
  207. package/functions/utils/caseInsensitive.utils.js +0 -6
  208. package/functions/utils/convertIntegrationProviderToExternalActionId.js +0 -16
  209. package/functions/utils/create-provider.js +0 -5
  210. package/functions/utils/enum.utils.js +0 -14
  211. package/functions/utils/erc20tokenFunctions.js +0 -20
  212. package/functions/utils/evmNetworkFunctions.js +0 -29
  213. package/functions/utils/external-action.utils.js +0 -61
  214. package/functions/utils/getDataFromTransaction.js +0 -105
  215. package/functions/utils/memoize.utils.js +0 -14
  216. package/functions/utils/nickname.utils.js +0 -7
  217. package/functions/utils/process.utils.js +0 -4
  218. package/functions/utils/reloadPage.js +0 -4
  219. package/functions/utils/requireEnv.js +0 -7
  220. package/functions/utils/resolve-sync.utils.js +0 -22
  221. package/functions/utils/serialize.utils.js +0 -4
  222. package/functions/utils/string.utils.js +0 -14
  223. package/functions/utils/time.utils.js +0 -8
  224. package/functions/utils/userAgent.js +0 -15
  225. package/functions/utils/volatile-patcher.utils.js +0 -40
  226. package/functions/web3/etherFunctions.js +0 -41
  227. package/functions/web3/events/balanceChangedHandler.js +0 -10
  228. package/functions/web3/events/getInputUtxoAndBalance.js +0 -72
  229. package/functions/web3/events/getShieldedBalance.js +0 -107
  230. package/functions/web3/events/web3RetrieveEvents.js +0 -9
  231. package/functions/web3/functionCalls/accessTokenCalls.js +0 -48
  232. package/functions/web3/functionCalls/approveToken.js +0 -153
  233. package/functions/web3/functionCalls/estimateGasRelayer.js +0 -18
  234. package/functions/web3/functionCalls/transactCallDirect.js +0 -60
  235. package/functions/web3/functionCalls/transactCallRelayer.js +0 -42
  236. package/functions/web3/odosAPI.js +0 -65
  237. package/functions/web3/oneInchAPI.js +0 -61
  238. package/functions/web3/runContractFunction.js +0 -95
  239. package/functions/web3/uniswapAPI.js +0 -97
  240. package/types/beefy.types.js +0 -21
  241. package/types/circom-data.types.js +0 -22
  242. package/types/curve.types.js +0 -25
  243. package/types/ethereum-network.types.js +0 -4
  244. package/types/external-action.types.js +0 -4
  245. package/types/hinkal.stake.types.js +0 -4
  246. package/types/hinkal.types.js +0 -15
  247. package/types/kyc.types.js +0 -13
  248. package/types/pendle.types.js +0 -15
  249. package/types/rewards.types.js +0 -27
  250. package/types/slippage.types.js +0 -15
  251. package/types/time.types.js +0 -58
  252. package/types/token.types.js +0 -4
  253. package/types/transactions.types.js +0 -36
  254. package/webworker/performTaskWithWorker.js +0 -62
  255. package/webworker/snarkjsWorker/snarkjsWorker.types.js +0 -4
  256. package/webworker/utxoWorker/utxoWorker.types.js +0 -4
  257. package/webworker/utxoWorker/utxoWorkerLogic.js +0 -70
  258. package/webworker/worker.registry.js +0 -4
  259. package/webworker/workerFactory.js +0 -42
  260. package/webworker/zkProofWorker/zkProofWorker.types.js +0 -4
  261. package/webworker/zkProofWorker/zkProofWorkerLogic.js +0 -66
@@ -1,636 +0,0 @@
1
- import { chainIds as e } from "./chains.constants.js";
2
- const d = [
3
- {
4
- name: "crv3PoolGauge",
5
- pool: "0xbEbc44782C7dB0a1A60Cb6fe97d0b483032FF1C7",
6
- lpToken: "0x6c3F90f043a72FA612cbac8115EE7e52BDe6E490",
7
- gauge: "0xbFcF63294aD7105dEa65aA58F8AE5BE2D9d0952A",
8
- pid: 9,
9
- cvxRewards: "0x689440f2Ff927E1f24c72F1087E1FAF471eCe1c8",
10
- hasCrvRewards: !0
11
- },
12
- {
13
- name: "fraxUSDCGauge",
14
- pool: "0xDcEF968d416a41Cdac0ED8702fAC8128A64241A2",
15
- lpToken: "0x3175Df0976dFA876431C2E9eE6Bc45b65d3473CC",
16
- gauge: "0xcfc25170633581bf896cb6cdee170e3e3aa59503",
17
- pid: 100,
18
- cvxRewards: "0x7e880867363A7e321f5d260Cade2B0Bb2F717B02",
19
- hasCrvRewards: !0
20
- },
21
- {
22
- name: "frxETHCRVGauge",
23
- pool: "0xa1F8A6807c402E4A15ef4EBa36528A3FED24E577",
24
- lpToken: "0xf43211935C781D5ca1a41d2041F397B8A7366C7A",
25
- gauge: "0x2932a86df44fe8d2a706d8e9c5d51c24883423f5",
26
- pid: 128,
27
- cvxRewards: "0xbD5445402B0a287cbC77cb67B2a52e2FC635dce4",
28
- hasCrvRewards: !0
29
- },
30
- {
31
- name: "crvfraxUSDPGauge",
32
- pool: "0xaE34574AC03A15cd58A92DC79De7B1A0800F1CE3",
33
- lpToken: "0xFC2838a17D8e8B1D5456E0a351B0708a09211147",
34
- gauge: "0xfb860600f1be1f1c72a89b2ef5caf345aff7d39d",
35
- pid: 169,
36
- cvxRewards: "0x6991C1CD588c4e6f6f1de3A0bac5B8BbAb7aAF6d",
37
- hasCrvRewards: !0
38
- },
39
- {
40
- name: "crv3cryptoGauge",
41
- pool: "0xD51a44d3FaE010294C616388b506AcdA1bfAAE46",
42
- lpToken: "0xc4AD29ba4B3c580e6D59105FFf484999997675Ff",
43
- gauge: "0xDeFd8FdD20e0f34115C7018CCfb655796F6B2168",
44
- pid: 38,
45
- cvxRewards: "0x9D5C5E364D81DaB193b72db9E9BE9D8ee669B652",
46
- hasCrvRewards: !0
47
- },
48
- // from here: from element 5
49
- {
50
- name: "crvUsdcSusdGauge",
51
- pool: "0x94cc50e4521bd271c1a997a3a4dc815c2f920b41",
52
- lpToken: "0x94cc50e4521bd271c1a997a3a4dc815c2f920b41",
53
- gauge: "0x512a68dd5433563bad526c8c2838c39debc9a756",
54
- // pid: 198, // actually it has CVX but we do not deploy it
55
- // cvxRewards: '0xbe99C9A460488Ef88eF46db02a1222563acAd636',
56
- hasCrvRewards: !0
57
- },
58
- // {
59
- // name: 'crvUsdSfraxGauge',
60
- // pool: '0xfef79304c80a694dfd9e603d624567d470e1a0e7',
61
- // lpToken: '0xfef79304c80a694dfd9e603d624567d470e1a0e7',
62
- // gauge: '0x62b8da8f1546a092500c457452fc2d45fa1777c4',
63
- // // pid: 252, // actually it has CVX but we do not deploy it
64
- // // cvxRewards: '0x73eA73C3a191bd05F3266eB2414609dC5Fe777a2',
65
- // hasCrvRewards: true,
66
- // },
67
- {
68
- name: "crvUsdDolaGauge",
69
- pool: "0x8272e1a3dbef607c04aa6e5bd3a1a134c8ac063b",
70
- lpToken: "0x8272e1a3dbef607c04aa6e5bd3a1a134c8ac063b",
71
- gauge: "0xecad6745058377744c09747b2715c0170b5699e5",
72
- pid: 215,
73
- cvxRewards: "0xC94208D230EEdC4cDC4F80141E21aA485A515660",
74
- hasCrvRewards: !0
75
- },
76
- {
77
- name: "hyUsdEusdGauge",
78
- pool: "0x8a8434a5952ac2cf4927bbea3ace255c6dd165cd",
79
- lpToken: "0xc794c6a95f30d0ebf7b3bbe85e8a0a95c9e411c1",
80
- gauge: "0x27cace18f661161661683bba43933b2e6eb1741e",
81
- pid: 183,
82
- cvxRewards: "0x245Ec0d447e7f206B43120Ac292dED5E8bB9fe61",
83
- hasCrvRewards: !0
84
- },
85
- {
86
- name: "DolaFraxBpGauge",
87
- pool: "0xe57180685e3348589e9521aa53af0bcd497e884d",
88
- lpToken: "0xe57180685e3348589e9521aa53af0bcd497e884d",
89
- gauge: "0xbe266d68ce3ddfab366bb866f4353b6fc42ba43c",
90
- pid: 115,
91
- cvxRewards: "0x0404d05F3992347d2f0dC3a97bdd147D77C85c1c",
92
- hasCrvRewards: !0
93
- },
94
- {
95
- name: "EusdFraxBpGauge",
96
- pool: "0xaeda92e6a3b1028edc139a4ae56ec881f3064d4f",
97
- lpToken: "0xaeda92e6a3b1028edc139a4ae56ec881f3064d4f",
98
- gauge: "0x8605dc0c339a2e7e85eea043bd29d42da2c6d784",
99
- pid: 156,
100
- cvxRewards: "0xB468dB2E478885B87D7ce0C8DA1D4373A756C138",
101
- hasCrvRewards: !0
102
- },
103
- {
104
- name: "crvUSD-sDAIGauge",
105
- pool: "0x1539c2461d7432cc114b0903f1824079bfca2c92",
106
- lpToken: "0x1539c2461d7432cc114b0903f1824079bfca2c92",
107
- gauge: "0x2b5a5e182768a18c70edd265240578a72ca475ae",
108
- hasCrvRewards: !1
109
- // it has crv rewards but for now we ignore
110
- },
111
- {
112
- name: "hETHWETHGauge",
113
- pool: "0x1f7e9321CE32Af1F9EA1185fD10D31Fea31FFD95",
114
- lpToken: "0x1f7e9321CE32Af1F9EA1185fD10D31Fea31FFD95",
115
- hasCrvRewards: !1,
116
- gauge: ""
117
- },
118
- // new list
119
- {
120
- name: "pxETH-frxETHGauge",
121
- pool: "0xe2Ed1dAc3A9547BC6057e32bf8133b5268D7d987",
122
- lpToken: "0xe2ed1dac3a9547bc6057e32bf8133b5268d7d987",
123
- gauge: "0x277d1424a84b35ec0a8108482551b00b4fc1539b",
124
- hasCrvRewards: !0
125
- },
126
- {
127
- name: "FRAX-FXB_2_DEC312024Gauge",
128
- pool: "0x6307e6688819951cf8d6b6066018243d2496952f",
129
- lpToken: "0x6307e6688819951cf8d6b6066018243d2496952f",
130
- gauge: "0xc2fe9d3c761994897594df63b33b6d843ab7b1cf",
131
- hasCrvRewards: !0
132
- },
133
- {
134
- name: "FRAX-FXB_4_DEC312026Gauge",
135
- pool: "0xe035e27a8ed6842b478933820f90093d205f7098",
136
- lpToken: "0xe035e27a8ed6842b478933820f90093d205f7098",
137
- gauge: "0x0e83df148f69965bfe752250835854b0dbeeaf01",
138
- hasCrvRewards: !0
139
- },
140
- {
141
- name: "FRAX-FXB_1_JUN302024Gauge",
142
- pool: "0x4ef4c7519023f30a78647eeab321d6cfabc2513c",
143
- lpToken: "0x4ef4c7519023f30a78647eeab321d6cfabc2513c",
144
- gauge: "0x35ad1acf0c4be5d4ba11342128d440fdb9e189eb",
145
- hasCrvRewards: !0
146
- },
147
- {
148
- name: "crvUSD-FraxlendV1Gauge",
149
- pool: "0x4253ac4046fbfdafcfe125d067b6d89f6923843e",
150
- lpToken: "0x4253ac4046fbfdafcfe125d067b6d89f6923843e",
151
- gauge: "0xe2c422d954db416a69fb29137fe552cce0e160e9",
152
- hasCrvRewards: !1,
153
- rewards: ["0xD533a949740bb3306d119CC777fa900bA034cd52"],
154
- // = CRV
155
- version: 2
156
- },
157
- {
158
- name: "crvUSD-scrvUSDGauge",
159
- pool: "0x67701d67b60a96473bfc4873e7a484035c8609b0",
160
- lpToken: "0x67701d67b60a96473bfc4873e7a484035c8609b0",
161
- gauge: "0x621ef98282ac42d2bf4c20fc73912a16599e12fb",
162
- hasCrvRewards: !1,
163
- rewards: ["0xD533a949740bb3306d119CC777fa900bA034cd52"],
164
- // = CRV
165
- version: 2
166
- },
167
- {
168
- name: "vETH-WETHGauge",
169
- pool: "0x6685fcfce05e7502bf9f0aa03b36025b09374726",
170
- lpToken: "0x6685fcfce05e7502bf9f0aa03b36025b09374726",
171
- gauge: "0x8dff75976f22db58d7c3fd7b68d782238b0dbe30",
172
- hasCrvRewards: !0,
173
- rewards: ["0x1BB9b64927e0C5e207C9DB4093b3738Eef5D8447", "0x38D64ce1Bdf1A9f24E0Ec469C9cAde61236fB4a0"],
174
- version: 2
175
- },
176
- {
177
- name: "crvUSD-cncCRVUSDGauge",
178
- pool: "0xe3e637f8acc097244a065791142c29fbf5877d18",
179
- lpToken: "0xe3e637f8acc097244a065791142c29fbf5877d18",
180
- gauge: "",
181
- hasCrvRewards: !1
182
- },
183
- {
184
- name: "pufETH-wstETHGauge",
185
- pool: "0xeeda34a377dd0ca676b9511ee1324974fa8d980d",
186
- lpToken: "0xeeda34a377dd0ca676b9511ee1324974fa8d980d",
187
- gauge: "0xf4FA0C7833e778fB9FB392eC36217e17C9133976",
188
- hasCrvRewards: !1,
189
- version: 2
190
- },
191
- {
192
- name: "USDC-USD0Gauge",
193
- pool: "0x14100f81e33C33Ecc7CDac70181Fb45B6E78569F",
194
- lpToken: "0x14100f81e33C33Ecc7CDac70181Fb45B6E78569F",
195
- gauge: "0xc2a56e8888786a30a5b56cbe4450a81ddf26ac0c",
196
- hasCrvRewards: !0,
197
- version: 2
198
- }
199
- // {
200
- // name: 'ethStEthGauge',
201
- // lpToken: '0x06325440D014e39736583c165C2963BA99fAf14E',
202
- // gauge: '0x182b723a58739a9c974cfdb385ceadb237453c28',
203
- // },
204
- // {
205
- // name: 'mim3crvGauge',
206
- // lpToken: '0x5a6A4D54456819380173272A5E8E9B9904BdF41B',
207
- // gauge: '0xd8b712d29381748dB89c36BCa0138d7c75866ddF',
208
- // pid: 40,
209
- // cvxRewards: '0xFd5AbF66b003881b88567EB9Ed9c651F14Dc4771',
210
- // },
211
- // {
212
- // name: 'cvxcrvGauge',
213
- // lpToken: '0x971add32Ea87f10bD192671630be3BE8A11b8623',
214
- // gauge: '0xfb18127c1471131468a1aad4785c19678e521d86',
215
- // pid: 157,
216
- // cvxRewards: '0x39D78f11b246ea4A1f68573c3A5B64E83Cff2cAe',
217
- // },
218
- // {
219
- // name: 'yCRVGauge',
220
- // lpToken: '0x99f5aCc8EC2Da2BC0771c32814EFF52b712de1E5',
221
- // gauge: '0xeebc06d495c96e57542a6d829184a907a02ef602',
222
- // pid: 184,
223
- // cvxRewards: '0x16aA741b46180bdCB83faFb65965B0A94D5a918C',
224
- // },
225
- // {
226
- // name: 'crvCVXETHGauge',
227
- // lpToken: '0x3A283D9c08E8b55966afb64C515f5143cf907611',
228
- // gauge: '0x7E1444BA99dcdFfE8fBdb42C02F0005D14f13BE1',
229
- // pid: 64,
230
- // cvxRewards: '0xb1Fb0BA0676A1fFA83882c7F4805408bA232C1fA',
231
- // },
232
- // {
233
- // name: 'LUSD3CRVGauge',
234
- // lpToken: '0xEd279fDD11cA84bEef15AF5D39BB4d4bEE23F0cA',
235
- // gauge: '0x9b8519a9a00100720ccdc8a120fbed319ca47a14',
236
- // pid: 33,
237
- // cvxRewards: '0x2ad92A7aE036a038ff02B96c88de868ddf3f8190',
238
- // },
239
- // {
240
- // name: 'STBT3CRVGauge',
241
- // lpToken: '0x892D701d94a43bDBCB5eA28891DaCA2Fa22A690b',
242
- // gauge: '0x4b6911e1ae9519640d417ace509b9928d2f8377b',
243
- // },
244
- // {
245
- // name: 'cvxFXSFXSGauge',
246
- // lpToken: '0xF3A43307DcAFa93275993862Aae628fCB50dC768',
247
- // gauge: '0xab1927160ec7414c6fa71763e2a9f3d107c126dd',
248
- // pid: 72,
249
- // cvxRewards: '0xf27AFAD0142393e4b3E5510aBc5fe3743Ad669Cb',
250
- // },
251
- // {
252
- // name: 'cbETHETHGauge',
253
- // lpToken: '0x5b6C539b224014A09B3388e51CaAA8e354c959C8',
254
- // gauge: '0xad96e10123fa34a01cf2314c42d75150849c9295',
255
- // pid: 127,
256
- // cvxRewards: '0x5d02EcD9B83f1187e92aD5be3d1bd2915CA03699',
257
- // },
258
- // {
259
- // name: 'STETHETHCGauge',
260
- // lpToken: '0x828b154032950C8ff7CF8085D841723Db2696056',
261
- // gauge: '0xf668e6d326945d499e5b35e7cd2e82acfbcfe6f0',
262
- // },
263
- // {
264
- // name: 'FRAX3CRVGauge',
265
- // lpToken: '0xd632f22692FaC7611d2AA1C0D552930D43CAEd3B',
266
- // gauge: '0x72e158d38dbd50a483501c24f792bdaaa3e7d55c',
267
- // pid: 32,
268
- // cvxRewards: '0xB900EF131301B307dB5eFcbed9DBb50A3e209B2e',
269
- // },
270
- // {
271
- // name: 'STGUSDCGauge',
272
- // lpToken: '0xdf55670e27bE5cDE7228dD0A6849181891c9ebA1',
273
- // gauge: '0x95d16646311fde101eb9f897fe06ac881b7db802',
274
- // pid: 95,
275
- // cvxRewards: '0x17E3Bc273cFcB972167059E55104DBCC8f8431bE',
276
- // },
277
- // {
278
- // name: 'FRcrvUSDGauge',
279
- // lpToken: '0xEBa0E8Ff5B90576886A01679E140E00Df5E47a0a',
280
- // gauge: '0xd4430498e632f4614c8a83ba4a8cbb3918288800',
281
- // },
282
- // {
283
- // name: 'DOLAFRAXBP3CRVGauge',
284
- // lpToken: '0xE57180685E3348589E9521aa53Af0BCD497E884d',
285
- // gauge: '0xbe266d68ce3ddfab366bb866f4353b6fc42ba43c',
286
- // pid: 115,
287
- // cvxRewards: '0x0404d05F3992347d2f0dC3a97bdd147D77C85c1c',
288
- // },
289
- // {
290
- // name: 'eCRVGauge',
291
- // lpToken: '0xA3D87FffcE63B53E0d54fAa1cc983B7eB0b74A9c',
292
- // gauge: '0x3c0ffff15ea30c35d7a85b85c0782d6c94e1d238',
293
- // pid: 23,
294
- // cvxRewards: '0x192469CadE297D6B21F418cFA8c366b63FFC9f9b',
295
- // },
296
- // {
297
- // name: 'YFIETHGauge',
298
- // lpToken: '0x29059568bB40344487d62f7450E78b8E6C74e0e5',
299
- // gauge: '0x05255c5bd33672b9fea4129c13274d1e6193312d',
300
- // pid: 68,
301
- // cvxRewards: '0x3207bDc327aB67f182B82948fd3DF757F8771324',
302
- // },
303
- // {
304
- // name: 'LDOETHGauge',
305
- // lpToken: '0xb79565c01b7Ae53618d9B847b9443aAf4f9011e7',
306
- // gauge: '0xe5d5aa1bbe72f68df42432813485ca1fc998de32',
307
- // pid: 149,
308
- // cvxRewards: '0x8CA990E954611E5E3d2cc51C013fCC372c8c1D38',
309
- // },
310
- // {
311
- // name: 'alUSDFRAXB3CRVGauge',
312
- // lpToken: '0xB30dA2376F63De30b42dC055C93fa474F31330A5',
313
- // gauge: '0x740ba8aa0052e07b925908b380248cb03f3de5cb',
314
- // pid: 106,
315
- // cvxRewards: '0x26598e3E511ADFadefD70ab2C3475Ff741741104',
316
- // },
317
- // {
318
- // name: 'OETHCRVGauge',
319
- // lpToken: '0x94B17476A93b3262d87B9a326965D1E91f9c13E7',
320
- // gauge: '0xd03be91b1932715709e18021734fcb91bb431715',
321
- // pid: 174,
322
- // cvxRewards: '0x24b65DC1cf053A8D96872c323d29e86ec43eB33A',
323
- // },
324
- // {
325
- // name: 'crvEURSUSDCGauge',
326
- // lpToken: '0x3D229E1B4faab62F621eF2F6A610961f7BD7b23B',
327
- // gauge: '0x65ca7dc5cb661fc58de57b1e1af404649a27ad35',
328
- // pid: 54,
329
- // cvxRewards: '0xb0c1B7b83Baae51284B8BbBa02Ec37742440199d',
330
- // },
331
- // {
332
- // name: 'OUSD3CRVGauge',
333
- // lpToken: '0x87650D7bbfC3A9F10587d7778206671719d9910D',
334
- // gauge: '0x25f0ce4e2f8dba112d9b115710ac297f816087cd',
335
- // pid: 56,
336
- // cvxRewards: '0x7D536a737C13561e0D2Decf1152a653B4e615158',
337
- // },
338
- // {
339
- // name: 'KP3RETHGauge',
340
- // lpToken: '0x4647B6D835f3B393C7A955df51EEfcf0db961606',
341
- // gauge: '0x6d3328f0333f6fb0b2fac87cf5a0ffa7e77beb60',
342
- // pid: 90,
343
- // cvxRewards: '0x0c2da920E577960f39991030CfBdd4cF0a0CfEBD',
344
- // },
345
- // {
346
- // name: 'crvWSBTCGauge',
347
- // lpToken: '0x051d7e5609917Bd9b73f04BAc0DED8Dd46a74301',
348
- // gauge: '0x6d787113f23bed1d5e1530402b3f364d0a6e5af3',
349
- // pid: 135,
350
- // cvxRewards: '0x2a7b6a16Cf7Be51968b69768c3feCaA7E27524A5',
351
- // },
352
- // {
353
- // name: 'TBTCSBTC23CRVGauge',
354
- // lpToken: '0xF95AAa7EBB1620e46221B73588502960Ef63dBa0',
355
- // gauge: '0x0ec3d1f5d737593ff4aedb8e22eb33a1886ddb9a',
356
- // pid: 146,
357
- // cvxRewards: '0xcD491E40849a0E3c2fF84093bbbaAa25C1eF8dE6',
358
- // },
359
- // {
360
- // name: 'hBTCGauge',
361
- // lpToken: '0xb19059ebb43466C323583928285a49f558E572Fd',
362
- // gauge: '0x4c18e409dc8619bfb6a1cb56d114c3f592e0ae79',
363
- // pid: 8,
364
- // cvxRewards: '0x618BD6cBA676a46958c63700C04318c84a7b7c0A',
365
- // },
366
- // {
367
- // name: 'ib3CRVGauge',
368
- // lpToken: '0x5282a4eF67D9C33135340fB3289cc1711c13638C',
369
- // gauge: '0xf5194c3325202f456c95c1cf0ca36f8475c1949f',
370
- // pid: 29,
371
- // cvxRewards: '0x3E03fFF82F77073cc590b656D42FceB12E4910A8',
372
- // },
373
- // {
374
- // name: 'sBTCGauge',
375
- // lpToken: '0x075b1bb99792c9E1041bA13afEf80C91a1e70fB3',
376
- // gauge: '0x705350c4bcd35c9441419ddd5d2f097d7a55410f',
377
- // },
378
- // {
379
- // name: 'alUSD3CRVGauge',
380
- // lpToken: '0x43b4FdFD4Ff969587185cDB6f0BD875c5Fc83f8c',
381
- // gauge: '0x9582c4adacb3bce56fea3e590f05c3ca2fb9c477',
382
- // pid: 36,
383
- // cvxRewards: '0x02E2151D4F351881017ABdF2DD2b51150841d5B3',
384
- // },
385
- // {
386
- // name: 'FPIFRAXGauge',
387
- // lpToken: '0x4704aB1fb693ce163F7c9D3A31b3FF4eaF797714',
388
- // gauge: '0xdB7cbbb1d5D5124F86E92001C9dFDC068C05801D',
389
- // pid: 82,
390
- // cvxRewards: '0x1A8D59cCbbC81ecD556B86969680faD2F238F18f',
391
- // },
392
- // {
393
- // name: 'crvCvxCrvGauge',
394
- // lpToken: '0x9D0464996170c6B9e75eED71c68B99dDEDf279e8',
395
- // gauge: '0x903da6213a5a12b61c821598154efad98c3b20e4',
396
- // pid: 41,
397
- // cvxRewards: '0x0392321e86F42C2F94FBb0c6853052487db521F0',
398
- // },
399
- // {
400
- // name: 'uzdFraxbp',
401
- // lpToken: '0x68934F60758243eafAf4D2cFeD27BF8010bede3a',
402
- // gauge: '0xbdca4f610e7101cc172e2135ba025737b99abd30',
403
- // pid: 158,
404
- // cvxRewards: '0x820Fad75512c8C3E57Ad021d016846CEEB5F7105',
405
- // },
406
- ], c = [
407
- {
408
- name: "stCRVTriCryptoPoolGauge",
409
- pool: "0xc7c939A474CB10EB837894D1ed1a77C61B268Fa7",
410
- lpToken: "0xA73EdCf18421B56D9AF1cE08A34E102E23b2C4B6",
411
- gauge: "0x40371aad2a24ed841316ef30938881440fd4426c",
412
- pid: 8,
413
- cvxRewards: "0xA9249f8667cb120F065D9dA1dCb37AD28E1E8FF0",
414
- hasCrvRewards: !0
415
- },
416
- {
417
- name: "stEURT3PoolGauge",
418
- pool: "0xB446BF7b8D6D4276d0c75eC0e3ee8dD7Fe15783A",
419
- lpToken: "0x600743B1d8A96438bD46836fD34977a00293f6Aa",
420
- gauge: "0x8b397084699cc64e429f610f81fac13bf061ef55",
421
- pid: 5,
422
- cvxRewards: "0xc501491b0e4A73B2eFBaC564a412a927D2fc83dD",
423
- hasCrvRewards: !0
424
- },
425
- {
426
- name: "stMAIFRAXPoolGauge",
427
- pool: "0xA691D34Abf93C0A77998e53B564bEcfaf46Dae27",
428
- lpToken: "0xa691d34abf93c0a77998e53b564becfaf46dae27",
429
- gauge: "0xfc052e70eb6d94afe464a8ce8f43d203109494f2",
430
- hasCrvRewards: !1
431
- },
432
- {
433
- name: "stwmaticTriCryptoGauge",
434
- pool: "0x7BBc0e92505B485aeb3e82E828cb505DAf1E50c6",
435
- lpToken: "0xb0658482b405496C4EE9453cD0a463b134aEf9d0",
436
- gauge: "0x0e2f214b8f5d0cca011a8298bb907fb62f535160",
437
- pid: 9,
438
- cvxRewards: "0x835cA119fA28515B1F184A5Ce5Ccda2B5b0d9F6D",
439
- hasCrvRewards: !0
440
- },
441
- {
442
- name: "stMaticWMaticGauge",
443
- pool: "0xFb6FE7802bA9290ef8b00CA16Af4Bc26eb663a28",
444
- lpToken: "0xe7CEA2F6d7b120174BF3A9Bc98efaF1fF72C997d",
445
- gauge: "0x9633e0749faa6ec6d992265368b88698d6a93ac0",
446
- hasCrvRewards: !1
447
- }
448
- ], f = [
449
- {
450
- name: "2CRVGauge",
451
- pool: "0x7f90122BF0700F9E7e1F688fe926940E8839F353",
452
- lpToken: "0x7f90122BF0700F9E7e1F688fe926940E8839F353",
453
- gauge: "0xce5f24b7a95e9cba7df4b54e911b4a3dc8cdaf6f",
454
- pid: 7,
455
- cvxRewards: "0x971E732B5c91A59AEa8aa5B0c763E6d648362CF8",
456
- hasCrvRewards: !0
457
- },
458
- {
459
- name: "wstETHCRVGauge",
460
- pool: "0x6eB2dc694eB516B16Dc9FBc678C60052BbdD7d80",
461
- lpToken: "0xDbcD16e622c95AcB2650b38eC799f76BFC557a0b",
462
- gauge: "0x098ef55011b6b8c99845128114a9d9159777d697",
463
- hasCrvRewards: !1
464
- },
465
- {
466
- name: "FRAXBPGauge",
467
- pool: "0xC9B8a3FDECB9D5b218d02555a8Baf332E5B740d5",
468
- lpToken: "0xC9B8a3FDECB9D5b218d02555a8Baf332E5B740d5",
469
- gauge: "0x95285ea6ff14f80a2fd3989a6bab993bd6b5fa13",
470
- pid: 10,
471
- cvxRewards: "0x93729702Bf9E1687Ae2124e191B8fFbcC0C8A0B0",
472
- hasCrvRewards: !0
473
- },
474
- {
475
- name: "VSTFRAXGauge",
476
- pool: "0x59bF0545FCa0E5Ad48E13DA269faCD2E8C886Ba4",
477
- lpToken: "0x59bF0545FCa0E5Ad48E13DA269faCD2E8C886Ba4",
478
- gauge: "0xf2ddf89c04d702369ab9ef8399edb99a76e951ce",
479
- hasCrvRewards: !1
480
- },
481
- {
482
- name: "2BTCGauge",
483
- pool: "0x755D6688AD74661Add2FB29212ef9153D40fcA46",
484
- lpToken: "0x755D6688AD74661Add2FB29212ef9153D40fcA46",
485
- gauge: "0xd6dacdcb438f048cf90e53415872cdb3fcc95421",
486
- pid: 12,
487
- cvxRewards: "0x6B7B84F6EC1c019aF08C7A2F34D3C10cCB8A8eA6",
488
- hasCrvRewards: !0
489
- },
490
- {
491
- name: "btcCRVGauge",
492
- pool: "0x3E01dD8a5E1fb3481F0F589056b428Fc308AF0Fb",
493
- lpToken: "0x3E01dD8a5E1fb3481F0F589056b428Fc308AF0Fb",
494
- gauge: "0xc2b1df84112619d190193e48148000e3990bf627",
495
- hasCrvRewards: !1
496
- },
497
- {
498
- name: "REUSD3CRVGauge",
499
- pool: "0xae0babD1483ed944BeEd2e112021Ed01301A83aC",
500
- lpToken: "0xae0babD1483ed944BeEd2e112021Ed01301A83aC",
501
- gauge: "0x7c0ac20c3ca8c6257ea099131081d8199bf6b8f6",
502
- hasCrvRewards: !1
503
- // it is unususal contract -> does not have interface we need e.g. inv_integral
504
- }
505
- ], b = [
506
- {
507
- name: "crvSUSDGauge",
508
- pool: "0x061b87122Ed14b9526A813209C8a59a633257bAb",
509
- lpToken: "0x061b87122Ed14b9526A813209C8a59a633257bAb",
510
- gauge: "0xc5ae4b5f86332e70f3205a8151ee9ed9f71e0797",
511
- hasCrvRewards: !0
512
- },
513
- // {
514
- // name: 'wstETHGauge',
515
- // lpToken: '0xEfDE221f306152971D8e9f181bFe998447975810',
516
- // gauge: '0xd53ccbfed6577d8dc82987e766e75e3cb73a8563',
517
- // },
518
- {
519
- name: "CRV3Gauge",
520
- pool: "0x1337BedC9D22ecbe766dF105c9623922A27963EC",
521
- lpToken: "0x1337BedC9D22ecbe766dF105c9623922A27963EC",
522
- gauge: "0x15f52286c0ff1d7a7ddbc9e300dd66628d46d4e6",
523
- hasCrvRewards: !0
524
- },
525
- {
526
- name: "sBTCGauge",
527
- pool: "0x9F2fE3500B1a7E285FDc337acacE94c480e00130",
528
- lpToken: "0x9F2fE3500B1a7E285FDc337acacE94c480e00130",
529
- gauge: "0x172a5af37f69c69cc59e748d090a70615830a5dd",
530
- hasCrvRewards: !0
531
- },
532
- {
533
- name: "sETHGauge",
534
- pool: "0x7Bc5728BC2b59B45a58d9A576E2Ffc5f0505B35E",
535
- lpToken: "0x7Bc5728BC2b59B45a58d9A576E2Ffc5f0505B35E",
536
- gauge: "0xcb8883d1d8c560003489df43b30612aabb8013bb",
537
- hasCrvRewards: !0
538
- },
539
- {
540
- name: "MIM3CRVGauge",
541
- pool: "0x810D1AaA4Cd8F21c23bB648F2dfb9DC232A01F09",
542
- lpToken: "0x810D1AaA4Cd8F21c23bB648F2dfb9DC232A01F09",
543
- gauge: "0x2eb49a3eff789d7b2286bf17667acbf12d882c17",
544
- hasCrvRewards: !0
545
- },
546
- {
547
- name: "BTC2Gauge",
548
- pool: "0x1Dc5c0f8668a9F54ED922171d578011850ca0341",
549
- lpToken: "0x1Dc5c0f8668a9F54ED922171d578011850ca0341",
550
- gauge: "0xcea806562b757aeffa9fe9d0a03c909b4a204254",
551
- hasCrvRewards: !0
552
- }
553
- ], r = [
554
- {
555
- name: "3PoolGauge",
556
- pool: "0xD79138c49c49200a1Afc935171D1bDAd084FDc95",
557
- lpToken: "0xD79138c49c49200a1Afc935171D1bDAd084FDc95",
558
- gauge: "0x1aeaa1b998307217d62e9eefb6407b10598ef3b8",
559
- hasCrvRewards: !0
560
- },
561
- // {
562
- // name: 'crvUSDBTCAVAXGauge',
563
- // lpToken: '0x6a4aC4DE3bF6bCD2975E2cb15A46954D9bA43fDb',
564
- // gauge: '0xf6c5be565a25be925c9d8fb0368a87bd20ee470b',
565
- // },
566
- {
567
- name: "3poolV2Gauge",
568
- pool: "0xAEA2E71b631fA93683BCF256A8689dFa0e094fcD",
569
- lpToken: "0xAEA2E71b631fA93683BCF256A8689dFa0e094fcD",
570
- gauge: "0x8e492286d489fc833e42eaf3c38d609583c37ea1",
571
- hasCrvRewards: !1
572
- },
573
- {
574
- name: "USDLGauge",
575
- pool: "0x943F3B750447AbDd61cdF68AE6c3912cd3bedA04",
576
- lpToken: "0x943F3B750447AbDd61cdF68AE6c3912cd3bedA04",
577
- gauge: "0xf8c224c6fbc5911028bb69276b005b5a7b1e6274",
578
- hasCrvRewards: !1
579
- }
580
- // {
581
- // name: '2CRVGauge',
582
- // lpToken: '0x0974D9d3bc463Fa17497aAFc3a87535553298FbE',
583
- // gauge: '0xccc69bdeea2143def4279676e5d80a33e58174a0',
584
- // },
585
- ], C = [
586
- {
587
- name: "4poolUSDGauge",
588
- pool: "0xf6C5F01C7F3148891ad0e19DF78743D31E390D1f",
589
- lpToken: "0xf6C5F01C7F3148891ad0e19DF78743D31E390D1f",
590
- gauge: "0x79edc58C471Acf2244B8f93d6f425fD06A439407",
591
- hasCrvRewards: !0,
592
- version: 2
593
- },
594
- {
595
- name: "tricryptoGauge",
596
- pool: "0x6e53131F68a034873b6bFA15502aF094Ef0c5854",
597
- lpToken: "0x6e53131F68a034873b6bFA15502aF094Ef0c5854",
598
- gauge: "0x93933FA992927284e9d508339153B31eb871e1f4",
599
- hasCrvRewards: !0,
600
- version: 2
601
- },
602
- {
603
- name: "CRVcrvUSDGauge",
604
- pool: "0xDE37E221442Fa15C35dc19FbAE11Ed106ba52fB2",
605
- lpToken: "0x6DfE79cecE4f64c1a34F48cF5802492aB595257E",
606
- gauge: "0x89289DC2192914a9F0674f1E9A17C56456549b8A",
607
- hasCrvRewards: !0,
608
- version: 2
609
- }
610
- ], o = (a) => {
611
- switch (a) {
612
- case e.ethMainnet:
613
- return d;
614
- case e.polygon:
615
- return c;
616
- case e.avalanche:
617
- return r;
618
- case e.arbMainnet:
619
- return f;
620
- case e.optimism:
621
- return b;
622
- case e.base:
623
- return C;
624
- default:
625
- return [];
626
- }
627
- };
628
- export {
629
- f as arbMainnetCrvCvxRegistry,
630
- r as avalancheCrvCvxRegistry,
631
- C as baseCrvCvxRegistry,
632
- d as ethCrvCvxRegistry,
633
- o as getCrvCvxWithChainId,
634
- b as optimismCrvCvxRegistry,
635
- c as polygonCrvCvxRegistry
636
- };
@@ -1,24 +0,0 @@
1
- import { getNonLocalhostChainId as a, chainIds as f } from "./chains.constants.js";
2
- const b = (e) => {
3
- switch (a(e)) {
4
- case f.ethMainnet:
5
- return [
6
- "0xe2ed1dac3a9547bc6057e32bf8133b5268d7d987",
7
- "0x6307e6688819951cf8d6b6066018243d2496952f",
8
- "0xe035e27a8ed6842b478933820f90093d205f7098",
9
- "0x4ef4c7519023f30a78647eeab321d6cfabc2513c",
10
- "0x4253ac4046fbfdafcfe125d067b6d89f6923843e",
11
- "0x67701d67b60a96473bfc4873e7a484035c8609b0",
12
- "0x6685fcfce05e7502bf9f0aa03b36025b09374726",
13
- "0xe3e637f8acc097244a065791142c29fbf5877d18",
14
- "0xeeda34a377dd0ca676b9511ee1324974fa8d980d",
15
- "0x14100f81e33c33ecc7cdac70181fb45b6e78569f",
16
- "0x1f7e9321ce32af1f9ea1185fd10d31fea31ffd95"
17
- ];
18
- default:
19
- return [];
20
- }
21
- };
22
- export {
23
- b as getCalcTokenAmountWithDynamicArray
24
- };