forked from LaconicNetwork/cosmos-explorer
add keplr support for evmos
This commit is contained in:
@@ -651,7 +651,7 @@ export default {
|
||||
},
|
||||
created() {
|
||||
this.$http.getAuthAccount(this.address).then(acc => {
|
||||
this.account = acc
|
||||
this.account = acc.account
|
||||
this.initial()
|
||||
this.$http.getTxsBySender(this.address).then(res => {
|
||||
this.transactions = res
|
||||
|
||||
Reference in New Issue
Block a user