We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9640e22 commit 82725e5Copy full SHA for 82725e5
dexs/aerodrome/utils.ts
@@ -21,6 +21,11 @@ export const PRE_LAUNCH_TOKEN_PRICING = {
21
conversionRate: 0.01208,
22
cutoffTimestamp: 1769126400
23
},
24
+ '0x8e4cbbcc33db6c0a18561fde1f6ba35906d4848b': {
25
+ decimals: 18,
26
+ conversionRate: 0.07245,
27
+ cutoffTimestamp: 1775088000
28
+ }
29
}
30
31
export const handleBribeToken = (
0 commit comments