Skip to content

Commit

Permalink
feat(app): index.vue show more info
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson86tw committed Apr 30, 2024
1 parent 5116909 commit 9266f9d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,18 @@ const headers: Header[] = [
]
const items = computed<Item[]>(() => [
{
name: 'Connector',
value: wallet.connectorName ?? 'N/A',
},
{
name: 'Provider Name',
value: wallet.providerInfo?.name ?? 'N/A',
},
{
name: 'RDNS',
value: wallet.providerInfo?.rdns ?? 'N/A',
},
{
name: 'Chain ID',
value: wallet.chainId ?? 'N/A',
Expand Down

0 comments on commit 9266f9d

Please sign in to comment.