Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
chore: update testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
tngzixiang committed Apr 22, 2024
1 parent b5e35e9 commit cd37165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ custom:
autoDomain: true
KMS_ARN: ${env:KMS_ARN, "PLACEHOLDER_ARN"}
ethereumConfig:
stg: "goerli"
stg: "sepolia"
production: "homestead"
ssm:
# reason why some variable is empty because in sls3 it throw error if the variable does not exist
Expand Down
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const generateConfig = () => ({
euSigner: getEuSigner(),
gpaySigner: getGPayCovidCardSigner(),
env: process.env.NODE_ENV,
network: getDefaultIfUndefined(process.env.ETHEREUM_NETWORK, "goerli"),
network: getDefaultIfUndefined(process.env.ETHEREUM_NETWORK, "sepolia"),
isValidationEnabled: !(
process.env.IS_OFFLINE || process.env.IDENTIFIER_VALIDATION === "false"
),
Expand Down

0 comments on commit cd37165

Please sign in to comment.