mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex.git
synced 2026-09-21 16:52:00 -07:00
feat(NOSTR_TOPIC): Changing default nostr topic
This commit is contained in:
@@ -12,8 +12,8 @@ import fs from 'fs'
|
||||
// import User from '../../../src/adapters/localdb/models/users.js'
|
||||
|
||||
// Customize these variables
|
||||
const EMAIL = 'someone@somewhere.com'
|
||||
const NAME = 'Someone'
|
||||
const EMAIL = 'test@test.com'
|
||||
const NAME = 'tester'
|
||||
const PASSWORD = 'test'
|
||||
|
||||
async function createUser () {
|
||||
|
||||
Reference in New Issue
Block a user