diff --git a/src/chains/neutron/neutron-1.ts b/src/chains/neutron/neutron-1.ts index c77dcb2cc..6c53d7068 100644 --- a/src/chains/neutron/neutron-1.ts +++ b/src/chains/neutron/neutron-1.ts @@ -12,14 +12,14 @@ const Neutron1: ChainConfig = { denom: 'factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom', campaignIds: ['drop_apy', 'drop'], baseMultiplier: 1, - collateralMultiplier: 3, + collateralMultiplier: 5, campaignDenom: 'dATOM', }, { denom: 'factory/neutron1ut4c6pv4u6vyu97yw48y8g7mle0cat54848v6m97k977022lzxtsaqsgmq/udtia', campaignIds: ['drop_apy', 'drop'], baseMultiplier: 1, - collateralMultiplier: 3, + collateralMultiplier: 5, campaignDenom: 'dTIA', }, //dATOM-NTRN diff --git a/src/constants/campaigns.tsx b/src/constants/campaigns.tsx index c888a49f7..9b5103a0b 100644 --- a/src/constants/campaigns.tsx +++ b/src/constants/campaigns.tsx @@ -35,7 +35,7 @@ export const CAMPAIGNS: AssetCampaign[] = [ bgClassNames: 'gradient-droplets', detailedIncentiveCopy: '##POINTS## Droplets daily (##MULTIPLIER##x)', tooltip: - 'Droplets earned are based on the value of your position. Some positions may have a multiplier range (e.g.: 1-3x). The higher multiplier will be unlocked as soon as you borrow against the position.', + 'Droplets earned are based on the value of your position. Some positions may have a multiplier range (e.g.: 1-5x). The higher multiplier will be unlocked as soon as you borrow against the position.', totalPointsTooltip: 'Total Droplets earned are updated every 24 hours and are counted for the entire wallet.', enabledOnV1: false,