Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 527 Bytes

File metadata and controls

16 lines (12 loc) · 527 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_call", "params": [{"from": "0xBEFcda6d33bC7876827Dd8EC11719cFED9b1a113", "to": "0xd46e8dd67c5d32be8058bb8eb970870f07244567", "data": "0xd46e8dd67c5d32be8d46e8dd67c5d32be8058bb8eb970870f072445675058bb8eb970870f072445675"}, "latest"], "id": 1}'