Skip to content

Commit

Permalink
chore(deps): bump contracts/lib/tnt-core from 37f34c5 to c1fa9c7 (#…
Browse files Browse the repository at this point in the history
…28)

Bumps [contracts/lib/tnt-core](https://github.com/tangle-network/tnt-core) from `37f34c5` to `c1fa9c7`.
- [Commits](tangle-network/tnt-core@37f34c5...c1fa9c7)

---
updated-dependencies:
- dependency-name: contracts/lib/tnt-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent 42d7ebf commit f876f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/lib/tnt-core
Submodule tnt-core updated 74 files
+4 −23 .gitmodules
+47 −46 examples/IncredibleSquaringBlueprint.sol
+0 −1 lib/clones-with-immutable-args
+0 −1 lib/openzeppelin-contracts-upgradeable
+0 −1 lib/prb-test
+0 −1 lib/solmate
+0 −1 lib/uniswap-v3-core
+0 −49 script/Adapter_Deploy.s.sol
+0 −50 script/DEPLOY.md
+0 −76 script/Liquifie_Deploy.s.sol
+0 −26 script/XYZ_Data.s.sol
+0 −46 script/XYZ_Deploy.s.sol
+0 −43 script/XYZ_Faucet.s.sol
+0 −26 script/XYZ_Liquifier.s.sol
+0 −51 script/XYZ_Stake.s.sol
+0 −62 script/anvil_xyz.sh
+0 −44 script/arbgoerli_testnet.sh
+0 −56 script/deploy_liquid_staking.sh
+0 −111 src/BlueprintServiceManager.sol
+159 −0 src/BlueprintServiceManagerBase.sol
+94 −0 src/IBlueprintServiceManager.sol
+0 −32 src/lst/LST.sol
+0 −47 src/lst/adapters/Adapter.sol
+0 −233 src/lst/adapters/GraphAdapter.sol
+0 −161 src/lst/adapters/LivepeerAdapter.sol
+0 −207 src/lst/adapters/PolygonAdapter.sol
+0 −51 src/lst/adapters/interfaces/IGraph.sol
+0 −52 src/lst/adapters/interfaces/ILivepeer.sol
+0 −47 src/lst/adapters/interfaces/IPolygon.sol
+0 −65 src/lst/adapters/interfaces/ISwapRouter.sol
+0 −54 src/lst/adapters/interfaces/IUniswap_Quoter.sol
+0 −14 src/lst/adapters/interfaces/IWETH9.sol
+0 −48 src/lst/factory/Factory.sol
+0 −25 src/lst/interfaces/IERC165.sol
+0 −94 src/lst/interfaces/IERC20.sol
+0 −33 src/lst/interfaces/IERC721.sol
+0 −272 src/lst/liquidtoken/TgToken.sol
+0 −24 src/lst/liquidtoken/TgTokenStorage.sol
+0 −24 src/lst/liquifier/ILiquifier.sol
+0 −216 src/lst/liquifier/Liquifier.sol
+0 −64 src/lst/liquifier/LiquifierBase.sol
+0 −171 src/lst/registry/Registry.sol
+0 −29 src/lst/registry/RegistryStorage.sol
+0 −9 src/lst/registry/Roles.sol
+0 −134 src/lst/unlocks/Base64.sol
+0 −106 src/lst/unlocks/Renderer.sol
+0 −131 src/lst/unlocks/Unlocks.sol
+0 −9 src/lst/utils/ERC721Receiver.sol
+0 −34 src/lst/utils/Multicall.sol
+0 −74 src/lst/utils/SelfPermit.sol
+0 −20 src/lst/utils/StaticCall.sol
+0 −34 src/lst/utils/TWAP.sol
+0 −19 src/lst/utils/Utils.sol
+0 −377 test/adapters/GraphAdapter.t.sol
+0 −103 test/adapters/PolygonAdapter.t.sol
+0 −64 test/factory/Factory.t.sol
+0 −37 test/fixes/advisory-fix-1.sol
+0 −53 test/fork-tests/Fixture.sol
+0 −262 test/fork-tests/Graph.arbitrum.t.sol
+0 −324 test/fork-tests/Livepeer.arbitrum.t.sol
+0 −240 test/fork-tests/Polygon.mainnet.t.sol
+0 −61 test/helpers/Faucet.sol
+0 −103 test/helpers/Helpers.sol
+0 −70 test/helpers/StakingXYZ.sol
+0 −99 test/helpers/UUPSTestHelper.sol
+0 −68 test/helpers/XYZAdapter.sol
+0 −280 test/liquidtoken/TgToken.invariant.t.sol
+0 −352 test/liquidtoken/TgToken.t.sol
+0 −22 test/liquifier/Liquifier.harness.sol
+0 −400 test/liquifier/Liquifier.t.sol
+0 −249 test/registry/Registry.t.sol
+0 −28 test/unlocks/Base64.t.sol
+0 −105 test/unlocks/Renderer.t.sol
+0 −174 test/unlocks/Unlocks.t.sol

0 comments on commit f876f87

Please sign in to comment.