-
-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule explorer
updated
14 files
+27 −0 | chains/mainnet/nolus.json | |
+1 −1 | src/components/ValidatorCommissionRate.vue | |
+6 −4 | src/libs/client.ts | |
+3 −3 | src/libs/clients/evmos.ts | |
+26 −0 | src/libs/clients/nolus.ts | |
+3 −3 | src/libs/clients/osmosis.ts | |
+2 −2 | src/libs/clients/v0.46.0.ts | |
+8 −22 | src/libs/http.ts | |
+2 −2 | src/libs/registry.ts | |
+5 −5 | src/modules/[chain]/consensus/index.vue | |
+10 −8 | src/modules/[chain]/staking/index.vue | |
+7 −1 | src/modules/[chain]/tx/[hash].vue | |
+1 −1 | src/types/transaction.ts | |
+39 −0 | yarn.lock |