Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

network expansion #6149

Merged
merged 11 commits into from
Oct 4, 2024
Merged

network expansion #6149

merged 11 commits into from
Oct 4, 2024

Conversation

walmat
Copy link
Contributor

@walmat walmat commented Sep 26, 2024

@@ -22,26 +23,27 @@ import { useSwapContext } from '../providers/swap-provider';
import { BLANK_BASE64_PIXEL } from '@/components/DappBrowser/constants';

const networkBadges = {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alphabetized these.

Copy link

socket-security bot commented Sep 26, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@rainbow-me/[email protected] environment, eval, network 0 784 kB walmat

🚮 Removed packages: npm/@rainbow-me/[email protected]

View full report↗︎

src/handlers/tokenSearch.ts Outdated Show resolved Hide resolved
src/handlers/tokenSearch.ts Outdated Show resolved Hide resolved
@@ -102,16 +102,17 @@ export const DEFAULT_CONFIG: RainbowConfig = {
data_endpoint: DATA_ENDPOINT || 'wss://api-v4.zerion.io',
data_origin: DATA_ORIGIN,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alphabetizes these.

@brunobar79 brunobar79 changed the title Apechain Support network expansion Sep 26, 2024
@rainbow-me rainbow-me deleted a comment from linear bot Sep 26, 2024
@rainbow-me rainbow-me deleted a comment from walmat Sep 26, 2024
@brunobar79
Copy link
Member

Launch in simulator or device for 12434a6

@walmat walmat added the blocked Blocked by anything (design, UI work, other task, etc) label Sep 30, 2024
@walmat walmat removed the blocked Blocked by anything (design, UI work, other task, etc) label Oct 1, 2024
src/references/index.ts Outdated Show resolved Hide resolved
@@ -199,6 +199,7 @@ const getColorsByTheme = (darkMode?: boolean) => {
[ChainId.avalanche]: '#E84142',
[ChainId.degen]: '#A36EFD',
[ChainId.blast]: '#25292E',
[ChainId.apechain]: '#0054FA',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok i missed this one on my PRs, is it possible to use native assets color? or maybe we're missing this color from the backend data

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looked into this, they're different from native asset colors so I dunno. @christianbaroni any idea on this?

Copy link
Member

@estebanmino estebanmino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

maybe we could add chain images and colors from backend too? I didn't add them in my PRs

@walmat
Copy link
Contributor Author

walmat commented Oct 1, 2024

lgtm

maybe we could add chain images and colors from backend too? I didn't add them in my PRs

For sure! I think both would be a great addition to the network expansion work. iirc we haven't done images yet because of how shadows work in the app but I may be wrong (cc @christianbaroni)

Copy link

linear bot commented Oct 2, 2024

@walmat walmat merged commit 9d3be8a into develop Oct 4, 2024
8 checks passed
@walmat walmat deleted the @matthew/APP-1893 branch October 4, 2024 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants