Skip to content

Commit

Permalink
chore: right tokenregistry is used now
Browse files Browse the repository at this point in the history
  • Loading branch information
Kammerlo committed Aug 1, 2024
1 parent 1e382a8 commit 7f90f68
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/token-registry-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ export DB_URL=jdbc:postgresql://${POSTGRES_HOST}:${POSTGRES_PORT}/${DB_NAME}?cur

case "$NETWORK" in
mainnet)
GITHUB_ORGANIZATION=cardano-foundation
GITHUB_PROJECT_NAME=cardano-token-registry
GITHUB_MAPPINGS_FOLDER=mappings
export GITHUB_ORGANIZATION=cardano-foundation
export GITHUB_PROJECT_NAME=cardano-token-registry
export GITHUB_MAPPINGS_FOLDER=mappings
;;
preprod|preview|testnet)
GITHUB_ORGANIZATION=input-output-hk
GITHUB_PROJECT_NAME=metadata-registry-testnet
GITHUB_MAPPINGS_FOLDER=registry
export GITHUB_ORGANIZATION=input-output-hk
export GITHUB_PROJECT_NAME=metadata-registry-testnet
export GITHUB_MAPPINGS_FOLDER=registry
;;
esac
echo Using Github Repository $GITHUB_ORGANIZATION/$GITHUB_PROJECT_NAME as token registry
Expand Down

0 comments on commit 7f90f68

Please sign in to comment.