Skip to content

Commit 89bb6ab

Browse files
committed
Update Sei methods.
Signed-off-by: bgravenorst <[email protected]>
1 parent 875349e commit 89bb6ab

22 files changed

+49
-911
lines changed

services/concepts/archive-data.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Access to archive data is automatically enabled on the following supported netwo
2323
|Polygon |Amoy |
2424
|Arbitrum| |
2525
|Celo | |
26+
|Sei | |
2627

2728
Infura provides access to [full nodes](#full-nodes)
2829
and [archive nodes](#archive-nodes).

services/get-started/endpoints.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,13 @@ Include your authentication details when [making IPFS requests](/reference/ipfs/
151151
| Mainnet | JSON-RPC over HTTPS | `https://scroll-mainnet.infura.io/v3/<YOUR-API-KEY>` |
152152
| Sepolia | JSON-RPC over HTTPS | `https://scroll-sepolia.infura.io/v3/<YOUR-API-KEY>` |
153153

154+
## Sei
155+
156+
| Network | Description | URL |
157+
|---------|-------------------------|-------------------------------------------------------|
158+
| Mainnet | JSON-RPC over HTTPS | `https://sei-mainnet.infura.io/v3/<YOUR-API-KEY>` |
159+
| Testnet | JSON-RPC over HTTPS | `https://sei-testnet.infura.io/v3/<YOUR-API-KEY>` |
160+
154161
## Starknet
155162

156163
| Network | Description | URL |

services/reference/sei/index.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ import CardList from '@site/src/components/CardList'
66

77
# Sei
88

9+
:::note Decentralized Infrastructure Network (DIN)
10+
11+
Sei is supported through the [DIN](https://www.infura.io/solutions/decentralized-infrastructure-service) service,
12+
meaning calls to the network are routed to [partner infrastructure providers](#partners-and-privacy-policies).
13+
14+
:::
15+
916
Sei is a Layer 1 blockchain designed for trading and exchange-focused applications. It features a
1017
parallelized EVM architecture, native order matching, and subsystems that address latency and scalability
1118
limitations while maintaining Ethereum compatibility.
@@ -35,3 +42,16 @@ Select an option below to get started with the Sei network.
3542
}
3643
]}
3744
/>
45+
46+
## Partners and privacy policies
47+
48+
No personal information is sent as part of partner requests, only information necessary to fulfill
49+
your API request. This means that Infura's partner service provider can service your request, but not
50+
store the content of your request.
51+
52+
The following partners provide access to the Sei network:
53+
<!-- markdown-link-check-disable -->
54+
- BlockPI ([Terms of Use](https://blockpi.io/terms-of-use), [Privacy Policy](https://blockpi.io/privacy-policy))
55+
- Nodefleet ([Privacy Policy](https://nodefleet.org/#/privacy-policy))
56+
- Nodies ([Terms of Service](https://www.nodies.app/tos.txt), [Privacy Policy](https://www.nodies.app/privacy.txt))
57+
<!-- markdown-link-check-enable -->

services/reference/sei/json-rpc-methods/_eth_call-request.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import TabItem from '@theme/TabItem'
88
curl https://sei-mainnet.infura.io/v3/<YOUR-API-KEY> \
99
-X POST \
1010
-H "Content-Type: application/json" \
11-
-d '{"jsonrpc": "2.0", "method": "eth_call", "params": [{"from": "0xb60e8dd61c5d32be8058bb8eb970870f07233155", "to": "0xd46e8dd67c5d32be8058bb8eb970870f07244567", "gas": "0x76c0", "gasPrice": "0x9184e72a000", "value": "0x9184e72a", "data": "0xd46e8dd67c5d32be8d46e8dd67c5d32be8058bb8eb970870f072445675058bb8eb970870f072445675"}, "latest"], "id": 1}'
11+
-d '{"jsonrpc": "2.0", "method": "eth_call", "params": [{"from": "0xBEFcda6d33bC7876827Dd8EC11719cFED9b1a113", "to": "0xd46e8dd67c5d32be8058bb8eb970870f07244567", "data": "0xd46e8dd67c5d32be8d46e8dd67c5d32be8058bb8eb970870f072445675058bb8eb970870f072445675"}, "latest"], "id": 1}'
1212
```
1313

1414
</TabItem>

services/reference/sei/json-rpc-methods/_eth_estimategas-request.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import TabItem from '@theme/TabItem'
88
curl https://sei-mainnet.infura.io/v3/<YOUR-API-KEY> \
99
-X POST \
1010
-H "Content-Type: application/json" \
11-
-d '{"jsonrpc": "2.0", "method": "eth_estimateGas", "params": [{"from": "0x9cE564c7d09f88E7d8233Cdd3A4d7AC42aBFf3aC", "to": "0xd46e8dd67c5d32be8058bb8eb970870f07244567", "value": "0x9184e72a"}], "id": 1}'
11+
-d '{"jsonrpc": "2.0", "method": "eth_estimateGas", "params": [{"from": "0xBEFcda6d33bC7876827Dd8EC11719cFED9b1a113", "to": "0xd46e8dd67c5d32be8058bb8eb970870f07244567", "value": "0x9184e72a"}], "id": 1}'
1212
```
1313

1414
</TabItem>

services/reference/sei/json-rpc-methods/_eth_getblockbyhash-request.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import TabItem from '@theme/TabItem'
88
curl https://sei-mainnet.infura.io/v3/<YOUR-API-KEY> \
99
-X POST \
1010
-H "Content-Type: application/json" \
11-
-d '{"jsonrpc": "2.0", "method": "eth_getBlockByHash", "params": ["0xb3b20624f8f0f86eb50dd04688409e5cea4bd02d700bf6e79e9384d47d6a5a35", false], "id": 1}'
11+
-d '{"jsonrpc": "2.0", "method": "eth_getBlockByHash", "params": ["0x196C64BD2E8E4E3C17EDCB61ABEFEF613E59C2F00E99FDCE4CDBBA164FC591D7", false], "id": 1}'
1212
```
1313

1414
</TabItem>

services/reference/sei/json-rpc-methods/_eth_getblocktransactioncountbyhash-request.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import TabItem from '@theme/TabItem'
88
curl https://sei-mainnet.infura.io/v3/<YOUR-API-KEY> \
99
-X POST \
1010
-H "Content-Type: application/json" \
11-
-d '{"jsonrpc": "2.0", "method": "eth_getBlockTransactionCountByHash", "params": ["0xb3b20624f8f0f86eb50dd04688409e5cea4bd02d700bf6e79e9384d47d6a5a35"], "id": 1}'
11+
-d '{"jsonrpc": "2.0", "method": "eth_getBlockTransactionCountByHash", "params": ["0x196C64BD2E8E4E3C17EDCB61ABEFEF613E59C2F00E99FDCE4CDBBA164FC591D7"], "id": 1}'
1212
```
1313

1414
</TabItem>

services/reference/sei/json-rpc-methods/_eth_getcode-request.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import TabItem from '@theme/TabItem'
88
curl https://sei-mainnet.infura.io/v3/<YOUR-API-KEY> \
99
-X POST \
1010
-H "Content-Type: application/json" \
11-
-d '{"jsonrpc": "2.0", "method": "eth_getCode", "params": ["0x06012c8cf97bead5deae237070f9587f8e7a266d", "0x65a8db"], "id": 1}'
11+
-d '{"jsonrpc": "2.0", "method": "eth_getCode", "params": ["0x6cAfAD6AAf5F3EAB6a7a31472A8B577d5eCF8777", "latest"], "id": 1}'
1212
```
1313

1414
</TabItem>

services/reference/sei/json-rpc-methods/_eth_getlogs-request.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import TabItem from '@theme/TabItem'
88
curl https://sei-mainnet.infura.io/v3/<YOUR-API-KEY> \
99
-X POST \
1010
-H "Content-Type: application/json" \
11-
-d '{"jsonrpc": "2.0", "method": "eth_getLogs", "params": [{"blockHash": "0x7c5a35e9cb3e8ae0e221ab470abae9d446c3a5626ce6689fc777dcffcab52c70", "topics":["0x241ea03ca20251805084d27d4440371c34a0b85ff108f6bb5611248f73818b80"]}], "id":1}'
11+
-d '{"jsonrpc": "2.0", "method": "eth_getLogs", "params": [{"address": "0x6cAfAD6AAf5F3EAB6a7a31472A8B577d5eCF8777", "blockhash": "0x39f66b313cec316249c2933702bbca771d85845896d794008e482ca63bc045b1"}], "id":1}'
1212
```
1313

1414
</TabItem>

services/reference/sei/json-rpc-methods/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ description: Supported standard Ethereum methods on Base network.
55

66
# JSON-RPC methods
77

8-
The standard Ethereum methods documented in this section are supported by Infura on the Base network. For custom Base methods, see the official [Optimism Ethereum JSON-RPC API documentation](https://docs.optimism.io/builders/node-operators/json-rpc) (Bedrock release).
8+
The standard Ethereum methods documented in this section are supported by Infura on the Sei network.
99

10-
The Base optimistic layer 2 rollup chain is built by Coinbase, in collaboration with Optimism on the MIT-licensed OP Stack ([Bedrock](https://docs.optimism.io/stack/getting-started#the-op-stack-today)).
10+
:::info See also
11+
Refer to the [official Sei documentation](https://www.docs.sei.io/) for more information.
12+
:::

0 commit comments

Comments
 (0)