diff --git a/utils/constants.ts b/utils/constants.ts index 1bebf0d..04c5671 100644 --- a/utils/constants.ts +++ b/utils/constants.ts @@ -5,7 +5,8 @@ export const HOSTING_PROVIDERS = { 'altlayer-raas': 'Altlayer', 'protofire': 'Protofire', 'gateway' : 'gateway.fm', - 'self': 'Self-hosted' + 'self': 'Self-hosted', + 'alchemy': 'Alchemy' } as const; export const ROLLUP_TYPES = {