From 5193a2225007e3f3e43a08bcb68e3fb9aa7fad2d Mon Sep 17 00:00:00 2001 From: Christopher Gerber Date: Wed, 15 Jan 2025 19:57:43 -0800 Subject: [PATCH] rebasing to master --- .../examples/{wallet => wallet-typescript}/.eslintrc.json | 0 .../examples/{wallet => wallet-typescript}/.prettierignore | 0 cdp-langchain/examples/{wallet => wallet-typescript}/.prettierrc | 0 cdp-langchain/examples/{wallet => wallet-typescript}/README.md | 0 .../examples/{wallet => wallet-typescript}/package-lock.json | 0 cdp-langchain/examples/{wallet => wallet-typescript}/package.json | 0 .../examples/{wallet => wallet-typescript}/tsconfig.json | 0 cdp-langchain/examples/{wallet => wallet-typescript}/wallet.ts | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename cdp-langchain/examples/{wallet => wallet-typescript}/.eslintrc.json (100%) rename cdp-langchain/examples/{wallet => wallet-typescript}/.prettierignore (100%) rename cdp-langchain/examples/{wallet => wallet-typescript}/.prettierrc (100%) rename cdp-langchain/examples/{wallet => wallet-typescript}/README.md (100%) rename cdp-langchain/examples/{wallet => wallet-typescript}/package-lock.json (100%) rename cdp-langchain/examples/{wallet => wallet-typescript}/package.json (100%) rename cdp-langchain/examples/{wallet => wallet-typescript}/tsconfig.json (100%) rename cdp-langchain/examples/{wallet => wallet-typescript}/wallet.ts (100%) diff --git a/cdp-langchain/examples/wallet/.eslintrc.json b/cdp-langchain/examples/wallet-typescript/.eslintrc.json similarity index 100% rename from cdp-langchain/examples/wallet/.eslintrc.json rename to cdp-langchain/examples/wallet-typescript/.eslintrc.json diff --git a/cdp-langchain/examples/wallet/.prettierignore b/cdp-langchain/examples/wallet-typescript/.prettierignore similarity index 100% rename from cdp-langchain/examples/wallet/.prettierignore rename to cdp-langchain/examples/wallet-typescript/.prettierignore diff --git a/cdp-langchain/examples/wallet/.prettierrc b/cdp-langchain/examples/wallet-typescript/.prettierrc similarity index 100% rename from cdp-langchain/examples/wallet/.prettierrc rename to cdp-langchain/examples/wallet-typescript/.prettierrc diff --git a/cdp-langchain/examples/wallet/README.md b/cdp-langchain/examples/wallet-typescript/README.md similarity index 100% rename from cdp-langchain/examples/wallet/README.md rename to cdp-langchain/examples/wallet-typescript/README.md diff --git a/cdp-langchain/examples/wallet/package-lock.json b/cdp-langchain/examples/wallet-typescript/package-lock.json similarity index 100% rename from cdp-langchain/examples/wallet/package-lock.json rename to cdp-langchain/examples/wallet-typescript/package-lock.json diff --git a/cdp-langchain/examples/wallet/package.json b/cdp-langchain/examples/wallet-typescript/package.json similarity index 100% rename from cdp-langchain/examples/wallet/package.json rename to cdp-langchain/examples/wallet-typescript/package.json diff --git a/cdp-langchain/examples/wallet/tsconfig.json b/cdp-langchain/examples/wallet-typescript/tsconfig.json similarity index 100% rename from cdp-langchain/examples/wallet/tsconfig.json rename to cdp-langchain/examples/wallet-typescript/tsconfig.json diff --git a/cdp-langchain/examples/wallet/wallet.ts b/cdp-langchain/examples/wallet-typescript/wallet.ts similarity index 100% rename from cdp-langchain/examples/wallet/wallet.ts rename to cdp-langchain/examples/wallet-typescript/wallet.ts