Skip to content

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjemmmic committed Dec 4, 2024
1 parent 7bd9c20 commit 3f5beab
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion pages/developers/eigenlayer-avs/bls-template.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ you aren't sure about a question, you likely just want the default selection tha
#### Note

If you choose to use `foundry.toml` for the Soldeer configuration (the default), you will need to delete the following files from the `contracts` directory:

- `foundry.toml`
- `remappings.txt`
- `soldeer.lock`
Expand All @@ -64,6 +65,6 @@ This test just shows that the template generates you a fresh, working AVS struct
What you do from here is completely up to you, but we have plenty of resources to help you:

- The contracts generated with this template will be called TangleServiceManager.sol, TangleTaskManager.sol, and
ITangleTaskManager.sol by default. You can use the find-and-replace function to change these to whatever you would like.
ITangleTaskManager.sol by default. You can use the find-and-replace function to change these to whatever you would like.
- Examples of different types of event listeners can be found [here](/developers/blueprint-event-listeners/introduction).
- A deeper dive into how jobs work can be found in the [jobs section](/developers/blueprint-macros/jobs).
5 changes: 3 additions & 2 deletions pages/developers/eigenlayer-avs/ecdsa-template.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ uncertain, the default selection is generally best.

If you choose to use `foundry.toml` for the Soldeer configuration (the default), you will need to delete the following
files from the `contracts` directory:

- `foundry.toml`
- `remappings.txt`
- `soldeer.lock`
Expand All @@ -66,7 +67,7 @@ This test just shows that the template generates you a fresh, working AVS struct
The next steps depend on your specific requirements, but we offer several resources to assist you:

- By default, the AVS contract generated with this template is named TangleServiceManager.sol (along with related test
files TestTangleServiceManager.sol and TangleServiceManager.t.sol). You can use your text editor's find-and-replace
function to rename these as desired.
files TestTangleServiceManager.sol and TangleServiceManager.t.sol). You can use your text editor's find-and-replace
function to rename these as desired.
- For various types of event listener examples, refer to [this page](/developers/blueprint-event-listeners/introduction).
- To gain a deeper understanding of how jobs function, consult the [jobs section](/developers/blueprint-macros/jobs).
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ Running the AVS on a Testnet
RUST_LOG=gadget=trace cargo test --package incredible-squaring-blueprint-eigenlayer test_eigenlayer_incredible_squaring_blueprint -- --nocapture
```


## Best Practices and Considerations

1. **Error Handling**: Implement robust error handling in your event listener functions to manage potential failures gracefully.
Expand Down
6 changes: 3 additions & 3 deletions pages/resources/safe.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Safe contracts deployed deployed and a [Safe UI is hosted by Den](https://safe.o

Below are the key contract deployments for Safe on the Tangle network. You can view each contract on our [Blockscout Explorer](https://explorer.tangle.tools/).

| Contract Name | Address |
| ------------ | -------------------------------------------------------------------------------------------------------------------------------- |
| Contract Name | Address |
| ----------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| **Safe Implementation** | [`0xfb1bffC9d739B8D520DaF37dF666da4C687191EA`](https://explorer.tangle.tools/address/0xfb1bffC9d739B8D520DaF37dF666da4C687191EA) |
| **Proxy Factory** | [`0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC`](https://explorer.tangle.tools/address/0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC) |
| **Proxy Factory** | [`0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC`](https://explorer.tangle.tools/address/0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC) |

These contract addresses are essential for interacting with Safe on Tangle. Ensure you understand the functionality and security implications when interacting with these contracts.

0 comments on commit 3f5beab

Please sign in to comment.