diff --git a/.all-contributorsrc b/.all-contributorsrc index ccb1c91..9091232 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -119,6 +119,15 @@ "contributions": [ "code" ] + }, + { + "login": "thomas192", + "name": "0xK2", + "avatar_url": "https://avatars.githubusercontent.com/u/65908739?v=4", + "profile": "https://github.com/thomas192", + "contributions": [ + "code" + ] } ] } diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c5fadee..86d5f51 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ -[![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors-) diff --git a/README.md b/README.md index 0e3d4b5..d7eff5f 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ We live on contributions. If you'd like to contribute please follow the [guide]( faytey
faytey

💻 Rémy Baranx
Rémy Baranx

💻 Icosahedron
Icosahedron

💻 + 0xK2
0xK2

💻 diff --git a/src/succinctx/tests/test_fee_vault.cairo b/src/succinctx/tests/test_fee_vault.cairo index cf8220e..cac1b41 100644 --- a/src/succinctx/tests/test_fee_vault.cairo +++ b/src/succinctx/tests/test_fee_vault.cairo @@ -67,7 +67,7 @@ fn fee_vault_deductor_operations() { // Removing the same deductor fee_vault.remove_deductor(SPENDER()); assert(!fee_vault.is_deductor(SPENDER()), 'deductors not updated'); - stop_prank(CheatTarget::One(fee_vault.contract_address)); + snf::stop_prank(CheatTarget::One(fee_vault.contract_address)); }