Skip to content

Commit

Permalink
Updates to make aao work with local stack (#6295)
Browse files Browse the repository at this point in the history
  • Loading branch information
dharit-tan authored Oct 10, 2023
1 parent df5d4cc commit b0cd9f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
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;
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

0 comments on commit b0cd9f5

Please sign in to comment.