Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 448 Bytes

File metadata and controls

15 lines (12 loc) · 448 Bytes

import Tabs from '@theme/Tabs' import TabItem from '@theme/TabItem'

curl https://sei-mainnet.infura.io/v3/<YOUR-API-KEY> \
  -X POST \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc": "2.0", "method": "eth_getStorageAt", "params": ["0x295a70b2de5e3953354a6a8344e616ed314d7251", "0x6661e9d6d8b923d5bbaab1b96e1dd51ff6ea2a93520fdc9eb75d059238b8c5e9", "0x65a8db"], "id": 1}'