Skip to content

Commit

Permalink
fix remote config (#5627)
Browse files Browse the repository at this point in the history
  • Loading branch information
benisgold committed Apr 15, 2024
1 parent 56699e1 commit c3ef658
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/model/remoteConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ export async function fetchRemoteConfig(): Promise<RainbowConfig> {
key === 'zora_tx_enabled' ||
key === 'base_tx_enabled' ||
key === 'degen_tx_enabled' ||
key === 'blast_tx_enabled' ||
key === 'avalanche_tx_enabled' ||
key === 'op_chains_tx_enabled' ||
key === 'goerli_tx_enabled' ||
key === 'mainnet_enabled' ||
Expand All @@ -201,6 +203,8 @@ export async function fetchRemoteConfig(): Promise<RainbowConfig> {
key === 'zora_enabled' ||
key === 'base_enabled' ||
key === 'degen_enabled' ||
key === 'blast_enabled' ||
key === 'avalanche_enabled' ||
key === 'op_chains_enabled' ||
key === 'goerli_enabled' ||
key === 'base_swaps_enabled' ||
Expand Down

0 comments on commit c3ef658

Please sign in to comment.