diff --git a/constants/other.ts b/constants/other.ts index f841704..4b6029e 100644 --- a/constants/other.ts +++ b/constants/other.ts @@ -8,7 +8,7 @@ export const AGREEMENT_IPFS_URL = `https://ipfs.io/ipfs/${AGREEMENT_IPFS_HASH}`; export const PARCEL0_NFT_CONTRACT_ADDRESSES: { [key: number]: string } = { 1: ZERO_ADDRESS, - 4: '0x209723a65844093Ad769d557a22742e0f661959d', + 4: '0x8363f2830d19F6Eb70EcC0AF7e38Cb1009166A14', }; export enum VIEWS { diff --git a/styles/globals.css b/styles/globals.css index 6189b6a..42ec5b9 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -8,6 +8,7 @@ --color-hover: #d7e5e0; --color-disabled: #a7a7a7; --color-disabled-text: gray; + --color-warning: #ff9900; --width-max:1444px; } @@ -46,6 +47,11 @@ main { display: flex; justify-content: space-between; } +.network-warning-container { + color: var(--color-warning); + align-items: center; + display: flex; +} .connect-button-container { border-left: 1px solid var(--color-primary); align-items: center; @@ -360,11 +366,11 @@ button.border-button { bottom: 0; right: 0; left: 0; - + display: flex; align-items: center; justify-content: center; - + background: rgba(0,0,0,0.5); } @@ -384,4 +390,4 @@ button.border-button { line-height: 20px; width: 365px; margin: 42px auto 0; -} \ No newline at end of file +}