Skip to content

Releases: tempoxyz/tempo-std

v0.1.2

18 Dec 12:12
3d20448

Choose a tag to compare

What's Changed

  • chore: interface update by @github-actions[bot] in #49

Full Changelog: v0.1.1...v0.1.2

v0.1.1

15 Dec 18:56
7323c2a

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

09 Dec 14:21
381d461

Choose a tag to compare

Tempo Standard Library is a collection of helpful Tempo specific contracts and libraries for use with Foundry.

Initial release of tempo-std, includes:

.
├── interfaces
│   ├── IAccountKeychain.sol
│   ├── ICreateX.sol
│   ├── IFeeAMM.sol
│   ├── IFeeManager.sol
│   ├── IMulticall3.sol
│   ├── INonce.sol
│   ├── IPermit2.sol
│   ├── IStablecoinExchange.sol
│   ├── ITIP20Factory.sol
│   ├── ITIP20RewardsRegistry.sol
│   ├── ITIP20RolesAuth.sol
│   ├── ITIP20.sol
│   ├── ITIP403Registry.sol
│   └── IValidatorConfig.sol
├── StdContracts.sol
├── StdPrecompiles.sol
└── StdTokens.sol

Installation

forge install tempoxyz/[email protected]
forge install tempoxyz/tempo-std@v0

Full Changelog: https://github.com/tempoxyz/tempo-std/commits/v0.1.0