Skip to content

Commit

Permalink
fix: new solmate url (foundry-rs#2374)
Browse files Browse the repository at this point in the history
* fix: New solmate url

* Update integration.rs
transmissions11 authored Jul 19, 2022
1 parent 114413c commit a81ea4c
Showing 2 changed files with 7 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -99,11 +99,11 @@ See the benchmarks below. More benchmarks can be found in the [v0.2.0 announceme

**Testing Benchmarks**

| Project | Forge | DappTools | Speedup |
| ------------------------------- | ----- | --------- | ------- |
| [Rari-Capital/solmate][solmate] | 2.8s | 6m34s | 140x |
| [reflexer-labs/geb][geb] | 0.4s | 23s | 57.5x |
| [Rari-Capital/vaults][vaults] | 0.28s | 6.5s | 23x |
| Project | Forge | DappTools | Speedup |
| ---------------------------------- | ----- | --------- | ------- |
| [transmissions11/solmate][solmate] | 2.8s | 6m34s | 140x |
| [reflexer-labs/geb][geb] | 0.4s | 23s | 57.5x |
| [Rari-Capital/vaults][vaults] | 0.28s | 6.5s | 23x |

_Note: In the above benchmarks, compilation was always skipped_

@@ -202,7 +202,7 @@ If you want to contribute, or follow along with contributor discussion, you can
[foundry-book]: https://book.getfoundry.sh
[foundry-gha]: https://github.com/foundry-rs/foundry-toolchain
[ethers-solc]: https://github.com/gakonst/ethers-rs/tree/master/ethers-solc/
[solmate]: https://github.com/Rari-Capital/solmate/
[solmate]: https://github.com/transmissions11/solmate/
[geb]: https://github.com/reflexer-labs/geb
[vaults]: https://github.com/rari-capital/vaults
[benchmark-post]: https://www.paradigm.xyz/2022/03/foundry-02#blazing-fast-compilation--testing
3 changes: 1 addition & 2 deletions cli/tests/it/integration.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
use foundry_cli_test_utils::forgetest_external;

forgetest_external!(solmate, "Rari-Capital/solmate");
forgetest_external!(solmate, "transmissions11/solmate");
forgetest_external!(geb, "reflexer-labs/geb", &["--chain-id", "99"]);
forgetest_external!(stringutils, "Arachnid/solidity-stringutils");
// forgetest_external!(vaults, "Rari-Capital/vaults");
forgetest_external!(lootloose, "gakonst/lootloose");
forgetest_external!(lil_web3, "m1guelpf/lil-web3");

0 comments on commit a81ea4c

Please sign in to comment.