We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d34c0d8 commit f909650Copy full SHA for f909650
1 file changed
src/views/HomeView.vue
@@ -97,7 +97,7 @@ export default {
97
for (let chain of chainsList) {
98
axios
99
.get(
100
- `https://rest.cosmos.directory/${chain.value}/cosmos/gov/v1beta1/proposals`
+ `https://rest.cosmos.directory/${chain.value}/cosmos/gov/v1beta1/proposals?pagination.limit=3000`
101
)
102
.then((res) => {
103
let proposals = res.data.proposals.filter((proposal) => {
0 commit comments