diff --git a/docs/content/developer/stardust/claiming/self-sponsor.mdx b/docs/content/developer/stardust/claiming/self-sponsor.mdx index 5fbde688a52..cbb8921c788 100644 --- a/docs/content/developer/stardust/claiming/self-sponsor.mdx +++ b/docs/content/developer/stardust/claiming/self-sponsor.mdx @@ -14,7 +14,7 @@ This is useful for Shimmer assets, because none of the Move objects obtained fro -```rust file=/docs/examples/rust/stardust/shimmer-self-sponsor.rs#L62-L68 +```rust file=/docs/examples/rust/stardust/shimmer-self-sponsor.rs#L61-L67 ``` @@ -31,7 +31,7 @@ TODO -```rust file=/docs/examples/rust/stardust/shimmer-self-sponsor.rs#L104-L153 +```rust file=/docs/examples/rust/stardust/shimmer-self-sponsor.rs#L103-L152 ``` @@ -47,7 +47,7 @@ TODO -```rust file=/docs/examples/rust/stardust/shimmer-self-sponsor.rs#L169-L197 +```rust file=/docs/examples/rust/stardust/shimmer-self-sponsor.rs#L168-L194 ```