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

Updates to make aao work with local stack #6295

Merged
merged 1 commit into from
Oct 10, 2023
Merged
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
3 changes: 2 additions & 1 deletion dev-tools/audius-compose
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ audius-protocol-identity-service-1 \
audius-protocol-solana-test-validator-1 \
audius-protocol-eth-ganache-1 \
audius-protocol-poa-ganache-1 \
audius-protocol-pedalboard
audius-protocol-pedalboard \
audius-protocol-anti-abuse-oracle-1
"""


Expand Down
2 changes: 2 additions & 0 deletions dev-tools/startup/initdb/02_dbs.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
CREATE DATABASE discovery_provider;
CREATE DATABASE discovery_provider_1;
CREATE DATABASE discovery_provider_2;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol

CREATE DATABASE discovery_provider_3;

CREATE DATABASE creator_node_1;
CREATE DATABASE creator_node_2;
Expand Down
4 changes: 2 additions & 2 deletions packages/web/.env/.env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ REACT_APP_REWARDS_MANAGER_TOKEN_PDA=FRk4j95RG2kSk3BHXBPVgKszFc2rLQ8K6RS83k3dmzvQ

REACT_APP_METADATA_PROGRAM_ID=metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s

REACT_APP_ORACLE_ETH_ADDRESSES=
REACT_APP_AAO_ENDPOINT=http://anti-abuse-oracle_anti_abuse_oracle_1:8000
REACT_APP_ORACLE_ETH_ADDRESSES=0xF0D5BC18421fa04D0a2A2ef540ba5A9f04014BE3,0x325A621DeA613BCFb5B1A69a7aCED0ea4AfBD73A,0x3fD652C93dFA333979ad762Cf581Df89BaBa6795
REACT_APP_AAO_ENDPOINT=http://audius-protocol-anti-abuse-oracle-1:8000

REACT_APP_USE_HASH_ROUTING=false

Expand Down