Commit 2b4b7db
File tree
5 files changed
+66
-4
lines changed- contracts/migration
- lib/@gearbox-protocol
5 files changed
+66
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
Submodule integrations-v3 updated 38 files
- contracts/adapters/infinifi/InfinifiGatewayAdapter.sol+252
- contracts/adapters/infinifi/InfinifiUnwindingGatewayAdapter.sol+121
- contracts/adapters/kodiak/KodiakIslandGatewayAdapter.sol+362
- contracts/adapters/lido/LidoWithdrawalQueueAdapter.sol+96
- contracts/adapters/mellow/Mellow4626VaultAdapter.sol+7-56
- contracts/adapters/mellow/MellowClaimerAdapter.sol+201
- contracts/adapters/mellow/MellowDVVAdapter.sol+35
- contracts/adapters/mellow/MellowWrapperAdapter.sol+113
- contracts/helpers/infinifi/InfinifiUnwindingGateway.sol+126
- contracts/helpers/infinifi/InfinifiUnwindingPhantomToken.sol+53
- contracts/helpers/kodiak/KodiakIslandGateway.sol+411
- contracts/helpers/lido/LidoWithdrawalPhantomToken.sol+45
- contracts/helpers/lido/LidoWithdrawalQueueGateway.sol+257
- contracts/helpers/mellow/MellowWithdrawalPhantomToken.sol+56-17
- contracts/helpers/upshift/UpshiftVaultGateway.sol+7-12
- contracts/integrations/infinifi/IInfinifiGateway.sol+62
- contracts/integrations/kodiak/IKodiakIsland.sol+21
- contracts/integrations/kodiak/IKodiakIslandRouter.sol+18
- contracts/integrations/kodiak/IKodiakQuoter.sol+16
- contracts/integrations/kodiak/IKodiakSwapRouter.sol+17
- contracts/integrations/lido/ILidoWithdrawalQueue.sol+49
- contracts/integrations/mellow/IMellowClaimer.sol+12
- contracts/integrations/mellow/IMellowMultiVault.sol+41
- contracts/integrations/mellow/IMellowWrapper.sol+10
- contracts/interfaces/infinifi/IInfinifiGatewayAdapter.sol+61
- contracts/interfaces/infinifi/IInfinifiUnwindingGateway.sol+47
- contracts/interfaces/infinifi/IInfinifiUnwindingGatewayAdapter.sol+40
- contracts/interfaces/kodiak/IKodiakIslandGateway.sol+58
- contracts/interfaces/kodiak/IKodiakIslandGatewayAdapter.sol+82
- contracts/interfaces/lido/ILidoWithdrawalQueueAdapter.sol+23
- contracts/interfaces/lido/ILidoWithdrawalQueueGateway.sol+29
- contracts/interfaces/mellow/IMellow4626VaultAdapter.sol+3-14
- contracts/interfaces/mellow/IMellowClaimerAdapter.sol+64
- contracts/interfaces/mellow/IMellowWrapperAdapter.sol+34
- contracts/test/unit/adapters/mellow/Mellow4626VaultAdapter.unit.t.sol+86-57
- contracts/test/unit/adapters/mellow/MellowClaimerAdapter.unit.t.sol+387
- contracts/test/unit/adapters/mellow/MellowDVVAdapter.unit.t.sol+104
- contracts/test/unit/adapters/mellow/MellowWrapperAdapter.unit.t.sol+152
Submodule oracles-v3 updated 7 files
- contracts/interfaces/kodiak/IKodiakIsland.sol+17
- contracts/oracles/kodiak/KodiakIslandPriceFeed.sol+151
- contracts/test/live/kodiak/KodiakIslandLive.t.sol+31
- contracts/test/suites/PriceFeedDeployer.sol+129-128
- contracts/test/unit/ConstantPriceFeed.unit.t.sol+3-3
- foundry.toml+1-1
- lib/@gearbox-protocol/sdk-gov+1-1
Submodule permissionless updated 10 files
- .gitmodules-8
- contracts/factories/RateKeeperFactory.sol+13-14
- contracts/helpers/ZeroPriceFeed.sol+26
- contracts/test/configuration/CreditSuiteConfiguration.unit.t.sol+19-39
- contracts/test/configuration/MarketConfigurator.unit.t.sol+1-1
- contracts/test/configuration/PoolConfiguration.unit.t.sol-1
- contracts/test/helpers/GlobalSetup.sol+6-352
- contracts/test/suite/NewChainDeploySuite.sol-9
- lib/@gearbox-protocol/integrations-v3-1
- lib/@gearbox-protocol/oracles-v3-1
- .github/workflows/release.yml+1
- .releaserc.json+5
- bindings/NetworkDetector.sol+4-1
- contracts/AdapterData.sol+59-21
- contracts/ContractType.sol+12
- contracts/NetworkDetector.sol+8-1
- contracts/PriceFeedDataLive.sol+2.4k-180
- contracts/SupportedContracts.sol+95
- contracts/Tokens.sol+241-214
- contracts/TokensData.sol+268-9
- src/bindings/generate.ts+12-2
- src/config/adapters.ts+29-12
- src/config/configs/index.ts+2
- src/config/configs/nexoConfigMainnet.ts+30-14
- src/config/configs/test_daiConfigMainnet.ts-1
- src/config/configs/test_usdcConfigMainnet.ts-1
- src/config/configs/test_wethConfigMainnet.ts+1-7
- src/config/configs/usdceConfigSonic.ts+251
- src/config/configs/wsConfigSonic.ts+125
- src/config/configs/wstethConfigMainnet.ts+62-77
- src/config/creditManagerV3Config.ts+3-18
- src/contracts/contracts.ts+418-13
- src/contracts/protocols.ts+3
- src/contracts/utilsContracts.ts+85
- src/core/chains.ts+12
- src/oracles/priceFeeds.ts+387-41
- src/router/components.ts+9
- src/tokens/balancer.ts+57-13
- src/tokens/convex.ts+28-4
- src/tokens/curveLP.ts+40
- src/tokens/decimals.ts+30-1
- src/tokens/gear.ts+8-1
- src/tokens/normal.ts+98
- src/tokens/quoted.ts+1
- src/tokens/token.ts+512-32
- src/tokens/tokenData.ts+3
- src/tokens/tokens.spec.ts+1
- src/verification/audits.ts+16
- src/verification/explorers.ts+2
0 commit comments