Skip to content

Commit

Permalink
Merge pull request #593 from gitcoinco/thelostone-mc-patch-1
Browse files Browse the repository at this point in the history
Update fly.maci.toml
  • Loading branch information
hussedev authored Jul 16, 2024
2 parents 8dd8b0a + be97d4d commit 22066ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fly.maci.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ kill_timeout = '5s'
DEPLOYMENT_ENVIRONMENT = 'production'
ENABLE_RESOURCE_MONITOR = 'false'
ESTIMATES_LINEARQF_WORKER_POOL_SIZE = '10'
INDEXED_CHAINS = 'scroll,sepolia'
INDEXED_CHAINS = 'scroll'
LOG_LEVEL = 'debug'
NODE_OPTIONS = '--max-old-space-size=4096'
PASSPORT_SCORER_ID = '335'
Expand Down
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type CoingeckoSupportedChainId =
| 42
| 42220;

const CHAIN_DATA_VERSION = "75";
const CHAIN_DATA_VERSION = "76";

export type Token = {
code: string;
Expand Down

0 comments on commit 22066ad

Please sign in to comment.