Merge pull request #5050 from mempool/mononaut/t4-unfurls

Enable testnet4 unfurls
This commit is contained in:
wiz
2024-05-09 23:42:39 +09:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -168,6 +168,10 @@ let routes: Routes = [
path: 'testnet',
loadChildren: () => import('./previews.module').then(m => m.PreviewsModule)
},
{
path: 'testnet4',
loadChildren: () => import('./previews.module').then(m => m.PreviewsModule)
},
{
path: 'signet',
loadChildren: () => import('./previews.module').then(m => m.PreviewsModule)