We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad0935 commit a9c207dCopy full SHA for a9c207d
1 file changed
chains/injective.yaml
@@ -3,8 +3,7 @@
3
pre-build: |
4
apt update
5
apt install unzip
6
- # wget https://github.com/InjectiveLabs/injective-chain-releases/releases/download/$VERSION/linux-amd64.zip
7
- wget https://github.com/InjectiveLabs/injective-chain-releases/releases/download/$VERSION/linux-amd64.zip
+ wget https://github.com/InjectiveFoundation/injective-core/releases/download/$VERSION/linux-amd64.zip
8
unzip linux-amd64.zip
9
mv injectived peggo /usr/bin
10
mv libwasmvm.x86_64.so /usr/lib
0 commit comments