Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions 404_page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<link
rel="icon"
type="image/svg+xml"
href="https://arweave.net/AnYvLJTWcG9lr2Ll5MwYWZR2o5uTE39WbpYB0zCxwKM"
href="https://turbo-gateway.com/AnYvLJTWcG9lr2Ll5MwYWZR2o5uTE39WbpYB0zCxwKM"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- tailwind css script -->
<script src="https://arweave.net/RjXXBjP2GCZZUg4gSW1Hyr9GtLG-o59QCHrKiITtpQw"></script>
<script src="https://turbo-gateway.com/RjXXBjP2GCZZUg4gSW1Hyr9GtLG-o59QCHrKiITtpQw"></script>
<script>
tailwind.config = {
theme: {
Expand Down Expand Up @@ -86,7 +86,7 @@
class="sm:w-full absolute md:w-fit md:relative h-full"
>
<img
src="https://arweave.net/ZUxr5bSRFh-D8zF8Y8Bkq64QskV8YCZMpJuooqFY-aY"
src="https://turbo-gateway.com/ZUxr5bSRFh-D8zF8Y8Bkq64QskV8YCZMpJuooqFY-aY"
alt="astronaut"
class="sm:w-full md:w-fit h-full"
/>
Expand All @@ -97,7 +97,7 @@
>
<img
class="invisible md:visible rounded bg-surface p-4 h-fit relative -right-1/2"
src="https://arweave.net/AnYvLJTWcG9lr2Ll5MwYWZR2o5uTE39WbpYB0zCxwKM"
src="https://turbo-gateway.com/AnYvLJTWcG9lr2Ll5MwYWZR2o5uTE39WbpYB0zCxwKM"
alt="logo"
width="65px"
height="65px"
Expand All @@ -111,7 +111,7 @@
style="flex-wrap: wrap"
>
<img
src="https://arweave.net/At1eNgYl43Rc6XhMRo88blSSUv84rFMkPaMklN143zQ"
src="https://turbo-gateway.com/At1eNgYl43Rc6XhMRo88blSSUv84rFMkPaMklN143zQ"
class="hidden sm:block absolute top-0 right-0 h-full"
draggable="false"
/>
Expand Down Expand Up @@ -172,7 +172,7 @@
</a>
<img
class="md:hidden mx-auto absolute right-0 left-0 rounded bg-surface p-3 h-fit md:relative"
src="https://arweave.net/AnYvLJTWcG9lr2Ll5MwYWZR2o5uTE39WbpYB0zCxwKM"
src="https://turbo-gateway.com/AnYvLJTWcG9lr2Ll5MwYWZR2o5uTE39WbpYB0zCxwKM"
alt="logo"
width="50px"
height="50px"
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ and this project adheres to

## [Unreleased]

## [1.30.1] - 2026-04-13

### Changed

- Updated gateway URLs: ArNS name links use ar.io, transaction/data fetching uses turbo-gateway.com, GraphQL remains on arweave.net
- Allow lease extensions and undername upgrades when ArNS purchases are disabled (only new name registrations and name upgrades that create new ANTs are blocked)

## [1.30.0] - 2026-03-12

### Added
Expand Down
Loading
Loading