Skip to content

Commit

Permalink
feature(chihuahua-incentives): enabling incentives for chihuahua (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
worrex authored Jun 27, 2023
1 parent d71ee1c commit 38e0da5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion constants/bonding_contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ export const BONDING_ENABLED_CHAIN_IDS = [
'phoenix-1',
'chihuahua-1',
]
export const INCENTIVE_ENABLED_CHAIN_IDS = ['narwhal-1', 'phoenix-1']
export const INCENTIVE_ENABLED_CHAIN_IDS = [
'narwhal-1',
'phoenix-1',
'chihuahua-1',
]
export const B_WHALE_TOKEN_SYMBOL = 'bWHALE'
export const AMP_WHALE_TOKEN_SYMBOL = 'ampWHALE'
export const WHALE_TOKEN_SYMBOL = 'WHALE'

0 comments on commit 38e0da5

Please sign in to comment.