check in new resources

This commit is contained in:
orangesurf
2024-12-17 09:54:46 +01:00
parent 6d4f03e5f2
commit 37acc4493a
16 changed files with 143 additions and 3 deletions

View File

@@ -333,6 +333,28 @@ export const networks = {
routes: routes.lightning.routes,
}
}
},
river: {
networkName: 'River',
title: 'River | Invest in Bitcoin with confidence',
description: 'Easily buy Bitcoin in minutes. Zero fees on recurring buys. Invest in Bitcoin with confidence with world-class security.',
fallbackImg: '/resources/river/river-preview.jpg',
routes: { // only dynamic routes supported
block: routes.block,
address: routes.address,
wallet: routes.wallet,
tx: routes.tx,
mining: {
title: "Mining",
routes: {
pool: routes.mining.routes.pool,
}
},
lightning: {
title: "Lightning",
routes: routes.lightning.routes,
}
}
}
};