diff --git a/src/views/OsmosisPools.vue b/src/views/OsmosisPools.vue index bcb5ece5..a799d9fb 100644 --- a/src/views/OsmosisPools.vue +++ b/src/views/OsmosisPools.vue @@ -73,9 +73,9 @@ export default { }, created() { // const api = new OsmosAPI() - this.$http.getOsmosisIncentivesPools().then(res => { - console.log(res) - }) + // this.$http.getOsmosisIncentivesPools().then(res => { + // // console.log(res) + // }) // this.$http.getGravityPools().then(res => { // this.pools = res // res.pools.forEach(x => { diff --git a/src/views/WalletAccounts.vue b/src/views/WalletAccounts.vue index 1bf487b5..0a6e19b4 100644 --- a/src/views/WalletAccounts.vue +++ b/src/views/WalletAccounts.vue @@ -44,7 +44,10 @@ class="mb-3" /> - +