We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35802c2 commit 92c8cf2Copy full SHA for 92c8cf2
1 file changed
src/constants.ts
@@ -0,0 +1,9 @@
1
+export const DEPLOYER = 'SP936YWJPST8GB8FFRCN7CC6P2YR5K6NNBAARQ96'
2
+export const STAKING_CONTRACT = `${DEPLOYER}.b2s-staking-vault-v2`
3
+export const TOKEN_CONTRACT = `${DEPLOYER}.b2s-token-v4`
4
+export const HIRO_API = 'https://api.mainnet.hiro.so'
5
+export const MICRO_UNITS = 1_000_000
6
+export const BLOCK_TIME_SECONDS = 600
7
+export const BLOCKS_PER_YEAR = 52_560
8
+export const BASE_APY = 12.5
9
+export const CLAIM_COOLDOWN_BLOCKS = 144
0 commit comments