forked from LaconicNetwork/cosmos-explorer
Finish validator detail
This commit is contained in:
@@ -56,6 +56,24 @@ const router = new VueRouter({
|
||||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/:chain/staking/:address',
|
||||
name: 'staking-valiator',
|
||||
component: () => import('@/views/StakingValidator.vue'),
|
||||
meta: {
|
||||
pageTitle: 'Staking Valdiator',
|
||||
breadcrumb: [
|
||||
{
|
||||
text: 'Staking',
|
||||
active: true,
|
||||
},
|
||||
{
|
||||
text: 'Validator',
|
||||
active: true,
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/:chain/gov',
|
||||
name: 'governance',
|
||||
|
||||
Reference in New Issue
Block a user