diff --git a/angular/src/shared/nameservers.ts b/angular/src/shared/nameservers.ts index e444b49d..77aa660c 100644 --- a/angular/src/shared/nameservers.ts +++ b/angular/src/shared/nameservers.ts @@ -8,11 +8,7 @@ export const Nameservers: any = { { url: 'https://ns.coinvault.io', contact: 'post@coinvault.io', - }, - { - url: 'https://ns.seniorblockchain.io', - contact: 'post@seniorblockchain.io', - }, + } ], group2: [ { @@ -22,10 +18,6 @@ export const Nameservers: any = { { url: 'https://ns.coinvault.io', contact: 'post@coinvault.io', - }, - { - url: 'https://ns.seniorblockchain.io', - contact: 'post@seniorblockchain.io', - }, + } ], };