Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy feat/token snapshot #9

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .env.defaults
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
SOLANA_RPC=http://solrpc1.aleph.cloud:7725/
INDEXER=spl-token
SPL_TOKEN_MINTS=kinXdEcpDQeHPEuQnqmUgtYykqKGVFq6CeVX5iAHJq6
INDEXER=token-snapshot
SPL_TOKEN_MINTS=mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So
SPL_TOKEN_ACCOUNTS=CrR7DS7A8ABSsHwx92K3b6bD1moBzn5SpWf2ske8bqML
SOLANA_MAIN_PUBLIC_RPC=https://api.mainnet-beta.solana.com

# 16 GB RAM for node.js
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,10 @@ on:
types: [ labeled ]

jobs:
clean:
if: ${{ github.event.label.name == 'deploy' }}
runs-on: ubuntu-latest
steps:
- name: Cleanup Artifacts
uses: glassechidna/artifact-cleaner@master

build:
if: ${{ github.event.label.name == 'deploy' }}
runs-on: ubuntu-latest
name: Build the indexer image
needs: clean
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2,132 changes: 1,169 additions & 963 deletions package-lock.json

Large diffs are not rendered by default.

188 changes: 121 additions & 67 deletions packages/indexer-generator/package-lock.json

Large diffs are not rendered by default.

433 changes: 272 additions & 161 deletions packages/marinade_finance/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/marinade_finance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"author": "ALEPH.im",
"license": "ISC",
"dependencies": {
"@aleph-indexer/core": "^1.0.23",
"@aleph-indexer/framework": "^1.0.23",
"@aleph-indexer/core": "1.0.23",
"@aleph-indexer/framework": "1.0.23",
"@metaplex-foundation/beet": "0.7.1",
"@metaplex-foundation/beet-solana": "0.4.0",
"@solana/spl-token": "0.3.5",
Expand Down
Loading