From d942a12c50919eab6127a80a7f6b924a17c9b0a0 Mon Sep 17 00:00:00 2001 From: Shinji Date: Wed, 20 Nov 2024 08:20:51 +0000 Subject: [PATCH] chore: update ton connect manifest --- examples/queue-manager-demo/src/configs.ts | 2 +- examples/wallets-adapter-demo/src/constants.ts | 2 +- examples/wallets-demo/src/constants.ts | 2 +- widget/app/src/constants.ts | 2 +- widget/playground/src/utils/configs.ts | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/queue-manager-demo/src/configs.ts b/examples/queue-manager-demo/src/configs.ts index 80544d239..f6d8f26f3 100644 --- a/examples/queue-manager-demo/src/configs.ts +++ b/examples/queue-manager-demo/src/configs.ts @@ -13,7 +13,7 @@ export const TREZOR_MANIFEST = { email: 'hi+trezorwidget@rango.exchange', }; export const TON_CONNECT_MANIFEST_URL = - 'https://raw.githubusercontent.com/rango-exchange/rango-types/main/assets/manifests/tonconnect-manifest.json'; + 'https://raw.githubusercontent.com/rango-exchange/assets/refs/heads/main/manifests/tonconnect/manifest.json'; let configs: Configs = { API_KEY: RANGO_PUBLIC_API_KEY, }; diff --git a/examples/wallets-adapter-demo/src/constants.ts b/examples/wallets-adapter-demo/src/constants.ts index 5ce7f7fe8..02a20ef1e 100644 --- a/examples/wallets-adapter-demo/src/constants.ts +++ b/examples/wallets-adapter-demo/src/constants.ts @@ -4,4 +4,4 @@ export const TREZOR_MANIFEST = { email: 'hi+trezorwidget@rango.exchange', }; export const TON_CONNECT_MANIFEST_URL = - 'https://raw.githubusercontent.com/rango-exchange/rango-types/main/assets/manifests/tonconnect-manifest.json'; + 'https://raw.githubusercontent.com/rango-exchange/assets/refs/heads/main/manifests/tonconnect/manifest.json'; diff --git a/examples/wallets-demo/src/constants.ts b/examples/wallets-demo/src/constants.ts index 0b1e36a57..ebab30a92 100644 --- a/examples/wallets-demo/src/constants.ts +++ b/examples/wallets-demo/src/constants.ts @@ -4,7 +4,7 @@ export const TREZOR_MANIFEST = { email: 'hi+trezorwidget@rango.exchange', }; export const TON_CONNECT_MANIFEST_URL = - 'https://raw.githubusercontent.com/rango-exchange/rango-types/main/assets/manifests/tonconnect-manifest.json'; + 'https://raw.githubusercontent.com/rango-exchange/assets/refs/heads/main/manifests/tonconnect/manifest.json'; export const swaps = { EVM: { diff --git a/widget/app/src/constants.ts b/widget/app/src/constants.ts index 5ce7f7fe8..02a20ef1e 100644 --- a/widget/app/src/constants.ts +++ b/widget/app/src/constants.ts @@ -4,4 +4,4 @@ export const TREZOR_MANIFEST = { email: 'hi+trezorwidget@rango.exchange', }; export const TON_CONNECT_MANIFEST_URL = - 'https://raw.githubusercontent.com/rango-exchange/rango-types/main/assets/manifests/tonconnect-manifest.json'; + 'https://raw.githubusercontent.com/rango-exchange/assets/refs/heads/main/manifests/tonconnect/manifest.json'; diff --git a/widget/playground/src/utils/configs.ts b/widget/playground/src/utils/configs.ts index 2e1715ab9..84eb45d45 100644 --- a/widget/playground/src/utils/configs.ts +++ b/widget/playground/src/utils/configs.ts @@ -22,7 +22,7 @@ export const TREZOR_MANIFEST = { email: 'hi+trezorwidget@rango.exchange', }; export const TON_CONNECT_MANIFEST_URL = - 'https://raw.githubusercontent.com/rango-exchange/rango-types/main/assets/manifests/tonconnect-manifest.json'; + 'https://raw.githubusercontent.com/rango-exchange/assets/refs/heads/main/manifests/tonconnect/manifest.json'; const configs: Configs = { API_KEY: RANGO_PUBLIC_API_KEY,