-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
34 lines (34 loc) · 941 Bytes
/
config.json
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
{
"domain": "https://www.flippingalgos.xyz/",
"graphQL": "",
"graphQLkey": "",
"algod": {
"server": "https://xna-mainnet-api.algonode.cloud/",
"port": "",
"token": "",
"network": "MainNet"
},
"indexer": {
"server": "https://xna-mainnet-api.algonode.cloud/",
"port": "",
"token": ""
},
"ipfs": {
"display": "https://cloudflare-ipfs.com/ipfs/",
"ipfsGateway": "https://ipfs.algonode.xyz/ipfs/",
"token": ""
},
"explorer": "allo.info",
"application": {
"admin_addr": "7EISH72TGOIOMBHON3G5LE3HIZYORQL5R3KLKPI22YRGLW44JUW4UDNFGA",
"app_id": 847772131,
"owner_addr": "7EISH72TGOIOMBHON3G5LE3HIZYORQL5R3KLKPI22YRGLW44JUW4UDNFGA",
"name": "FlippingAlgosBoilerPlate",
"unit": "FA",
"fee_amt": 10000
},
"dev": {
"debug_txns": false,
"accounts": {}
}
}