-
Notifications
You must be signed in to change notification settings - Fork 9
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
Sync main with production #818
Conversation
….com/subspace/astral into feat/integrateStakingSquidInExplorer
Staking squid v14
Remove Nova squid from Astral
Improve Auto-Id page
Staking squid v15
✅ Deploy Preview for astral-prod ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for dev-astral canceled.
|
Report too large to display inline |
🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎ To accept the risk, merge this PR and you will not be notified again.
Next stepsWhat is an install script?Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts. Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead. What is telemetry?This package contains telemetry which tracks how it is used. Most telemetry comes with settings to disable it. Consider disabling telemetry if you do not want to be tracked. Take a deeper look at the dependencyTake a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev. Remove the packageIf you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency. Mark a package as acceptable riskTo ignore an alert, reply with a comment starting with
|
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
User description
Sync main with production
Including PR's:
PR Type
enhancement
Description
indexers/leaderboard-squid/src/types/v0.ts
.indexers/staking-squid/src/types/v6.ts
.explorer/src/states/query.ts
.NetworkId
inexplorer/src/types/app.ts
.Changes walkthrough 📝
4 files
v0.ts
Add comprehensive type definitions for blockchain structures
indexers/leaderboard-squid/src/types/v0.ts
structures.
operations.
v6.ts
Introduce types for staking operations and fraud proof
indexers/staking-squid/src/types/v6.ts
query.ts
Update query state interfaces with new staking types
explorer/src/states/query.ts
app.ts
Update chain parameter type to use NetworkId
explorer/src/types/app.ts
NetworkId
.264 files
leaderboard.ts
...
explorer/gql/types/leaderboard.ts
...
staking.ts
...
explorer/gql/types/staking.ts
...
storage.ts
...
indexers/leaderboard-squid/src/types/domains/storage.ts
...
v5.ts
...
indexers/leaderboard-squid/src/types/v5.ts
...
v1.ts
...
indexers/leaderboard-squid/src/types/v1.ts
...
OperatorsList.tsx
...
explorer/src/components/Staking/OperatorsList.tsx
...
leaderboard.query.ts
...
explorer/src/components/Leaderboard/leaderboard.query.ts
...
storage.ts
...
indexers/leaderboard-squid/src/types/system/storage.ts
...
storage.ts
...
indexers/leaderboard-squid/src/types/subspace/storage.ts
...
storage.ts
...
indexers/leaderboard-squid/src/types/balances/storage.ts
...
epoch.ts
...
indexers/staking-squid/src/events/epoch.ts
...
index.tsx
...
explorer/src/components/Leaderboard/index.tsx
...
cache.ts
...
indexers/leaderboard-squid/src/utils/cache.ts
...
sort.ts
...
indexers/leaderboard-squid/src/utils/sort.ts
...
OperatorNominatorTable.tsx
...
explorer/src/components/Staking/OperatorNominatorTable.tsx
...
storage.ts
...
indexers/staking-squid/src/types/domains/storage.ts
...
LeaderboardList.tsx
...
explorer/src/components/Leaderboard/LeaderboardList.tsx
...
account.ts
...
indexers/leaderboard-squid/src/storage/account.ts
...
operator.ts
...
indexers/staking-squid/src/extrinsics/operator.ts
...
events.ts
...
indexers/leaderboard-squid/src/types/balances/events.ts
...
LogListFilter.tsx
...
explorer/src/components/Consensus/Log/LogListFilter.tsx
...
operator.ts
...
indexers/staking-squid/src/events/operator.ts
...
calls.ts
...
indexers/leaderboard-squid/src/types/domains/calls.ts
...
staking.ts
...
indexers/leaderboard-squid/src/events/staking.ts
...
bundle.ts
...
indexers/staking-squid/src/events/bundle.ts
...
unlock.ts
...
indexers/staking-squid/src/events/unlock.ts
...
cache.ts
...
indexers/staking-squid/src/utils/cache.ts
...
events.ts
...
indexers/leaderboard-squid/src/types/domains/events.ts
...
MyWithdrawals.tsx
...
explorer/src/components/Staking/MyWithdrawals.tsx
...
operator.ts
...
indexers/leaderboard-squid/src/storage/operator.ts
...
farmer.ts
...
indexers/leaderboard-squid/src/storage/farmer.ts
...
AccountList.tsx
...
explorer/src/components/Consensus/Account/AccountList.tsx
...
v3.ts
...
indexers/leaderboard-squid/src/types/v3.ts
...
BlockList.tsx
...
explorer/src/components/Consensus/Block/BlockList.tsx
...
stats.ts
...
indexers/staking-squid/src/storage/stats.ts
...
constants.ts
...
indexers/leaderboard-squid/src/types/domains/constants.ts
...
EventList.tsx
...
explorer/src/components/Consensus/Event/EventList.tsx
...
AccountRewardList.tsx
...
explorer/src/components/Consensus/Account/AccountRewardList.tsx
...
RegisterOperators.tsx
...
explorer/src/components/Staking/RegisterOperators.tsx
...
index.tsx
...
explorer/src/components/WalletSideKick/index.tsx
...
AccountLatestRewards.tsx
...
explorer/src/components/Consensus/Account/AccountLatestRewards.tsx
...
ExtrinsicList.tsx
...
explorer/src/components/Consensus/Extrinsic/ExtrinsicList.tsx
...
farmer.ts
...
indexers/leaderboard-squid/src/events/farmer.ts
...
LogList.tsx
...
explorer/src/components/Consensus/Log/LogList.tsx
...
constants.ts
...
indexers/leaderboard-squid/src/types/subspace/constants.ts
...
BlockDetailsExtrinsicList.tsx
...
explorer/src/components/Consensus/Block/BlockDetailsExtrinsicList.tsx
...
AccountExtrinsicFilterDropdown.tsx
...
explorer/src/components/Consensus/Account/AccountExtrinsicFilterDropdown.tsx
...
useSearch.ts
...
explorer/src/hooks/useSearch.ts
...
support.ts
...
indexers/leaderboard-squid/src/types/support.ts
...
BlockDetailsEventList.tsx
...
explorer/src/components/Consensus/Block/BlockDetailsEventList.tsx
...
Account.tsx
...
explorer/src/components/Consensus/Account/Account.tsx
...
OperatorDetailsCard.tsx
...
explorer/src/components/Staking/OperatorDetailsCard.tsx
...
WalletProvider.tsx
...
explorer/src/providers/WalletProvider.tsx
...
storage.ts
...
indexers/leaderboard-squid/src/types/transaction-fees/storage.ts
...
ChainProvider.tsx
...
explorer/src/providers/ChainProvider.tsx
...
StakingSummary.tsx
...
explorer/src/components/WalletSideKick/StakingSummary.tsx
...
AccountSummary.tsx
...
explorer/src/components/WalletSideKick/AccountSummary.tsx
...
calls.ts
...
indexers/leaderboard-squid/src/types/system/calls.ts
...
index.tsx
...
explorer/src/components/AutoId/index.tsx
...
Operator.tsx
...
explorer/src/components/Staking/Operator.tsx
...
index.tsx
...
explorer/src/components/Consensus/Home/index.tsx
...
AccountExtrinsicList.tsx
...
explorer/src/components/Consensus/Account/AccountExtrinsicList.tsx
...
Block.tsx
...
explorer/src/components/Consensus/Block/Block.tsx
...
SectionHeader.tsx
...
explorer/src/components/layout/SectionHeader.tsx
...
OperatorsList.tsx
...
explorer/src/components/StakeWars/OperatorsList.tsx
...
nominator.ts
...
indexers/leaderboard-squid/src/storage/nominator.ts
...
staking.query.ts
...
explorer/src/components/Staking/staking.query.ts
...
calls.ts
...
indexers/staking-squid/src/types/domains/calls.ts
...
account.ts
...
indexers/leaderboard-squid/src/events/account.ts
...
calls.ts
...
indexers/leaderboard-squid/src/types/balances/calls.ts
...
AccountPreviousRewards.tsx
...
explorer/src/components/Consensus/Account/AccountPreviousRewards.tsx
...
extrinsic.ts
...
indexers/leaderboard-squid/src/events/extrinsic.ts
...
Extrinsic.tsx
...
explorer/src/components/Consensus/Extrinsic/Extrinsic.tsx
...
index.ts
...
indexers/staking-squid/src/utils/index.ts
...
ConsensusHeader.tsx
...
explorer/src/components/layout/ConsensusHeader.tsx
...
withdraw.ts
...
indexers/staking-squid/src/events/withdraw.ts
...
HeaderChainDropdown.tsx
...
explorer/src/components/layout/HeaderChainDropdown.tsx
...
HomeChainInfoSkeleton.tsx
...
explorer/src/components/Consensus/Home/HomeChainInfoSkeleton.tsx
...
LeaderboardHeader.tsx
...
explorer/src/components/layout/LeaderboardHeader.tsx
...
Leaderboard.tsx
...
explorer/src/components/WalletSideKick/Leaderboard.tsx
...
index.tsx
...
explorer/src/components/Nova/index.tsx
...
storage.ts
...
indexers/leaderboard-squid/src/types/rewards/storage.ts
...
processor.ts
...
indexers/leaderboard-squid/src/processor.ts
...
operator.ts
...
indexers/staking-squid/src/storage/operator.ts
...
index.ts
...
indexers/leaderboard-squid/src/events/index.ts
...
route.tsx
...
explorer/src/app/[chain]/consensus/accounts/[accountId]/image/route.tsx
...
nominator.ts
...
indexers/staking-squid/src/storage/nominator.ts
...
AccountBalancePieChart.tsx
...
explorer/src/components/Consensus/Account/AccountBalancePieChart.tsx
...
events.ts
...
indexers/staking-squid/src/types/domains/events.ts
...
GetDiscordRoles.tsx
...
explorer/src/components/WalletSideKick/GetDiscordRoles.tsx
...
EventTabDescription.tsx
...
explorer/src/components/Consensus/Event/EventTabDescription.tsx
...
PendingTransactions.tsx
...
explorer/src/components/WalletSideKick/PendingTransactions.tsx
...
route.ts
...
explorer/src/app/api/claim/[...params]/route.ts
...
LastExtrinsics.tsx
...
explorer/src/components/WalletSideKick/LastExtrinsics.tsx
...
ActionsModal.tsx
...
explorer/src/components/WalletSideKick/ActionsModal.tsx
...
Event.tsx
...
explorer/src/components/Consensus/Event/Event.tsx
...
Log.tsx
...
explorer/src/components/Consensus/Log/Log.tsx
...
index.ts
...
indexers/staking-squid/src/events/index.ts
...
query.ts
...
explorer/src/components/Consensus/Account/query.ts
...
HomeExtrinsicList.tsx
...
explorer/src/components/Consensus/Home/HomeExtrinsicList.tsx
...
AccountRewardGraph.tsx
...
explorer/src/components/Consensus/Account/AccountRewardGraph.tsx
...
index.tsx
...
explorer/src/components/layout/ExtrinsicAndEventResult/index.tsx
...
FarmingHeader.tsx
...
explorer/src/components/layout/FarmingHeader.tsx
...
calls.ts
...
indexers/leaderboard-squid/src/types/subspace/calls.ts
...
events.ts
...
indexers/leaderboard-squid/src/types/system/events.ts
...
StakingHeader.tsx
...
explorer/src/components/layout/StakingHeader.tsx
...
BlockDetailsTabs.tsx
...
explorer/src/components/Consensus/Block/BlockDetailsTabs.tsx
...
DomainHeader.tsx
...
explorer/src/components/layout/DomainHeader.tsx
...
HomeBlockList.tsx
...
explorer/src/components/Consensus/Home/HomeBlockList.tsx
...
index.ts
...
indexers/leaderboard-squid/src/utils/index.ts
...
AccountRewardsTabs.tsx
...
explorer/src/components/Consensus/Account/AccountRewardsTabs.tsx
...
AccountBalanceStats.tsx
...
explorer/src/components/Consensus/Account/AccountBalanceStats.tsx
...
LogDetailsCard.tsx
...
explorer/src/components/Consensus/Log/LogDetailsCard.tsx
...
query.ts
...
explorer/src/components/Consensus/Extrinsic/query.ts
...
useDomainsData.ts
...
explorer/src/hooks/useDomainsData.ts
...
ActionsModal.tsx
...
explorer/src/components/Staking/ActionsModal.tsx
...
constants.ts
...
indexers/leaderboard-squid/src/types/balances/constants.ts
...
index.tsx
...
explorer/src/providers/index.tsx
...
page.tsx
...
explorer/src/app/[chain]/nova/page.tsx
...
HomeCards.tsx
...
explorer/src/components/Consensus/Home/HomeCards.tsx
...
constants.ts
...
indexers/leaderboard-squid/src/types/system/constants.ts
...
query.ts
...
explorer/src/components/Consensus/Event/query.ts
...
domain.ts
...
indexers/staking-squid/src/storage/domain.ts
...
LogDetailsEventList.tsx
...
explorer/src/components/Consensus/Log/LogDetailsEventList.tsx
...
OutOfSyncBanner.tsx
...
explorer/src/components/common/OutOfSyncBanner.tsx
...
route.tsx
...
explorer/src/app/[chain]/image/route.tsx
...
domains.ts
...
explorer/src/states/domains.ts
...
bundle.ts
...
indexers/staking-squid/src/storage/bundle.ts
...
ExtrinsicDetailsEventList.tsx
...
explorer/src/components/Consensus/Extrinsic/ExtrinsicDetailsEventList.tsx
...
ExtrinsicTable.tsx
...
explorer/src/components/Consensus/Extrinsic/ExtrinsicTable.tsx
...
constants.ts
...
indexers/leaderboard-squid/src/types/rewards/constants.ts
...
BlockDetailsLogList.tsx
...
explorer/src/components/Consensus/Block/BlockDetailsLogList.tsx
...
withdrawal.ts
...
indexers/staking-squid/src/storage/withdrawal.ts
...
constants.ts
...
indexers/leaderboard-squid/src/types/transaction-payment/constants.ts
...
downloadFullData.ts
...
explorer/src/utils/downloadFullData.ts
...
EventDetailsCard.tsx
...
explorer/src/components/Consensus/Event/EventDetailsCard.tsx
...
EvmExplorerBanner.tsx
...
explorer/src/components/common/EvmExplorerBanner.tsx
...
AccountDetailsCard.tsx
...
explorer/src/components/Consensus/Account/AccountDetailsCard.tsx
...
events.ts
...
indexers/leaderboard-squid/src/types/transaction-fees/events.ts
...
SearchInput.tsx
...
explorer/src/components/common/SearchInput.tsx
...
MobileHeader.tsx
...
explorer/src/components/layout/MobileHeader.tsx
...
layout.tsx
...
explorer/src/app/[chain]/layout.tsx
...
StakeHeader.tsx
...
explorer/src/components/layout/StakeHeader.tsx
...
fauna.ts
...
explorer/src/utils/fauna.ts
...
deposit.ts
...
indexers/staking-squid/src/storage/deposit.ts
...
useTxHelper.ts
...
explorer/src/hooks/useTxHelper.ts
...
query.ts
...
explorer/src/components/Consensus/Log/query.ts
...
AccountRewardsHistory.tsx
...
explorer/src/components/Consensus/Account/AccountRewardsHistory.tsx
...
HomeInfoCard.tsx
...
explorer/src/components/Consensus/Home/HomeInfoCard.tsx
...
indexers.ts
...
explorer/src/constants/indexers.ts
...
constants.ts
...
indexers/leaderboard-squid/src/types/transaction-fees/constants.ts
...
HomeBlockCard.tsx
...
explorer/src/components/Consensus/Home/HomeBlockCard.tsx
...
ExtrinsicAndEventResultCard.tsx
...
explorer/src/components/layout/ExtrinsicAndEventResult/ExtrinsicAndEventResultCard.tsx
...
ExtrinsicDetailsCard.tsx
...
explorer/src/components/Consensus/Extrinsic/ExtrinsicDetailsCard.tsx
...
index.tsx
...
explorer/src/components/Domain/index.tsx
...
AccountGraphTabs.tsx
...
explorer/src/components/Consensus/Account/AccountGraphTabs.tsx
...
page.tsx
...
explorer/src/app/[chain]/consensus/extrinsics/[extrinsicId]/page.tsx
...
EventListFilter.tsx
...
explorer/src/components/Consensus/Event/EventListFilter.tsx
...
LogDetailsTab.tsx
...
explorer/src/components/Consensus/Log/LogDetailsTab.tsx
...
ExtrinsicListFilter.tsx
...
explorer/src/components/Consensus/Extrinsic/ExtrinsicListFilter.tsx
...
BlockDetailsCard.tsx
...
explorer/src/components/Consensus/Block/BlockDetailsCard.tsx
...
fee.ts
...
indexers/leaderboard-squid/src/events/fee.ts
...
page.tsx
...
explorer/src/app/[chain]/consensus/accounts/[accountId]/rewards/page.tsx
...
codegen.ts
...
explorer/codegen.ts
...
page.tsx
...
explorer/src/app/[chain]/consensus/accounts/[accountId]/page.tsx
...
page.tsx
...
explorer/src/app/[chain]/leaderboard/nominators/page.tsx
...
middleware.ts
...
explorer/src/middleware.ts
...
TableNavigation.tsx
...
explorer/src/components/common/TableNavigation.tsx
...
page.tsx
...
explorer/src/app/[chain]/consensus/extrinsics/page.tsx
...
page.tsx
...
explorer/src/app/[chain]/leaderboard/operators/page.tsx
...
page.tsx
...
explorer/src/app/[chain]/consensus/blocks/[blockId]/page.tsx
...
AccountGraphs.tsx
...
explorer/src/components/Consensus/Account/AccountGraphs.tsx
...
page.tsx
...
explorer/src/app/[chain]/consensus/logs/[logId]/page.tsx
...
page.tsx
...
explorer/src/app/[chain]/consensus/blocks/page.tsx
...
page.tsx
...
explorer/src/app/[chain]/consensus/accounts/page.tsx
...
page.tsx
...
explorer/src/app/[chain]/consensus/events/page.tsx
...
page.tsx
...
explorer/src/app/[chain]/consensus/logs/page.tsx
...
page.tsx
...
explorer/src/app/[chain]/leaderboard/farmers/page.tsx
...
page.tsx
...
explorer/src/app/[chain]/consensus/events/[eventId]/page.tsx
...
queryGraphqlServer.ts
...
explorer/src/utils/queryGraphqlServer.ts
...
NotResultsFound.tsx
...
explorer/src/components/layout/NotResultsFound.tsx
...
storage.ts
...
indexers/leaderboard-squid/src/types/transaction-payment/storage.ts
...
page.tsx
...
explorer/src/app/[chain]/consensus/page.tsx
...
page.tsx
...
explorer/src/app/[chain]/staking/[operatorId]/page.tsx
...
index.ts
...
indexers/staking-squid/src/blocks/index.ts
...
account.ts
...
indexers/staking-squid/src/storage/account.ts
...
events.ts
...
indexers/leaderboard-squid/src/types/subspace/events.ts
...
index.tsx
...
explorer/src/components/layout/NotFound/index.tsx
...
index.ts
...
indexers/leaderboard-squid/src/blocks/index.ts
...
events.ts
...
indexers/leaderboard-squid/src/types/rewards/events.ts
...
page.tsx
...
explorer/src/app/[chain]/leaderboard/accounts/page.tsx
...
MyPositionSwitch.tsx
...
explorer/src/components/common/MyPositionSwitch.tsx
...
processor.ts
...
indexers/staking-squid/src/processor.ts
...
SearchBar.test.tsx
...
explorer/src/components/common/tests/SearchBar.test.tsx
...
index.ts
...
indexers/staking-squid/src/model/generated/index.ts
...
page.tsx
...
explorer/src/app/[chain]/farming/page.tsx
...
domainBlock.ts
...
indexers/staking-squid/src/storage/domainBlock.ts
...
ExtrinsicDetailsTab.tsx
...
explorer/src/components/Consensus/Extrinsic/ExtrinsicDetailsTab.tsx
...
page.tsx
...
explorer/src/app/[chain]/autoid/page.tsx
...
BlockAuthor.tsx
...
explorer/src/components/Consensus/Block/BlockAuthor.tsx
...
page.tsx
...
explorer/src/app/[chain]/staking/page.tsx
...
page.tsx
...
explorer/src/app/[chain]/domains/page.tsx
...
page.tsx
...
explorer/src/app/[chain]/staking/register/page.tsx
...
calls.ts
...
indexers/leaderboard-squid/src/types/rewards/calls.ts
...
events.ts
...
indexers/leaderboard-squid/src/types/transaction-payment/events.ts
...
ActionsDropdown.tsx
...
explorer/src/components/Staking/ActionsDropdown.tsx
...
number.ts
...
explorer/src/utils/number.ts
...
slack.ts
...
explorer/src/utils/slack.ts
...
main.ts
...
indexers/leaderboard-squid/src/main.ts
...
domain.ts
...
indexers/staking-squid/src/events/domain.ts
...
Home.test.tsx
...
explorer/src/components/Consensus/Home/test/Home.test.tsx
...
main.ts
...
indexers/staking-squid/src/main.ts
...
layout.tsx
...
explorer/src/app/[chain]/consensus/layout.tsx
...
layout.tsx
...
explorer/src/app/[chain]/nova/layout.tsx
...
HomeChainInfo.tsx
...
explorer/src/components/Consensus/Home/HomeChainInfo.tsx
...
consensus.ts
...
explorer/src/types/consensus.ts
...
transaction.ts
...
explorer/src/types/transaction.ts
...
useChains.ts
...
explorer/src/hooks/useChains.ts
...
SortedTable.tsx
...
explorer/src/components/common/SortedTable.tsx
...
page.tsx
...
explorer/src/app/[chain]/leaderboard/page.tsx
...
index.ts
...
indexers/leaderboard-squid/src/types/index.ts
...
constants.ts
...
indexers/leaderboard-squid/src/types/constants.ts
...
events.ts
...
indexers/leaderboard-squid/src/types/events.ts
...
storage.ts
...
indexers/leaderboard-squid/src/types/storage.ts
...
SearchResult.tsx
...
explorer/src/components/layout/SearchResult.tsx
...
transactions.ts
...
explorer/src/states/transactions.ts
...
routes.ts
...
explorer/src/constants/routes.ts
...
calls.ts
...
indexers/leaderboard-squid/src/types/calls.ts
...
index.ts
...
indexers/staking-squid/src/types/index.ts
...
general.ts
...
explorer/src/constants/general.ts
...
mocks.ts
...
explorer/src/components/Consensus/Home/test/mocks.ts
...
SearchQueryMocks.ts
...
explorer/src/components/common/tests/mocks/SearchQueryMocks.ts
...
index.ts
...
explorer/src/constants/index.ts
...
index.ts
...
indexers/staking-squid/src/storage/index.ts
...
index.ts
...
indexers/leaderboard-squid/src/model/index.ts
...
1723832727324-Data.js
...
indexers/staking-squid/db/migrations/1723832727324-Data.js
...
1723206699043-Data.js
...
indexers/leaderboard-squid/db/migrations/1723206699043-Data.js
...
docker-run.sh
...
indexers/leaderboard-squid/scripts/docker-run.sh
...
gemini3h.jsonl
...
indexers/leaderboard-squid/gemini3h.jsonl
...
gemini3h.jsonl
...
indexers/staking-squid/gemini3h.jsonl
...
package-lock.json
...
indexers/leaderboard-squid/package-lock.json
...
hasura_metadata.json
...
indexers/staking-squid/hasura/hasura_metadata.json
...
schema.graphql
...
indexers/staking-squid/schema.graphql
...
README.md
...
indexers/leaderboard-squid/README.md
...
schema.graphql
...
indexers/leaderboard-squid/schema.graphql
...
commands.json
...
indexers/leaderboard-squid/commands.json
...
gh-deploy-monolith-squid.yml
...
.github/workflows/gh-deploy-monolith-squid.yml
...
.cursorrules
...
explorer/.cursorrules
...
gh-deploy-micro-squids.yml
...
.github/workflows/gh-deploy-micro-squids.yml
...
package.json
...
indexers/leaderboard-squid/package.json
...
docker-compose.yml
...
indexers/squid-blockexplorer/docker-compose.yml
...
typegen.json
...
indexers/leaderboard-squid/typegen.json
...
LICENSE
...
indexers/leaderboard-squid/LICENSE
...
squid.yaml
...
indexers/leaderboard-squid/squid.yaml
...
package.json
...
explorer/package.json
...
tsconfig.json
...
indexers/leaderboard-squid/tsconfig.json
...
astral.code-workspace
...
.vscode/astral.code-workspace
...
.env
...
indexers/leaderboard-squid/.env
...
docker-compose.yml
...
indexers/leaderboard-squid/docker-compose.yml
...
squid.yaml
...
indexers/staking-squid/squid.yaml
...
.env.sample
...
indexers/squid-blockexplorer/.env.sample
...
.squidignore
...
indexers/leaderboard-squid/.squidignore
...
.dockerignore
...
indexers/leaderboard-squid/.dockerignore
...
.npmrc
...
indexers/leaderboard-squid/.npmrc
...