@@ -22,16 +22,14 @@ import RoadmapItem from '@site/src/components/RoadmapItem'
22
22
23
23
### Specification 📑
24
24
25
- https://raw.githubusercontent.com/lavanet/lava/main/cookbook/specs/spec_add_base.json
26
-
25
+ https://raw.githubusercontent.com/lavanet/lava/main/cookbook/specs/base.json
27
26
28
27
### Protocols 🔗
29
28
30
- | Platform | jsonrpc/http | jsonrpc/wss
31
- | --------- | -------- |---------------
32
- | Gateway | ✅ | ✅
33
- | SDK | ✅ |
34
-
29
+ | Platform | jsonrpc/http | jsonrpc/wss |
30
+ | -------- | ------------ | ----------- |
31
+ | Gateway | ✅ | ✅ |
32
+ | SDK | ✅ |
35
33
36
34
### Methods 🛠️
37
35
@@ -46,75 +44,69 @@ lavad q spec show-chain-info BASE
46
44
<details >
47
45
<summary > JSONRPC </summary >
48
46
49
- - eth_accounts
50
- - eth_blockNumber
51
- - eth_call
52
- - eth_chainId
53
- - eth_coinbase
54
- - eth_compileLLL
55
- - eth_createAccessList
56
- - eth_estimateGas
57
- - eth_feeHistory
58
- - eth_gasPrice
59
- - eth_getBalance
60
- - eth_getBlockByHash
61
- - eth_getBlockByNumber
62
- - eth_getBlockTransactionCountByHash
63
- - eth_getBlockTransactionCountByNumber
64
- - eth_getCode
65
- - eth_getCompilers
66
- - eth_getFilterChanges
67
- - eth_getFilterLogs
68
- - eth_getLogs
69
- - eth_getProof
70
- - eth_getStorageAt
71
- - eth_getTransactionByBlockHashAndIndex
72
- - eth_getTransactionByBlockNumberAndIndex
73
- - eth_getTransactionByHash
74
- - eth_getTransactionCount
75
- - eth_getTransactionReceipt
76
- - eth_getUncleByBlockHashAndIndex
77
- - eth_getUncleByBlockNumberAndIndex
78
- - eth_getUncleCountByBlockHash
79
- - eth_getUncleCountByBlockNumber
80
- - eth_getWork
81
- - eth_hashrate
82
- - eth_maxPriorityFeePerGas
83
- - eth_mining
84
- - eth_newBlockFilter
85
- - eth_newFilter
86
- - eth_newPendingTransactionFilter
87
- - eth_protocolVersion
88
- - eth_sendRawTransaction
89
- - eth_sendTransaction
90
- - eth_sign
91
- - eth_signTransaction
92
- - eth_subscribe
93
- - eth_syncing
94
- - eth_uninstallFilter
95
- - eth_unsubscribe
96
- - net_listening
97
- - net_peerCount
98
- - net_version
99
- - rpc_modules
100
- - web3_clientVersion
101
- - web3_sha3
102
- - debug_getBadBlocks
103
- - debug_getRawBlock
104
- - debug_getRawHeader
105
- - debug_getRawReceipts
106
- - debug_getRawTransaction
107
- - debug_storageRangeAt
108
- - debug_traceBlock
109
- - debug_traceBlockByHash
110
- - debug_traceBlockByNumber
111
- - debug_traceCall
112
- - debug_traceTransaction
113
-
47
+ - eth_accounts
48
+ - eth_blockNumber
49
+ - eth_call
50
+ - eth_chainId
51
+ - eth_coinbase
52
+ - eth_compileLLL
53
+ - eth_createAccessList
54
+ - eth_estimateGas
55
+ - eth_feeHistory
56
+ - eth_gasPrice
57
+ - eth_getBalance
58
+ - eth_getBlockByHash
59
+ - eth_getBlockByNumber
60
+ - eth_getBlockTransactionCountByHash
61
+ - eth_getBlockTransactionCountByNumber
62
+ - eth_getCode
63
+ - eth_getCompilers
64
+ - eth_getFilterChanges
65
+ - eth_getFilterLogs
66
+ - eth_getLogs
67
+ - eth_getProof
68
+ - eth_getStorageAt
69
+ - eth_getTransactionByBlockHashAndIndex
70
+ - eth_getTransactionByBlockNumberAndIndex
71
+ - eth_getTransactionByHash
72
+ - eth_getTransactionCount
73
+ - eth_getTransactionReceipt
74
+ - eth_getUncleByBlockHashAndIndex
75
+ - eth_getUncleByBlockNumberAndIndex
76
+ - eth_getUncleCountByBlockHash
77
+ - eth_getUncleCountByBlockNumber
78
+ - eth_getWork
79
+ - eth_hashrate
80
+ - eth_maxPriorityFeePerGas
81
+ - eth_mining
82
+ - eth_newBlockFilter
83
+ - eth_newFilter
84
+ - eth_newPendingTransactionFilter
85
+ - eth_protocolVersion
86
+ - eth_sendRawTransaction
87
+ - eth_sendTransaction
88
+ - eth_sign
89
+ - eth_signTransaction
90
+ - eth_subscribe
91
+ - eth_syncing
92
+ - eth_uninstallFilter
93
+ - eth_unsubscribe
94
+ - net_listening
95
+ - net_peerCount
96
+ - net_version
97
+ - rpc_modules
98
+ - web3_clientVersion
99
+ - web3_sha3
100
+ - debug_getBadBlocks
101
+ - debug_getRawBlock
102
+ - debug_getRawHeader
103
+ - debug_getRawReceipts
104
+ - debug_getRawTransaction
105
+ - debug_storageRangeAt
106
+ - debug_traceBlock
107
+ - debug_traceBlockByHash
108
+ - debug_traceBlockByNumber
109
+ - debug_traceCall
110
+ - debug_traceTransaction
114
111
115
112
</details >
116
-
117
-
118
-
119
-
120
-
0 commit comments