-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.json
More file actions
33 lines (33 loc) · 927 Bytes
/
config.json
File metadata and controls
33 lines (33 loc) · 927 Bytes
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
{
"config": {
"algod": {
"uri": "http:/ec2-3-18-80-65.us-east-2.compute.amazonaws.com",
"token": "11e4dcfb445a8c7e8380848747f18afcd5d84ccb395e003e5b72127ca5e9a259",
"port": 8080
},
"indexer": {
"uri": "https://algoindexer.testnet.algoexplorerapi.io",
"token": ""
},
"explorer": {
"uri": "https://indexer.testnet.algoexplorerapi.io",
"port": ""
},
"dexd": {
"uri": "https://api-testnet-public.algodex.com/algodex-backend",
"token": ""
}
},
"asset": {
"id": 21582668,
"decimals": 6
},
"wallet": {
"type": "sdk",
"address": "WYWRYK42XADLY3O62N52BOLT27DMPRA3WNBT2OBRT65N6OEZQWD4OSH6PI",
"connector": {
"connected": false
},
"mnemonic": "mass army warrior number blush distance enroll vivid horse become spend asthma hat desert amazing room asset ivory lucky ridge now deputy erase absorb above"
}
}