Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: removes extra forward slashes #12309

Merged
merged 5 commits into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -290,4 +290,4 @@ Source code for this tutorial can be found [here](https://github.com/EthWorks/Wa

Tutorials you may also be interested in:

- [Testing smart contracts with Waffle](/developers/tutorials/waffle-test-simple-smart-contract//)
- [Testing smart contracts with Waffle](/developers/tutorials/waffle-test-simple-smart-contract/)
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,4 @@ You've made your first big step towards testing smart contracts with Waffle! You

- [Testing ERC20 with Waffle](/developers/tutorials/testing-erc-20-tokens-with-waffle/)
- [Waffle: Dynamic mocking and testing contract calls](/developers/tutorials/waffle-dynamic-mocking-and-testing-calls/#gatsby-focus-wrapper)
- [Waffle say hello world tutorial with hardhat and ethers](/developers/tutorials/waffle-say-hello-world-with-hardhat-and-ethers//)
- [Waffle say hello world tutorial with hardhat and ethers](/developers/tutorials/waffle-say-hello-world-with-hardhat-and-ethers/)
Original file line number Diff line number Diff line change
Expand Up @@ -295,4 +295,4 @@ El código fuente de este tutorial puedes econtrarlo [aquí](https://github.com/

Otros tutoriales que podrían interesarte:

- [Probar contratos inteligentes con Waffle](/developers/tutorials/waffle-test-simple-smart-contract//)
- [Probar contratos inteligentes con Waffle](/developers/tutorials/waffle-test-simple-smart-contract/)
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,4 @@ Si la prueba sale bien, nos garantizará que se ha revertido la transacción. Si

- [Probar ERC20 con Waffle](/developers/tutorials/testing-erc-20-tokens-with-waffle/)
- [Waffle: Llamadas dinámicas de simulación y prueba de contratos](/developers/tutorials/waffle-dynamic-mocking-and-testing-calls/#gatsby-focus-wrapper)
- [Tutorial de Waffle "Hola, Mundo" con hardhat y ethers](/developers/tutorials/waffle-say-hello-world-with-hardhat-and-ethers//)
- [Tutorial de Waffle "Hola, Mundo" con hardhat y ethers](/developers/tutorials/waffle-say-hello-world-with-hardhat-and-ethers/)
Original file line number Diff line number Diff line change
Expand Up @@ -295,4 +295,4 @@ Le code source de ce tutoriel est disponible [ici](https://github.com/EthWorks/W

Voici d'autres tutoriels qui pourraient vous intéresser :

- [Tester des contrats intelligents avec Waffle](/developers/tutorials/waffle-test-simple-smart-contract//)
- [Tester des contrats intelligents avec Waffle](/developers/tutorials/waffle-test-simple-smart-contract/)
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,4 @@ Vous avez fait votre premier (grand) pas vers les tests des contrats intelligent

- [Tester ERC20 avec Waffle](/developers/tutorials/testing-erc-20-tokens-with-waffle/)
- [Waffle : Bouchonnage dynamique et tests de contrats](/developers/tutorials/waffle-dynamic-mocking-and-testing-calls/#gatsby-focus-wrapper)
- [Tutoriel pour "dire bonjour au monde" avec hardhat et ethers](/developers/tutorials/waffle-say-hello-world-with-hardhat-and-ethers//)
- [Tutoriel pour "dire bonjour au monde" avec hardhat et ethers](/developers/tutorials/waffle-say-hello-world-with-hardhat-and-ethers/)
Original file line number Diff line number Diff line change
Expand Up @@ -295,4 +295,4 @@ Waffle のドキュメンテーションは、[こちら](https://ethereum-waffl

さらに、以下のチュートリアルをおすすめします:

- [Waffle を使ってスマートコントラクトをテストする](/developers/tutorials/waffle-test-simple-smart-contract//)
- [Waffle を使ってスマートコントラクトをテストする](/developers/tutorials/waffle-test-simple-smart-contract/)
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,4 @@ Você acabou de dar seu primeiro grande passo para testar contratos inteligentes

- [Testando ERC20 com Waffle](/developers/tutorials/testing-erc-20-tokens-with-waffle/)
- [Waffle: simulações dinâmicas e testando chamadas de contrato](/developers/tutorials/waffle-dynamic-mocking-and-testing-calls/#gatsby-focus-wrapper)
- [Waffle diga olá mundo tutorial com capacete de segurança e ethers](/developers/tutorials/waffle-say-hello-world-with-hardhat-and-ethers//)
- [Waffle diga olá mundo tutorial com capacete de segurança e ethers](/developers/tutorials/waffle-say-hello-world-with-hardhat-and-ethers/)
Original file line number Diff line number Diff line change
Expand Up @@ -295,4 +295,4 @@ Codul sursă pentru acest tutorial se află [aici](https://github.com/EthWorks/W

Alte tutoriale care vă pot interesa:

- [Testarea contractelor inteligente cu Waffle](/developers/tutorials/waffle-test-simple-smart-contract//)
- [Testarea contractelor inteligente cu Waffle](/developers/tutorials/waffle-test-simple-smart-contract/)
Loading