Skip to content

Commit

Permalink
Remove seniorblockchain nameserver
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Jan 8, 2025
1 parent c98ae36 commit b64ead9
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions angular/src/shared/nameservers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ export const Nameservers: any = {
{
url: 'https://ns.coinvault.io',
contact: '[email protected]',
},
{
url: 'https://ns.seniorblockchain.io',
contact: '[email protected]',
},
}
],
group2: [
{
Expand All @@ -22,10 +18,6 @@ export const Nameservers: any = {
{
url: 'https://ns.coinvault.io',
contact: '[email protected]',
},
{
url: 'https://ns.seniorblockchain.io',
contact: '[email protected]',
},
}
],
};

0 comments on commit b64ead9

Please sign in to comment.