-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.env.testnet.example
41 lines (32 loc) · 1.53 KB
/
.env.testnet.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/*
* Algodex Trading Bot
* Copyright (C) 2022 Algodex VASP (BVI) Corp.
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
# Please note that the wallet mnemonic should not have commas and just spaces between words
WALLET_MNEMONIC=please add the wallet mnemonic here like this
NEXT_PUBLIC_ALGOD_SERVER=https://node.testnet.algoexplorerapi.io
NEXT_PUBLIC_ALGOD_PORT=
NEXT_PUBLIC_ALGOD_TOKEN=
NEXT_PUBLIC_INDEXER_SERVER=https://replace-with-your-indexer-servrer
NEXT_PUBLIC_INDEXER_PORT=
NEXT_PUBLIC_INDEXER_TOKEN=
NEXT_PUBLIC_ENVIRONMENT=testnet
USE_TINYMAN=false # Set to true for Mainnet
# Testnet app IDs
ALGODEX_ALGO_ESCROW_APP=22045503
ALGODEX_ASA_ESCROW_APP=22045522
# For Mainnet, use the following app IDs:
# ALGODEX_ALGO_ESCROW_APP=354073718
# ALGODEX_ASA_ESCROW_APP=354073834
# NEXT_PUBLIC_POUCHDB_URL=http://admin:mypass@127.0.0.1:5984
# Note: NEXT_PUBLIC_POUCHDB_URL is not necessary to set as it will use your local disk instead