Skip to content

Commit 3d049a9

Browse files
authored
Merge pull request #333 from SethuRamanOmanakuttan/main
Fix Broken Spec Links
2 parents 026ad40 + 7825290 commit 3d049a9

File tree

21 files changed

+1096
-349
lines changed

21 files changed

+1096
-349
lines changed

docs/chains/agoric-chain/agoric.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import RoadmapItem from '@site/src/components/RoadmapItem'
2626

2727
### Specification 📑
2828

29-
https://raw.githubusercontent.com/lavanet/lava/main/cookbook/specs/spec_add_agoric.json
29+
https://raw.githubusercontent.com/lavanet/lava/main/cookbook/specs/agoric.json
3030

3131

3232
### Protocols 🔗
@@ -428,4 +428,4 @@ lavad q spec show-chain-info AGR
428428
- /distribution/delegators/{delegatorAddr}/withdraw_address
429429
- /distribution/validators/{validatorAddr}/rewards
430430

431-
</details>
431+
</details>

docs/chains/avalanche-chain/avalanche.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import RoadmapItem from '@site/src/components/RoadmapItem'
2222

2323
### Specification 📑
2424

25-
https://raw.githubusercontent.com/lavanet/lava/main/cookbook/specs/spec_add_avalanche.json
25+
https://raw.githubusercontent.com/lavanet/lava/main/cookbook/specs/avalanche.json
2626

2727

2828
### Protocols 🔗

docs/chains/axelar-chain/axelar.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import RoadmapItem from '@site/src/components/RoadmapItem'
2222

2323
### Specification 📑
2424

25-
https://raw.githubusercontent.com/lavanet/lava/main/cookbook/specs/spec_add_axelar.json
25+
https://raw.githubusercontent.com/lavanet/lava/main/cookbook/specs/axelar.json
2626

2727

2828
### Protocols 🔗
@@ -481,4 +481,4 @@ lavad q spec show-chain-info AXELAR
481481
- /distribution/delegators/{delegatorAddr}/withdraw_address
482482
- /distribution/validators/{validatorAddr}/rewards
483483

484-
</details>
484+
</details>

docs/chains/base-chain/base.md

+69-77
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,14 @@ import RoadmapItem from '@site/src/components/RoadmapItem'
2222

2323
### Specification 📑
2424

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
2726

2827
### Protocols 🔗
2928

30-
| Platform | jsonrpc/http | jsonrpc/wss
31-
| --------- | -------- |---------------
32-
| Gateway | ✅ | ✅
33-
| SDK ||
34-
29+
| Platform | jsonrpc/http | jsonrpc/wss |
30+
| -------- | ------------ | ----------- |
31+
| Gateway |||
32+
| SDK ||
3533

3634
### Methods 🛠️
3735

@@ -46,75 +44,69 @@ lavad q spec show-chain-info BASE
4644
<details>
4745
<summary> JSONRPC </summary>
4846

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
114111

115112
</details>
116-
117-
118-
119-
120-

docs/chains/celestia-chain/celestia.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import RoadmapItem from '@site/src/components/RoadmapItem'
1919
<center>
2020

2121
## ⚙️ Supported APIs ⚙️
22+
2223
```
2324
"/blob/v1/params"
2425
"/qgb/v1/attestations/requests/{nonce}"
@@ -82,5 +83,4 @@ import RoadmapItem from '@site/src/components/RoadmapItem'
8283

8384
### Specification 📑
8485

85-
https://raw.githubusercontent.com/lavanet/lava/main/cookbook/specs/spec_add_celestia.json
86-
86+
https://raw.githubusercontent.com/lavanet/lava/main/cookbook/specs/celestia.json

docs/chains/celo-chain/celo.md

+69-77
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,14 @@ import RoadmapItem from '@site/src/components/RoadmapItem'
2222

2323
### Specification 📑
2424

25-
https://raw.githubusercontent.com/lavanet/lava/main/cookbook/specs/spec_add_celo.json
26-
25+
https://raw.githubusercontent.com/lavanet/lava/main/cookbook/specs/celo.json
2726

2827
### Protocols 🔗
2928

30-
| Platform | jsonrpc/http | jsonrpc/wss
31-
| --------- | -------- |---------------
32-
| Gateway | ✅ | ✅
33-
| SDK ||
34-
29+
| Platform | jsonrpc/http | jsonrpc/wss |
30+
| -------- | ------------ | ----------- |
31+
| Gateway |||
32+
| SDK ||
3533

3634
### Methods 🛠️
3735

@@ -46,75 +44,69 @@ lavad q spec show-chain-info CELO
4644
<details>
4745
<summary> JSONRPC </summary>
4846

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
114111

115112
</details>
116-
117-
118-
119-
120-

docs/chains/cosmoshub-chain/cosmoshub.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import RoadmapItem from '@site/src/components/RoadmapItem'
2222

2323
### Specification 📑
2424

25-
https://raw.githubusercontent.com/lavanet/lava/main/cookbook/specs/spec_add_cosmoshub.json
25+
https://raw.githubusercontent.com/lavanet/lava/main/cookbook/specs/cosmoshub.json
2626

2727
### Protocols 🔗
2828

0 commit comments

Comments
 (0)