Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transfer #37

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/run_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
# Trigger on merging to master.
push:
branches:
- schedule
- transfer
# Runs the CLI At 00:00 on Sunday.
schedule:
- cron: 0 0 * * 0
Expand Down Expand Up @@ -37,4 +37,4 @@ jobs:
- name: Prepare transaction
run: node ./src/processGrain.js
- name: Sending Transaction
run: node ./src/mint.js | sh
run: node ./src/runAction.js | sh
1 change: 1 addition & 0 deletions .github/workflows/run_sc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- master
- transfer
# As well as every 24 hours.
schedule:
- cron: 0 */24 * * *
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

Please see the [AraCred Deployment page](https://aracred.github.io/website/docs/deploymentOverview/) for info on how to setup and run AraCred.

> Note! AraCred does **not** run on the master branch of SourceCred. It runs on the [SourceCred Discord branch](https://github.com/sourcecred/sourcecred/tree/discord), which at the time of writing, is experimental. As such, expect things to break early and often.
> Note! AraCred does **not** run on the master branch of SourceCred. It runs on the [SourceCred Discord branch](https://github.com/sourcecred/sourcecred/tree/discord), which at the time of writing, is experimental. As such, expect things to break early and often.
2 changes: 1 addition & 1 deletion config/addressbook.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"name": "Aaron",
"createdAt": 1585730646045,
"address": "0xee611225d5066b79f3cc25fe6c901fc96cd03376"
"address": "0x75B98710D5995AB9992F02492B7568b43133161D"
},
{
"name": "Luke",
Expand Down
10 changes: 10 additions & 0 deletions config/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"daoAddress": "0xc466e089CfC2935dF3f471AC291402e00d41C9D7",
"tokenManagerAddress": "0x87a31b9a2ee0b7b7899192e94eec3334135d607e",
"votingAddress": "0x29c58e25df47f1b958e1d707fb7b4a9800554d5c",
"financeAddress": "0x3d94088d031ac1eebd888aa61e741b6f10f4c6d8",
"tokenAddress": "0x0527e400502d0cb4f214dd0d2f2a323fc88ff924",
"environment": "rinkeby",
"tokensToMint": "100",
"mode": "transfer"
}
10 changes: 0 additions & 10 deletions config/dao.json

This file was deleted.

1 change: 0 additions & 1 deletion config/schedule.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/api/v1/data/projects/QEFyYUNyZWQ/cred.json

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion docs/api/v1/data/projects/QEFyYUNyZWQ/project.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/api/v1/data/projects/QEFyYUNyZWQ/weightedGraph.json

This file was deleted.

14 changes: 0 additions & 14 deletions docs/asset-manifest.json

This file was deleted.

22 changes: 0 additions & 22 deletions docs/discord-invite/index.html

This file was deleted.

Binary file removed docs/favicon.png
Binary file not shown.
Loading