Skip to content

Commit

Permalink
Merge pull request #55 from zCloak-Network/shanghai-event
Browse files Browse the repository at this point in the history
Shanghai event
  • Loading branch information
linhan authored Aug 17, 2023
2 parents 910e874 + 45acbcc commit fefbf20
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 42 deletions.
5 changes: 5 additions & 0 deletions packages/app-config/src/ctypes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ export const ctypeMeta: Record<HexString, CTypeMeta> = {
type: 'all',
card: 'yantai-event/bag_card_yantai.svg',
icon: 'hk-event/icon_logo.png'
},
// shanghai event
'0xf9dd4e34e40fa434ba96541beccd7b1c7762836f5aa320924248b7604a505462': {
type: 'all',
card: 'shanghai-event/bag_card_global.svg'
}
};

Expand Down
2 changes: 1 addition & 1 deletion packages/app-config/src/hk-event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ import { isRelease } from './isRelease';

export const LOGGED_PREFIX = 'logged_hk_event:';
export const CTYPE_ID = isRelease
? '0x341829ca64a7105ff941b4b8a9710e2806053cbfb7c97fc9cfd569ab4b5d55d2'
? '0xf9dd4e34e40fa434ba96541beccd7b1c7762836f5aa320924248b7604a505462'
: '0x6c62809700813f4ffb59ea97a31f4d34e206a4233bc2bb75bed1d705c4314930';
1 change: 1 addition & 0 deletions packages/app/public/shanghai-event/bag_card_global.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/app/public/shanghai-event/img_bag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/app/public/shanghai-event/logo_antalpha.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/app/public/shanghai-event/logo_zcloak.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/app/public/shanghai-event/svg_title.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions packages/page-hk-event/src/ConnectWallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const ConnectWallet = () => {
<Box
sx={{
width: '100%',
maxWidth: 230,
maxWidth: 260,
paddingX: 2,
margin: '0 auto'
}}
Expand All @@ -38,7 +38,8 @@ const ConnectWallet = () => {
height: 50,
bgcolor: '#000',
color: '#fff',
borderRadius: '25px',
borderRadius: '4px',
border: '1px solid #FFFFFF',
boxShadow: '0px 4px 20px rgba(45,51,60,0.27)',
':hover': {
bgcolor: '#000',
Expand Down
Loading

0 comments on commit fefbf20

Please sign in to comment.