Skip to content

Commit

Permalink
feat: update application
Browse files Browse the repository at this point in the history
  • Loading branch information
westonnelson committed Feb 10, 2024
1 parent aec2d30 commit 41f7b65
Show file tree
Hide file tree
Showing 20 changed files with 667 additions and 473 deletions.
6 changes: 6 additions & 0 deletions components/buttons/Bid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ const Bid: FC<Props> = ({
symbol: 'WETH',
coinGeckoId: 'ethereum',
},
{
contract: '0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270',
symbol: 'WMATIC',
decimals: 18,
coinGeckoId: 'wmatic',
},
{
contract: '0x492Fa53b88614923937B7197C87E0F7F8EEb7B20',
symbol: 'NFTE',
Expand Down
6 changes: 6 additions & 0 deletions components/buttons/CollectionOffer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ const CollectionOffer: FC<Props> = ({
symbol: 'WETH',
coinGeckoId: 'weth',
},
{
contract: '0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270',
symbol: 'WMATIC',
decimals: 18,
coinGeckoId: 'wmatic',
},
{
contract: '0x492Fa53b88614923937B7197C87E0F7F8EEb7B20',
symbol: 'NFTE',
Expand Down
2 changes: 1 addition & 1 deletion components/buttons/List.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const List: FC<Props> = ({
{
contract: zeroAddress,
symbol: 'MATIC',
coinGeckoId: 'polygon-pos',
coinGeckoId: 'matic-network',
},
{
contract: '0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270',
Expand Down
8 changes: 4 additions & 4 deletions components/navbar/AccountSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export const AccountSidebar: FC = () => {
css={{
gap: 6,
p: '$3',
color: '#79FFEB',
color: '#75F5A5',
cursor: 'pointer',
}}
>
Expand All @@ -195,7 +195,7 @@ export const AccountSidebar: FC = () => {
css={{
gap: 6,
p: '$3',
color: '#79FFEB',
color: '#75F5A5',
cursor: 'pointer',
}}
>
Expand All @@ -209,7 +209,7 @@ export const AccountSidebar: FC = () => {
css={{
gap: 6,
p: '$3',
color: '#79FFEB',
color: '#75F5A5',
cursor: 'pointer',
}}
>
Expand All @@ -228,7 +228,7 @@ export const AccountSidebar: FC = () => {
cursor: 'pointer',
}}
>
<FontAwesomeIcon icon={faGear} width={16} height={16} color="#79FFEB" />
<FontAwesomeIcon icon={faGear} width={16} height={16} color="#75F5A5" />
<Text style="body1">Settings</Text>
</Flex>
</Link>
Expand Down
Loading

0 comments on commit 41f7b65

Please sign in to comment.