Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into issue-#1131
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandSchtroumpf committed May 14, 2024
2 parents 4fb8086 + 092f84f commit 0a5cf56
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 6 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 src/config/ethereum/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const commonConfig: AppConfig = {
],
walletConnectProjectId: 'f9d8863ab6c03f2293d7d56d7c0c0853',
isSimulatorEnabled: true,
policiesLastUpdated: '18 April, 2023',
network: {
name: 'Ethereum Network',
logoUrl: IconETHLogo,
Expand Down
1 change: 1 addition & 0 deletions src/config/sei/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const commonConfig: AppConfig = {
selectableConnectionTypes: ['injected', 'coinbaseWallet'],
walletConnectProjectId: '',
isSimulatorEnabled: false,
policiesLastUpdated: '21 May, 2024',
network: {
name: 'Sei Devnet',
logoUrl: IconSeiLogo,
Expand Down
1 change: 1 addition & 0 deletions src/config/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export interface AppConfig {
walletConnectProjectId: string;
isSimulatorEnabled: boolean;
sentryDSN?: string;
policiesLastUpdated?: string;
network: {
name: string;
logoUrl: string;
Expand Down
4 changes: 2 additions & 2 deletions src/pages/privacy/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ export const PrivacyPage = () => {
return (
<Page title={'Privacy Policy'}>
<>
<span>Last updated: 18 April, 2023</span>
<span>Last updated: {config.policiesLastUpdated}</span>
<p>
if you have not reviewed THIS PRIVACY POLICY since the “last updated”
date above, It is your responsibility to re-review IT.
Expand Down Expand Up @@ -624,7 +624,7 @@ export const PrivacyPage = () => {

{content.map((item, index) => (
<div key={index} className="legal pt-10">
<h2 className="font-semibold mb-10 text-[20px]">{item.subtitle}</h2>
<h2 className="mb-10 text-[20px] font-semibold">{item.subtitle}</h2>
<div className="mb-20 text-[16px]">{item.html}</div>
</div>
))}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/terms/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ export const TermsPage = () => {
return (
<Page title="Terms of Use">
<>
<span>Last updated: 18 April, 2023</span>
<span>Last updated: {config.policiesLastUpdated}</span>
<p>
PLEASE READ THESE TERMS OF USE CAREFULLY. YOUR ACCEPTANCE MAY LIMIT OR
WAIVE CERTAIN OF YOUR RIGHTS. IF YOU HAVE NOT REVIEWED THE TERMS OF
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5316,9 +5316,9 @@ eastasianwidth@^0.2.0:
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==

ejs@^3.1.5:
version "3.1.9"
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.9.tgz#03c9e8777fe12686a9effcef22303ca3d8eeb361"
integrity sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==
version "3.1.10"
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
dependencies:
jake "^10.8.5"

Expand Down

0 comments on commit 0a5cf56

Please sign in to comment.