Skip to content

Commit

Permalink
rotate beryx token
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Oct 14, 2024
1 parent 94a7bbf commit b71597b
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.eyJyb2xlcyI6W10sImlzcyI6IlpvbmRheCIsImF1ZCI6WyJiZXJ5eCJdLCJleHAiOjE3Mjg4MzkxODUsImp0aSI6Ikp1bGlhbiBHcnViZXIsanVsaWFuQGp1bGlhbmdydWJlci5jb20ifQ.8noTsb2FC7lSutB72EFIWiZQrqQut7hlltaJ8322361UeVT_TziVJjg7Q5QQJIDT7v6inQ-snXFVFQ7aSMvmIw'
const BERYX_TOKEN = 'eyJhbGciOiJFUzI1NiIsImtpZCI6ImtleS1iZXJ5eC0wMDEiLCJ0eXAiOiJKV1QifQ.eyJyb2xlcyI6W10sImlzcyI6IlpvbmRheCIsImF1ZCI6WyJiZXJ5eCJdLCJleHAiOjE3MzQwODgzNTksImp0aSI6Ikp1bGlhbiBHcnViZXIsanVsaWFuQGp1bGlhbmdydWJlci5jb20ifQ.Fx-sg_JmYNy3g6pPk1ehpcUSdO1NSMCPRFgH0Gzvd3XPqOG1phAHIMHhN0fckBV2WundBO7YhBAUl-NaMrzGbA'

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

0 comments on commit b71597b

Please sign in to comment.