Skip to content

Commit

Permalink
fix rotate beryx token
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Feb 17, 2025
1 parent 82b3296 commit 38fb376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/wallet-backend.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const { format } = require('node:util')

const DISABLE_KEYTAR = process.env.DISABLE_KEYTAR === 'true'
// eslint-disable-next-line max-len
const BERYX_TOKEN = 'eyJhbGciOiJFUzI1NiIsImtpZCI6ImtleS1iZXJ5eC0wMDEiLCJ0eXAiOiJKV1QifQ.eyJyb2xlcyI6W10sImlzcyI6IlpvbmRheCIsImF1ZCI6WyJiZXJ5eCJdLCJleHAiOjE3Mzk1MjQ4MTQsImp0aSI6Ikp1bGlhbiBHcnViZXIsanVsaWFuQGp1bGlhbmdydWJlci5jb20ifQ.cgZJTmcri3yEf39MsC2HPqUjLsRRXxiZa5M-hN6xVjJTPv8PAWzKZC29sW9DEiaKWaDGFjimqcpdlYVjDjD36w'
const BERYX_TOKEN = 'eyJhbGciOiJFUzI1NiIsImtpZCI6ImtleS1iZXJ5eC0wMDEiLCJ0eXAiOiJKV1QifQ.eyJyb2xlcyI6W10sImlzcyI6IlpvbmRheCIsImF1ZCI6WyJiZXJ5eCJdLCJleHAiOjE3NDQ5ODIwNDMsImp0aSI6Ikp1bGlhbiBHcnViZXIsanVsaWFuQGp1bGlhbmdydWJlci5jb20ifQ.DJQDNUWkM_1MrhA7xlCKRxIe4dmacfniF15bgHLAJpPr0WJodZ8sse8x_68pEq5GeylWn852KJQKjrdHFf-J8g'

// eslint-disable-next-line @typescript-eslint/no-empty-function
async function noop () {}
Expand Down

0 comments on commit 38fb376

Please sign in to comment.