Skip to content

Commit

Permalink
Add treasury contract in constants
Browse files Browse the repository at this point in the history
  • Loading branch information
probablyangg committed Oct 7, 2024
1 parent 9167099 commit c264873
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web-app/src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@ export const CONTRACTS = {
'potato': 'xion1v6476wrjmw8fhsh20rl4h6jadeh5sdvlhrt8jyk2szrl3pdj4musyxj6gl'
}

export const TREASURY = {
treasury: 'xion1gqwtme9ekrrn3vqny352hs22vslx8ea7wuy557lwyjaallqeda9s5ld60e'
}

export const CONTRACTS_ARRAY = Object.values(CONTRACTS)


export const CHAIN_ID = 'xion-testnet-1'

export const EXPLORER = `https://explorer.burnt.com/${CHAIN_ID}`
Expand Down

0 comments on commit c264873

Please sign in to comment.