@@ -20,7 +20,7 @@ const snapcs = ENV.SNAPBASE_URL || "http://65.108.66.120:8002"; // get a public
2020const history = ENV . history || 3600
2121const stream = ENV . stream || 'irreversible'
2222const mode = ENV . mode || 'normal'
23- const timeoutStart = ENV . timeoutStart || 180000
23+ const timeoutStart = ENV . timeoutStart || 180000
2424const timeoutContinuous = ENV . timeoutContinuous || 30000
2525
2626
@@ -36,7 +36,7 @@ const rtp = ENV.rtp || '' //rtrades password : IPFS pinning interface
3636const ipfshost = ENV . ipfshost || 'ipfs.infura.io' //IPFS upload/download provider provider
3737const ipfsport = ENV . ipfsport || '5001' //IPFS upload/download provider provider
3838
39- const ipfsLinks = ENV . ipfsLinks ? ENV . ipfsLinks . split ( ' ' ) : [ "https://ipfs:8080/ipfs/" , "http://localhost:8080/ipfs/" , "https://ipfs.io/ipfs/" , "https://ipfs. infura.io/ipfs/", ]
39+ const ipfsLinks = ENV . ipfsLinks ? ENV . ipfsLinks . split ( ' ' ) : [ "https://ipfs:8080/ipfs/" , "http://localhost:8080/ipfs/" , "https://ipfs.infura.io/ipfs/" , ]
4040
4141const ipfsprotocol = ENV . ipfsprotocol || 'https' //IPFS upload/download protocol
4242//node market config > 2500 is 25% inflation to node operators, this is currently not used
@@ -62,7 +62,7 @@ const TOKEN = 'LARYNX' //Token name
6262const precision = 3 //precision of token
6363const tag = 'spk' //the fe.com/<tag>/@<leader>/<permlink>
6464const jsonTokenName = 'larynx' //what customJSON in Escrows and sends is looking for
65- const leader = 'regardspk' //Default account to pull state from, will post token
65+ const leader = 'regardspk' //Default account to pull state from, will post token
6666const ben = '' //Account where comment benifits trigger token action
6767const delegation = '' //account people can delegate to for rewards
6868const delegationWeight = 1000 //when to trigger community rewards with bens
0 commit comments