Skip to content

Commit 92c8cf2

Browse files
committed
feat: add constants.ts mainnet addresses and staking config
1 parent 35802c2 commit 92c8cf2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/constants.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)