Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed name of environment variable for TOKEN_SENDER_AMOUNT #163

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const KMS_CREDENTIALS = {
'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx', // KMS key id (arn)
};
export const TOKEN_SENDER_AMOUNT =
process.env.TOKEN_SENDER_AMOUNT || ethers.parseEther('1');
process.env.PROTOCOL_API_TOKEN_SENDER_AMOUNT || ethers.parseEther('1');

// CORS whitelist
const allowedOriginsStr = process.env.PROTOCOL_API_CORS_WHITELIST || '';
Expand Down Expand Up @@ -62,4 +62,4 @@ export const addressL2GatewayRouter = '9fDD1C4E4AA24EEc1d913FABea925594a20d43C7'
export const addressL1GatewayRouter = 'cE18836b233C83325Cc8848CA4487e94C6288264' // Ethereum deposit address
export const addressOutBox = '64105c6C3D494469D5F21323F0E917563489d9f5' // Arbitrum outbox address
export const addressArbOSL2 = '0000000000000000000000000000000000000064' // Game7 ArbOS L2 address
export const addressL1Inbox = 'aAe29B0366299461418F5324a79Afc425BE5ae21' // Ethereum inbox address
export const addressL1Inbox = 'aAe29B0366299461418F5324a79Afc425BE5ae21' // Ethereum inbox address
Loading