Skip to content

Commit

Permalink
Merge pull request #152 from OriginProtocol/next
Browse files Browse the repository at this point in the history
oeth withdrawals release
  • Loading branch information
apexearth authored Aug 12, 2024
2 parents 5cb7a12 + 00d2275 commit 7f4de47
Show file tree
Hide file tree
Showing 45 changed files with 5,585 additions and 1,427 deletions.
5 changes: 5 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# TODO remove after tenderly testing
# graphql Subsquid endpoint
VITE_SUBSQUID_URL="https://origin.squids.live/origin-squid/graphql"

# graphql Snapshot endpoint
VITE_SNAPSHOT_URL="https://hub.snapshot.org/graphql"

# Alchemy rpc url
VITE_ALCHEMY_RPC="https://eth-mainnet.g.alchemy.com/v2/"

# Alchemy arbitrum rpc url
VITE_ALCHEMY_ARBITRUM_RPC="https://arb-mainnet.g.alchemy.com/v2/"

# Nx 18 enables using plugins to infer targets by default
# This is disabled for existing workspaces to maintain compatibility
# For more info, see: https://nx.dev/concepts/inferred-tasks
Expand Down
3 changes: 2 additions & 1 deletion apps/defi/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Set this to any custom RPC to override public endpoint
# Set these to any custom RPC to override public endpoint
VITE_CUSTOM_RPC=
VITE_CUSTOM_ARBITRUM_RPC=

# Wallet Connect v2 project id
VITE_WALLET_CONNECT_PROJECT_ID=
Expand Down
Loading

0 comments on commit 7f4de47

Please sign in to comment.