Skip to content

Commit

Permalink
docs: remove redundant action
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Apr 3, 2024
1 parent c849056 commit 7b0bfbb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 29 deletions.
3 changes: 0 additions & 3 deletions site/pages/experimental/actions/simulateContracts.mdx

This file was deleted.

38 changes: 12 additions & 26 deletions site/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1013,34 +1013,20 @@ export const sidebar = {
text: 'EIP-5792',
items: [
{
text: 'Public Actions',
items: [
{
text: 'simulateContracts 🚧',
link: '/experimental/actions/simulateContracts',
},
],
text: 'getCallsStatus',
link: '/experimental/actions/getCallsStatus',
},
{
text: 'Wallet Actions',
items: [
{
text: 'getCallsStatus',
link: '/experimental/actions/getCallsStatus',
},
{
text: 'getCapabilities',
link: '/experimental/actions/getCapabilities',
},
{
text: 'sendCalls',
link: '/experimental/actions/sendCalls',
},
{
text: 'writeContracts',
link: '/experimental/actions/writeContracts',
},
],
text: 'getCapabilities',
link: '/experimental/actions/getCapabilities',
},
{
text: 'sendCalls',
link: '/experimental/actions/sendCalls',
},
{
text: 'writeContracts',
link: '/experimental/actions/writeContracts',
},
],
},
Expand Down

0 comments on commit 7b0bfbb

Please sign in to comment.