Skip to content

Commit

Permalink
Rollback feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
serg-plusplus committed Feb 9, 2024
1 parent 47b1ffb commit 12001bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/blocks/OnRampIframe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { useAccounts, useChainId, useRamp } from "app/hooks";
type RampOrder = { [key: string]: any };

const API_KEY = process.env.WIGWAM_ON_RAMP_API_KEY;
const SUSPENDED = false;
const SUSPENDED = true;

const saveRampActivity = (rampOrder: RampOrder) => {
const newRampActivity: RampActivity = {
Expand Down

0 comments on commit 12001bf

Please sign in to comment.