Skip to content

Commit

Permalink
Update SIWE params
Browse files Browse the repository at this point in the history
  • Loading branch information
eternauta1337 committed May 2, 2024
1 parent 59b8155 commit 191f721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ethernaut-retropgf/src/internal/Siwe.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const siwe = require('siwe')

const domain = 'localhost'
const origin = 'https://localhost/login'
const domain = 'com.ethernaut.cli'
const origin = 'https://github.com/theethernaut/ethernaut-cli'

function createSiweMessage(address, statement) {
const siweMessage = new siwe.SiweMessage({
Expand Down

0 comments on commit 191f721

Please sign in to comment.