From c2e83583af48c5ec35a880b7012bb9075fbb4eb2 Mon Sep 17 00:00:00 2001 From: relay-docs-bot Date: Thu, 27 Aug 2026 21:04:54 +0000 Subject: [PATCH 1/2] docs(drift): draft from internal source Requested by @tv3636 via /publish-docs-pr --- .changelog/app.md | 4 ++++ references/api/api_guides/deep-linking.mdx | 1 - references/protocol/depository/addresses.mdx | 1 - 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.changelog/app.md b/.changelog/app.md index a192d85b..f7b713d2 100644 --- a/.changelog/app.md +++ b/.changelog/app.md @@ -21,3 +21,7 @@ of opening the first match directly. - Write for someone using the app: what changed, and what it means for them. + +## 2026-08-27 — Story chain no longer supported + +**Removed** — Support for the Story chain (EVM chain id `1514`) has been removed. Bridges, swaps, and deep links targeting Story are no longer available on relay.link. Choose a different destination chain when creating a new route. diff --git a/references/api/api_guides/deep-linking.mdx b/references/api/api_guides/deep-linking.mdx index 7ca02088..8e850594 100644 --- a/references/api/api_guides/deep-linking.mdx +++ b/references/api/api_guides/deep-linking.mdx @@ -137,7 +137,6 @@ should be replaced with dashes. - Onchain Points - Powerloom - Sanko -- Story - Kai ### Supported Currencies diff --git a/references/protocol/depository/addresses.mdx b/references/protocol/depository/addresses.mdx index 63e33d1e..a96c4aff 100644 --- a/references/protocol/depository/addresses.mdx +++ b/references/protocol/depository/addresses.mdx @@ -30,7 +30,6 @@ sidebarTitle: Contracts Addresses | polygon_zkevm | 0x59916da825d2d2ec1bf878d71c88826f6633ecca | ethereum-vm | 1101 | | lisk | 0x4cd00e387622c35bddb9b4c962c136462338bc31 | ethereum-vm | 1135 | | sei | 0x4cd00e387622c35bddb9b4c962c136462338bc31 | ethereum-vm | 1329 | -| story | 0x4cd00e387622c35bddb9b4c962c136462338bc31 | ethereum-vm | 1514 | | gravity | 0x4cd00e387622c35bddb9b4c962c136462338bc31 | ethereum-vm | 1625 | | soneium | 0x4cd00e387622c35bddb9b4c962c136462338bc31 | ethereum-vm | 1868 | | swellchain | 0x4cd00e387622c35bddb9b4c962c136462338bc31 | ethereum-vm | 1923 | From 3ecfda4f253aacca32825808c4b37c31501d2eaf Mon Sep 17 00:00:00 2001 From: Tom Date: Thu, 27 Aug 2026 14:06:23 -0700 Subject: [PATCH 2/2] Update app.md --- .changelog/app.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.changelog/app.md b/.changelog/app.md index f7b713d2..a192d85b 100644 --- a/.changelog/app.md +++ b/.changelog/app.md @@ -21,7 +21,3 @@ of opening the first match directly. - Write for someone using the app: what changed, and what it means for them. - -## 2026-08-27 — Story chain no longer supported - -**Removed** — Support for the Story chain (EVM chain id `1514`) has been removed. Bridges, swaps, and deep links targeting Story are no longer available on relay.link. Choose a different destination chain when creating a new route.