Skip to content

Commit 9f23a00

Browse files
authored
Merge pull request #77 from de-snake/patch-6
fix: change amount to 1.2
2 parents 3171ecc + 6585061 commit 9f23a00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pools/points/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export const POOL_POINTS: PartialRecord<NetworkType, Array<PoolPointsInfo>> = {
114114
token: TOKENS.USDC_E_SOMNIA,
115115
symbol: "USDC.e",
116116

117-
amount: 12n * 10000n,
117+
amount: 12n * 1000n,
118118
duration: "day",
119119
name: `${REWARDS_BASE_INFO.somnia(1n).name} ${
120120
REWARDS_BASE_INFO.somnia(1n).units
@@ -128,7 +128,7 @@ export const POOL_POINTS: PartialRecord<NetworkType, Array<PoolPointsInfo>> = {
128128
token: TOKENS.SOMI_SOMNIA,
129129
symbol: "WSOMI",
130130

131-
amount: 12n * 10000n,
131+
amount: 12n * 1000n,
132132
duration: "day",
133133
name: `${REWARDS_BASE_INFO.somnia(1n).name} ${
134134
REWARDS_BASE_INFO.somnia(1n).units

0 commit comments

Comments
 (0)