Skip to content

Commit

Permalink
fix: branch name constant (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKheops authored Oct 13, 2023
1 parent 5772ac3 commit 90ea7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/shared/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const GITHUB_API = 'https://api.github.com/graphql'
export const GITHUB_CDN = 'https://raw.githubusercontent.com'
export const GITHUB_ORG = 'TalismanSociety'
export const GITHUB_REPO = 'chaindata'
export const GITHUB_BRANCH = 'feat/known-evm-networks-and-tokens-2' // TODO main
export const GITHUB_BRANCH = 'main'

export const DIR_ASSETS_CHAINS = 'assets/chains'
export const DIR_OUTPUT = 'dist'
Expand Down

0 comments on commit 90ea7d7

Please sign in to comment.