forked from cerc-io/cosmos-explorer
Remove code
This commit is contained in:
parent
da47966021
commit
cb325829c2
@ -73,9 +73,8 @@ export default {
|
|||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
// const api = new OsmosAPI()
|
// const api = new OsmosAPI()
|
||||||
this.$http.osmosis.getIncentivesPools().then(res => {
|
// this.$http.osmosis.getIncentivesPools().then(res => {
|
||||||
console.log(res)
|
// })
|
||||||
})
|
|
||||||
this.$http.osmosis.getPools().then(res => {
|
this.$http.osmosis.getPools().then(res => {
|
||||||
this.pools = res
|
this.pools = res
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user