Skip to content

Commit

Permalink
chore(types): added stake url to network-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
stackchain committed Aug 22, 2024
1 parent 3c47b3e commit dd565c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/types/src/explorers/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ export type ExplorersManager = Readonly<{
address: (address: string) => string
tx: (txHash: string) => string
pool: (poolId: string) => string
stake: (stakeAddress: string) => string
}>

0 comments on commit dd565c0

Please sign in to comment.