Skip to content

Commit

Permalink
fix: update broken context links
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjemmmic committed Dec 4, 2024
1 parent c78d782 commit 0f47a69
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions pages/developers/blueprint-contexts/eigenlayer-context.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ The `EigenlayerContext` trait provides access to core Eigenlayer services and fu
- Monitor stake across different quorums

<GithubFileReaderDisplay
url="https://github.com/tangle-network/gadget/blob/main/sdk/src/ctx.rs"
fromLine={125}
toLine={238}
url="https://github.com/tangle-network/gadget/blob/main/sdk/src/contexts/eigenlayer.rs"
fromLine={16}
toLine={140}
title="EigenlayerContext Trait Definition"
/>

Expand Down
6 changes: 3 additions & 3 deletions pages/developers/blueprint-contexts/evm-provider-context.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ The `EvmProviderContext` trait provides a standardized [alloy-rs](https://github
The `EvmProviderContext` trait provides access to an EVM provider:

<GithubFileReaderDisplay
url="https://github.com/tangle-network/gadget/blob/main/sdk/src/ctx.rs"
fromLine={81}
toLine={90}
url="https://github.com/tangle-network/gadget/blob/main/sdk/src/contexts/evm_provider.rs"
fromLine={3}
toLine={12}
title="EvmProviderContext Trait Definition"
/>

Expand Down
6 changes: 3 additions & 3 deletions pages/developers/blueprint-contexts/keystore-context.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ The `KeystoreContext` trait provides access to a `GenericKeystore` that implemen
- Key Import/Export - Import existing keys and export key data

<GithubFileReaderDisplay
url="https://github.com/tangle-network/gadget/blob/main/sdk/src/ctx.rs"
fromLine={69}
toLine={73}
url="https://github.com/tangle-network/gadget/blob/main/sdk/src/contexts/keystore.rs"
fromLine={4}
toLine={7}
title="KeystoreContext Trait Definition"
/>

Expand Down
6 changes: 3 additions & 3 deletions pages/developers/blueprint-contexts/service-context.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ The `ServiceContext` trait provides access to service-related functionality that
- Multi-Party Coordination - Build complex services leveraging operator data

<GithubFileReaderDisplay
url="https://github.com/tangle-network/gadget/blob/main/sdk/src/ctx.rs"
fromLine={101}
toLine={123}
url="https://github.com/tangle-network/gadget/blob/main/sdk/src/contexts/services.rs"
fromLine={11}
toLine={136}
title="ServiceContext Trait Definition"
/>

Expand Down
6 changes: 3 additions & 3 deletions pages/developers/blueprint-contexts/tangle-client-context.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ The `TangleClientContext` trait provides access to a Subxt client that enables:
- RPC Calls - Make direct RPC calls to Tangle nodes

<GithubFileReaderDisplay
url="https://github.com/tangle-network/gadget/blob/main/sdk/src/ctx.rs"
fromLine={92}
toLine={99}
url="https://github.com/tangle-network/gadget/blob/main/sdk/src/contexts/tangle_client.rs"
fromLine={3}
toLine={10}
title="TangleClientContext Trait Definition"
/>

Expand Down

0 comments on commit 0f47a69

Please sign in to comment.