Skip to content

Commit

Permalink
Merge pull request #8 from berset/add_tezbakingcom_delegator
Browse files Browse the repository at this point in the history
Add tez-baking.com as a delegation service alternative
  • Loading branch information
klassare authored Aug 29, 2018
2 parents a37288e + 01707f2 commit a32112d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/pipes/delegator-name.pipe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ export class DelegatorNamePipe implements PipeTransform {
['tz1YdCPrYbksK7HCoYKDyzgfXwY16Fy9rrGa', 'Norn Delegate'],
['tz1LesY3S4wfe15SNm1W3qJmQzWxLqVjTruH', 'Xtez.io'],
['tz1Yc6ATtfUJyDjHwJ8WoVL22sJueDenueke', 'TezDele Baker A'],
['tz1SdwBHocSrcuMFNLPUg4LPRfx9eaqjVUEL', 'TezDele Baker B']
['tz1SdwBHocSrcuMFNLPUg4LPRfx9eaqjVUEL', 'TezDele Baker B'],
['tz1LBEKXaxQbd5Gtzbc1ATCwc3pppu81aWGc', 'Tez-Baking.com']
]);

transform(pkh: string): string {
Expand Down

0 comments on commit a32112d

Please sign in to comment.