add keplr support for evmos

This commit is contained in:
liangping
2022-09-03 12:48:02 +08:00
parent 5aac799522
commit db4b27c98e
5 changed files with 110 additions and 93 deletions
+1 -1
View File
@@ -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