Skip to content

Commit

Permalink
chore: introduce rollup-testnet to chain repository (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
olgakonsta committed Jul 8, 2024
1 parent 36d9888 commit 1146078
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stash-dev/src/repository/ChainRepository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ const setStarterBlock = () => {
case 'rollup-dev':
block = ROLLUP_STARTER_BLOCK
break
case 'rollup-testnet':
block = ROLLUP_STARTER_BLOCK
break
default:
throw new Error('Unknown environment: ' + process.env.APP_ENV)
}
Expand Down

0 comments on commit 1146078

Please sign in to comment.