Skip to content

Commit

Permalink
Merge pull request #290 from sunrise-stake/feature/undust
Browse files Browse the repository at this point in the history
Feature/undust
  • Loading branch information
dankelleher authored Nov 6, 2023
2 parents a7ce35e + a2331c7 commit b726c4e
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 19 deletions.
1 change: 0 additions & 1 deletion packages/app/public/partners/coinable.svg

This file was deleted.

Binary file added packages/app/public/partners/ecotoken.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/app/public/partners/undustme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions packages/app/src/grow/partners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ export const partners = [
imageUrl: "partners/drip.jpeg",
},
{
name: "Coinable",
imageUrl: "partners/coinable.svg",
name: "undust.me",
website: "https://undust.me/",
imageUrl: "partners/undustme.png",
},
{
name: "ecoToken",
website: "https://app.ecotoken.earth/",
imageUrl: "partners/ecotoken.png",
},
];
2 changes: 0 additions & 2 deletions packages/app/src/hub/components/HubIntro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { WalletMultiButton } from "@solana/wallet-adapter-react-ui";
import { type FC } from "react";

import { CarbonRecovered, LogoIcon, LogoText } from "../../common/components";
import { BreakpointHero } from "../../referral/BreakpointHero";

const HubIntro: FC<{
show: boolean;
Expand Down Expand Up @@ -87,7 +86,6 @@ const HubIntro: FC<{
Connect Wallet
{/* Start reducing CO<sub>2</sub>&nbsp;emissions */}
</WalletMultiButton>
<BreakpointHero />
<CarbonRecovered />
</Transition.Child>
</Transition>
Expand Down
13 changes: 0 additions & 13 deletions packages/app/src/referral/BreakpointHero.tsx

This file was deleted.

4 changes: 3 additions & 1 deletion packages/scripts/updateState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ import {WalletAdapterNetwork} from "@solana/wallet-adapter-base";
// prod old treasury (Yield Controller)
// newTreasury: new PublicKey("E7BjB9UQp814RsMPq7U6S4fy6wRzn6tFTYt31kJoskoq"),
// prod new treasury (Offset Bridge)
newTreasury: new PublicKey("6HQrvpMJFqMj35JqMReyhnUrRXNucAAB6FywdDu7xPKA"),
// newTreasury: new PublicKey("6HQrvpMJFqMj35JqMReyhnUrRXNucAAB6FywdDu7xPKA"),
// devnet new treasury (Yield Router)
newTreasury: new PublicKey("Csr9LRZ4K2kYWHeHrvTJZYqA55jNSDhxtszJT3yRicQS"),
});
})().catch(console.error);

0 comments on commit b726c4e

Please sign in to comment.