Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 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: 4 additions & 8 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ VITE_NEAR_NODE_URL=https://rpc.mainnet.near.org
VITE_NEAR_NODE_URL_FALLBACK_1=https://near.lava.build
VITE_NEAR_NODE_URL_FALLBACK_2=https://rpc.fastnear.com
VITE_FASTNEAR_API_URL=https://api.fastnear.com
VITE_ALCHEMY_POLYGON_URL=https://polygon-mainnet.g.alchemy.com/v2/anoTMcIc2hbPUxri37h4DeuUwg2p5_xZ

# midgard
VITE_THORCHAIN_MIDGARD_URL=https://api.thorchain.shapeshift.com/midgard/v2
Expand All @@ -205,15 +204,9 @@ VITE_COINCAP_API_KEY=dab646843b251ce2d28864982989c335e1f0d32fa14e4ecc6b40cd057ec
VITE_EXCHANGERATEHOST_BASE_URL=https://api.exchangerate.host
VITE_EXCHANGERATEHOST_API_KEY=8f7515ffddef9d3e449b45f93108ca4d

# Alchemy API key - to be used either with Alchemy SDK or directly with the REST endpoints
VITE_ALCHEMY_API_KEY=anoTMcIc2hbPUxri37h4DeuUwg2p5_xZ

# Moralis API key - to be used either with Alchemy SDK or directly with the REST endpoints
# Moralis API key
VITE_MORALIS_API_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJub25jZSI6ImY1ZmVjMTg4LTc0YzUtNDk0ZC05ZmFjLTZmYzQ5MTAyZTVhOCIsIm9yZ0lkIjoiNDYzNTU5IiwidXNlcklkIjoiNDc2OTA5IiwidHlwZUlkIjoiODE0NWUwYjEtYjEwNi00NzQyLTg2NDAtNzk1NmU4ZGQ5ZGFkIiwidHlwZSI6IlBST0pFQ1QiLCJpYXQiOjE3NTQ0NzEyNTksImV4cCI6NDkxMDIzMTI1OX0.Aa-ELM_vZR0i7Z1nQfh0rsx6ES21DHNEbNsjL28AMMw

# Alchemy Solana endpoint for custom token import
VITE_ALCHEMY_SOLANA_BASE_URL=https://solana-mainnet.g.alchemy.com/v2

# boardroom
VITE_BOARDROOM_API_BASE_URL=https://api.boardroom.info/v1/protocols/shapeshift/
VITE_BOARDROOM_APP_BASE_URL=https://boardroom.io/shapeshift/
Expand Down Expand Up @@ -259,6 +252,9 @@ VITE_WALLET_CONNECT_RELAY_URL=wss://relay.walletconnect.com
# Portals
VITE_PORTALS_BASE_URL=https://api.proxy.shapeshift.com/api/v1/portals

# Proxy API
VITE_PROXY_API_BASE_URL=https://api.proxy.shapeshift.com

VITE_SNAP_ID=npm:@shapeshiftoss/metamask-snaps
VITE_SNAP_VERSION=1.0.9
# VITE_SNAP_ID=local:http://localhost:9000
Expand Down
3 changes: 3 additions & 0 deletions .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ VITE_NOTIFICATIONS_SERVER_URL=https://dev-api.notifications-service.shapeshift.c
# VITE_USER_SERVER_URL=/user-api
# VITE_NOTIFICATIONS_SERVER_URL=/notifications-api

# Proxy API
VITE_PROXY_API_BASE_URL=https://dev-api.proxy.shapeshift.com

VITE_FEATURE_WC_DIRECT_CONNECTION=true
VITE_FEATURE_CETUS_SWAP=true
VITE_FEATURE_MANTLE=true
Expand Down
5 changes: 0 additions & 5 deletions headers/csps/alchemy.ts

This file was deleted.

1 change: 0 additions & 1 deletion headers/csps/chains/ethereum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export const csp: Csp = {
env.VITE_ETHEREUM_NODE_URL,
env.VITE_UNCHAINED_ETHEREUM_HTTP_URL,
env.VITE_UNCHAINED_ETHEREUM_WS_URL,
env.VITE_ALCHEMY_POLYGON_URL,
...FALLBACK_RPC_URLS.ethereum,
],
}
2 changes: 0 additions & 2 deletions headers/csps/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { csp as across } from './across'
import { csp as agenticChat } from './agenticChat'
import { csp as alchemy } from './alchemy'
import { csp as trustwallet } from './assetService/trustwallet'
import { csp as base } from './base'
import { csp as chainflip } from './chainflip'
Expand Down Expand Up @@ -108,7 +107,6 @@ export const csps = [
base,
agenticChat,
hypelab,
alchemy,
moralis,
chainflip,
chatwoot,
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@
"@walletconnect/utils": "^2.20.2",
"@xstate/react": "5.0.5",
"ai": "^6.0.39",
"alchemy-sdk": "^3.4.1",
"axios": "^1.13.5",
"axios-cache-interceptor": "^1.11.1",
"bech32": "^2.0.0",
Expand Down
Loading
Loading