Skip to content

Commit

Permalink
chore: update ton connect manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikari-Shinji-re committed Nov 20, 2024
1 parent 8b3f804 commit d942a12
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/queue-manager-demo/src/configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const TREZOR_MANIFEST = {
email: '[email protected]',
};
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,
};
Expand Down
2 changes: 1 addition & 1 deletion examples/wallets-adapter-demo/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ export const TREZOR_MANIFEST = {
email: '[email protected]',
};
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';
2 changes: 1 addition & 1 deletion examples/wallets-demo/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const TREZOR_MANIFEST = {
email: '[email protected]',
};
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: {
Expand Down
2 changes: 1 addition & 1 deletion widget/app/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ export const TREZOR_MANIFEST = {
email: '[email protected]',
};
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';
2 changes: 1 addition & 1 deletion widget/playground/src/utils/configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const TREZOR_MANIFEST = {
email: '[email protected]',
};
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,
Expand Down

0 comments on commit d942a12

Please sign in to comment.