Skip to content

brave-intl/upload-settlements

This branch is 1 commit ahead of master.

Folders and files

NameName
Last commit message
Last commit date
Oct 8, 2024
Mar 2, 2021
May 14, 2021
Aug 30, 2022
May 5, 2021
Mar 2, 2021
Dec 8, 2024
May 7, 2024
Mar 8, 2024

Repository files navigation

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

About

a repo for facilitating the uploading of settlements

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published