Skip to content

Commit

Permalink
feat: added rest api to navigation (#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin852 authored Sep 30, 2024
1 parent 8b13b83 commit d3210a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layouts/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ export const getNavigation = (section) => {
children: [
{ title: "RPC Endpoints", href: "/resources/rpc/resources/" },
{ title: "Free Public RPC", href: "/resources/rpc/lava-iprpc/" },
{ title: "REST Interface", href: "https://axelar.lava.build/" },
],
},
{
Expand Down

0 comments on commit d3210a5

Please sign in to comment.