Skip to content

Commit 0acdff2

Browse files
authored
chore: migrate SOLANA_RELAY_ENDPOINT to dedicated relay service (#14285)
1 parent 146dbd6 commit 0acdff2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/mobile/src/services/env/env.prod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export const env: Env = {
7070
SOLANA_CLUSTER_ENDPOINT:
7171
'https://carolina-8qh733-fast-mainnet.helius-rpc.com',
7272
SOLANA_FEE_PAYER_ADDRESS: 'pqx3fvvh6b2eZBfLhTtQ5KxzU3CginmgGTmDCjk8TPP',
73-
SOLANA_RELAY_ENDPOINT: 'https://discoveryprovider.audius.co',
73+
SOLANA_RELAY_ENDPOINT: 'https://solana-relay.audius.engineering',
7474
SOLANA_TOKEN_PROGRAM_ADDRESS: 'TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA',
7575
SOLANA_WEB3_CLUSTER: 'mainnet-beta',
7676
SUGGESTED_FOLLOW_HANDLES:

packages/web/src/services/env/env.prod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const env: Env = {
6868
SOLANA_CLUSTER_ENDPOINT:
6969
'https://carolina-8qh733-fast-mainnet.helius-rpc.com',
7070
SOLANA_FEE_PAYER_ADDRESS: 'pqx3fvvh6b2eZBfLhTtQ5KxzU3CginmgGTmDCjk8TPP',
71-
SOLANA_RELAY_ENDPOINT: 'https://discoveryprovider.audius.co',
71+
SOLANA_RELAY_ENDPOINT: 'https://solana-relay.audius.engineering',
7272
SOLANA_TOKEN_PROGRAM_ADDRESS: 'TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA',
7373
SOLANA_WEB3_CLUSTER: 'mainnet-beta',
7474
STRIPE_CLIENT_PUBLISHABLE_KEY:

0 commit comments

Comments
 (0)