From bdf7a798e7b3e332ac285d6bcfaedc767cd115b8 Mon Sep 17 00:00:00 2001 From: Michael Yuan Date: Thu, 5 Dec 2024 12:53:22 -0600 Subject: [PATCH] Remove duplicated coinbase CDP options in .env.example The removed section is identical to the section above it. --- .env.example | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.env.example b/.env.example index 77c1d37c7a..0b5ef9a50a 100644 --- a/.env.example +++ b/.env.example @@ -156,14 +156,6 @@ ZEROG_EVM_RPC= ZEROG_PRIVATE_KEY= ZEROG_FLOW_ADDRESS= -# Coinbase -COINBASE_COMMERCE_KEY= -COINBASE_API_KEY= -COINBASE_PRIVATE_KEY= - -COINBASE_GENERATED_WALLET_ID= -COINBASE_GENERATED_WALLET_HEX_SEED= - # TEE Configuration DSTACK_SIMULATOR_ENDPOINT= WALLET_SECRET_SALT= # ONLY DEFINE IF YOU WANT TO USE TEE Plugin, otherwise it will throw errors