Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 799 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 799 Bytes

Upload completed transactions

this repo facilitates the uploading of transactions to eyeshade

To upload to eyeshade staging

node index.js --file ./settlements/2021-03-02 --url "https://eyeshade.bsg.bravesoftware.com" --auth "$(kubectl --context bsg-sandbox -n eyeshade-staging get secrets/env -o json | jq -r '.data.ALLOWED_PUBLISHERS_TOKENS' | base64 -d)"

To upload to eyeshade production

node index.js --file ./settlements/2021-03-02 --url "https://eyeshade.bsg.brave.com" --auth "$(kubectl --context bsg-production -n eyeshade-prod get secrets/env -o json | jq -r '.data.ALLOWED_PUBLISHERS_TOKENS' | base64 -d)"

notes

there are often transactions that are created by other settlement tools that never finish. these are pretty standard and are put into rejected-* files