File tree Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 66- [ cast nonce] ( /cast/reference/cast-nonce )
77- [ cast code] ( /cast/reference/cast-code )
88- [ cast codesize] ( /cast/reference/cast-codesize )
9+ - [ cast index] ( /cast/reference/cast-index )
Original file line number Diff line number Diff line change 77- [ cast wallet vanity] ( /cast/reference/cast-wallet-vanity.mdx )
88- [ cast wallet verify] ( /cast/reference/cast-wallet-verify.mdx )
99- [ cast wallet import] ( /cast/reference/cast-wallet-import.mdx )
10+ - [ cast wallet sign-auth] ( /cast/reference/cast-wallet-sign-auth.mdx )
Original file line number Diff line number Diff line change 44
55/reference/forge/:id /forge/reference/:id
66
7+ /forge /forge/overview
8+
79/cheatcodes /reference/cheatcodes/overview
810/cheatcodes/:id /reference/cheatcodes/:id
911
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ export const sidebar: Sidebar = [
9292 { text : 'cast nonce' , link : '/cast/reference/cast-nonce' } ,
9393 { text : 'cast code' , link : '/cast/reference/cast-code' } ,
9494 { text : 'cast codesize' , link : '/cast/reference/cast-codesize' } ,
95+ { text : 'cast index' , link : '/cast/reference/cast-index' } ,
9596 ] ,
9697 } ,
9798 {
@@ -192,6 +193,7 @@ export const sidebar: Sidebar = [
192193 { text : 'cast wallet verify' , link : '/cast/reference/cast-wallet-verify' } ,
193194 { text : 'cast wallet import' , link : '/cast/reference/cast-wallet-import' } ,
194195 { text : 'cast wallet list' , link : '/cast/reference/cast-wallet-list' } ,
196+ { text : 'cast wallet sign-auth' , link : '/cast/reference/cast-wallet-sign-auth' } ,
195197 ] ,
196198 } ,
197199 ] } ,
You can’t perform that action at this time.
0 commit comments