Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
salmad3 committed Sep 30, 2024
1 parent 56e0000 commit 43d677d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/reference/endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import { Card, Cards } from 'nextra/components';
When developing on Sei, you can interact with the chain via EVM or Cosmos endpoints depending on the RPC you are using.

<Cards>
<Card arrow key='cosmos' title='Cosmos Endpoints' href='/endpoints/cosmos' />
<Card arrow key='evm' title='EVM Endpoints' href='/endpoints/evm' />
<Card arrow key='cosmos' title='Cosmos Endpoints' href='/reference/cosmos' />
<Card arrow key='evm' title='EVM Endpoints' href='/reference/evm' />
</Cards>

0 comments on commit 43d677d

Please sign in to comment.