Skip to content

Commit

Permalink
Merge pull request #287 from InjectiveLabs/fix/synced_dev_with_v1_14_…
Browse files Browse the repository at this point in the history
…core_and_indexer

Fix/synced dev with v1 14 core and indexer
  • Loading branch information
aarmoa authored Feb 10, 2025
2 parents dc1963f + d2d2e57 commit 49b9c7f
Show file tree
Hide file tree
Showing 5 changed files with 1,861 additions and 1,358 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
all:

clone-injective-indexer:
git clone https://github.com/InjectiveLabs/injective-indexer.git -b v1.13.117_RC1 --depth 1 --single-branch
git clone https://github.com/InjectiveLabs/injective-indexer.git -b v1.14.1-RC.6 --depth 1 --single-branch

clone-injective-core:
git clone https://github.com/InjectiveLabs/injective-core.git -b testnet --depth 1 --single-branch
git clone https://github.com/InjectiveLabs/injective-core.git -b v1.14.0 --depth 1 --single-branch

copy-exchange-client: clone-injective-indexer
rm -rf exchange/*
Expand Down
Loading

0 comments on commit 49b9c7f

Please sign in to comment.