Add metaplanet routes to unfurler
This commit is contained in:
		
							parent
							
								
									13405b4494
								
							
						
					
					
						commit
						9714789062
					
				| @ -281,6 +281,26 @@ export const networks = { | |||||||
|         routes: routes.lightning.routes, |         routes: routes.lightning.routes, | ||||||
|       } |       } | ||||||
|     } |     } | ||||||
|  |   }, | ||||||
|  |   meta: { | ||||||
|  |     title: 'Metaplanet Inc.', | ||||||
|  |     description: 'Secure the Future with Bitcoin', | ||||||
|  |     fallbackImg: '/resources/meta/meta-preview.png', | ||||||
|  |     routes: { // only dynamic routes supported
 | ||||||
|  |       block: routes.block, | ||||||
|  |       address: routes.address, | ||||||
|  |       tx: routes.tx, | ||||||
|  |       mining: { | ||||||
|  |         title: "Mining", | ||||||
|  |         routes: { | ||||||
|  |           pool: routes.mining.routes.pool, | ||||||
|  |         } | ||||||
|  |       }, | ||||||
|  |       lightning: { | ||||||
|  |         title: "Lightning", | ||||||
|  |         routes: routes.lightning.routes, | ||||||
|  |       } | ||||||
|  |     } | ||||||
|   } |   } | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user