From 9aa837100211c2a08039a7dc59c7742afdc6de25 Mon Sep 17 00:00:00 2001 From: praveen-klaytn Date: Tue, 25 Jun 2024 02:05:22 +0800 Subject: [PATCH 1/2] Updated Kaia changes --- src/pages/api-reference.tsx | 18 ++++++++---------- src/pages/terms.tsx | 4 ++-- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/src/pages/api-reference.tsx b/src/pages/api-reference.tsx index 76451482..4ee463c4 100644 --- a/src/pages/api-reference.tsx +++ b/src/pages/api-reference.tsx @@ -30,33 +30,31 @@ const SafeAPIs = () => ( Safe Gateway service - - https://safe-gateway.klaytn.foundation/cgw/api + + https://safe-gateway.kaia.io/cgw/api Safe Cypress Transaction service - - https://docs-safe.klaytn.foundation/txs-cypress/ + + https://docs-safe.kaia.io/txs-cypress/ - Safe Baobab Transaction service + Safe Kairos Transaction service - - https://docs-safe.klaytn.foundation/txs-baobab/ + + https://docs-safe.kaia.io/txs-baobab/ Safe Config service - - https://docs-safe.klaytn.foundation/cfg/ - + https://docs-safe.kaia.io/cfg/ diff --git a/src/pages/terms.tsx b/src/pages/terms.tsx index fe16a9b9..466ba54c 100644 --- a/src/pages/terms.tsx +++ b/src/pages/terms.tsx @@ -30,7 +30,7 @@ const SafeTerms = () => ( The following are the benefits of Kaia Safe.
  1. - Store and Transfer KLAY, KCTs (KIP7, KIP13): Users can deposit your virtual assets such as KLAY and Kaia + Store and Transfer KAIA, KCTs (KIP7, KIP13): Users can deposit your virtual assets such as KAIA and Kaia Compatible Tokens (KCTs, fungible or non-fungible) to a KaiaSafe address and also transfer to a destination address.
  2. @@ -331,7 +331,7 @@ const SafeTerms = () => (
    1. To the fullest extent permitted by applicable laws, in no event shall we be liable for any losses, including any - loss of your asset (including without limitation, KLAY, KCTs or any other virtual assets either tangible or + loss of your asset (including without limitation, KAIA, KCTs or any other virtual assets either tangible or intangible) or any indirect or consequential losses, or for any loss of profit, revenue, contracts, data, goodwill or other similar losses.
    2. From 7415eb2eb76873a2755b06a27d9af4f1cd6d2a1e Mon Sep 17 00:00:00 2001 From: praveen-klaytn Date: Tue, 25 Jun 2024 02:14:05 +0800 Subject: [PATCH 2/2] Updated Banner speed --- src/components/common/Banner/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/common/Banner/index.tsx b/src/components/common/Banner/index.tsx index 8caf0618..b83a48b8 100644 --- a/src/components/common/Banner/index.tsx +++ b/src/components/common/Banner/index.tsx @@ -24,7 +24,7 @@ const responsive = { const BANNER_API = process.env.NEXT_PUBLIC_BANNER_API const BANNER_BASE_PATH = BANNER_API + '/klaytnsafe/web' export default function Banner(): ReactElement { - const [banners, setBanners] = useState([]) + const [banners, setBanners] = useState([]) useEffect(() => { if (BANNER_API) { const fetchData = async () => { @@ -39,8 +39,8 @@ export default function Banner(): ReactElement { return ( <> {banners.length > 0 && ( - - {banners.map((_banner, index) => ( + + {banners.map((_banner: any, index: any) => ( Banner