From 44ce99e4058d3a0b4085580a9e9ccf86b1911e99 Mon Sep 17 00:00:00 2001 From: jsy1218 <91580504+jsy1218@users.noreply.github.com> Date: Wed, 3 Jul 2024 05:51:23 -0700 Subject: [PATCH 1/3] chore(v3-sdk): annotate FACTORY_ADDRESS as deprecated --- .idea/workspace.xml | 109 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 .idea/workspace.xml diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 000000000..0069c86ba --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,109 @@ + + + + + + + + + + + + { + "customColor": "", + "associatedIndex": 2 +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1714073209620 + + + + + + \ No newline at end of file From 4a782abea4f9b15aac921f5276862e2bca69d3c4 Mon Sep 17 00:00:00 2001 From: jsy1218 <91580504+jsy1218@users.noreply.github.com> Date: Wed, 3 Jul 2024 05:54:05 -0700 Subject: [PATCH 2/3] chore(v3-sdk): annotate FACTORY_ADDRESS as deprecated --- sdks/v3-sdk/src/constants.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdks/v3-sdk/src/constants.ts b/sdks/v3-sdk/src/constants.ts index 086ccd1a5..776db6be8 100644 --- a/sdks/v3-sdk/src/constants.ts +++ b/sdks/v3-sdk/src/constants.ts @@ -1,5 +1,8 @@ import { ChainId } from '@uniswap/sdk-core' +/** + * @deprecated use V3_CORE_FACTORY_ADDRESSES from sdk-core instead + */ export const FACTORY_ADDRESS = '0x1F98431c8aD98523631AE4a59f267346ea31F984' export const ADDRESS_ZERO = '0x0000000000000000000000000000000000000000' From 5b1d5756b39b180ad62f49f541a27704f5695549 Mon Sep 17 00:00:00 2001 From: jsy1218 <91580504+jsy1218@users.noreply.github.com> Date: Wed, 10 Jul 2024 00:10:46 +0200 Subject: [PATCH 3/3] remove .idea artifact --- .idea/workspace.xml | 109 ----------------------------------------- sdks/v3-sdk/.gitignore | 5 +- 2 files changed, 4 insertions(+), 110 deletions(-) delete mode 100644 .idea/workspace.xml diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 0069c86ba..000000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - - - { - "customColor": "", - "associatedIndex": 2 -} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1714073209620 - - - - - - \ No newline at end of file diff --git a/sdks/v3-sdk/.gitignore b/sdks/v3-sdk/.gitignore index 705d1452b..37d70ad27 100644 --- a/sdks/v3-sdk/.gitignore +++ b/sdks/v3-sdk/.gitignore @@ -63,4 +63,7 @@ jspm_packages/ .yarn/unplugged .yarn/build-state.yml .yarn/install-state.gz -.pnp.* \ No newline at end of file +.pnp.* + +# JetBrain IDEs +.idea/ \ No newline at end of file