Skip to content

Commit

Permalink
Rebrand RYO to Dope Wars (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
JunichiSugiura authored Jun 13, 2024
1 parent 7ddf37e commit 7a3da3b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const connectors = [
{
url,
rpc: process.env.NEXT_PUBLIC_RPC_SEPOLIA,
// theme: "rollyourown",
// theme: "dope-wars",
// colorMode: "light"
},
) as never as Connector,
Expand Down
10 changes: 5 additions & 5 deletions packages/controller/src/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ export const defaultPresets: ControllerThemePresets = {
primaryForeground: "white",
},
},
rollyourown: {
id: "rollyourown",
name: "Roll Your Own",
icon: "/whitelabel/rollyourown/icon.png",
cover: "/whitelabel/rollyourown/cover.png",
"dope-wars": {
id: "dope-wars",
name: "Dope Wars",
icon: "/whitelabel/dope-wars/icon.png",
cover: "/whitelabel/dope-wars/cover.png",
colors: {
primary: "#11ED83",
},
Expand Down

0 comments on commit 7a3da3b

Please sign in to comment.