Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
.env.development.local
.env.test.local
.env.production.local
.prettierignore

npm-debug.log*
.vercel
Expand Down
4 changes: 2 additions & 2 deletions services/reference/sei/json-rpc-methods/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "JSON-RPC methods"
description: Supported standard Ethereum methods on Base network.
description: Supported standard Ethereum methods on Sei network.
---

# JSON-RPC methods
# JSON-RPC API

The standard Ethereum methods documented in this section are supported by Infura on the Sei network.

Expand Down
2 changes: 1 addition & 1 deletion services/reference/solana/json-rpc-methods/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "JSON-RPC methods"
description: Supported methods on the Solana network.
---

# JSON-RPC methods
# JSON-RPC API

:::note Decentralized Infrastructure Network (DIN)
Solana is supported through the [DIN](https://www.infura.io/solutions/decentralized-infrastructure-service) service,
Expand Down
Loading