Skip to content

Commit f909650

Browse files
committed
increased proposals limit to 3000
1 parent d34c0d8 commit f909650

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/views/HomeView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export default {
9797
for (let chain of chainsList) {
9898
axios
9999
.get(
100-
`https://rest.cosmos.directory/${chain.value}/cosmos/gov/v1beta1/proposals`
100+
`https://rest.cosmos.directory/${chain.value}/cosmos/gov/v1beta1/proposals?pagination.limit=3000`
101101
)
102102
.then((res) => {
103103
let proposals = res.data.proposals.filter((proposal) => {

0 commit comments

Comments
 (0)