Merge pull request #70 from FlipsideCrypto/update/fsc-evm-package

update/fsc-evm-package
This commit is contained in:
drethereum 2024-11-05 16:15:43 -07:00 committed by GitHub
commit b162dd692b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 7 deletions

View File

@ -129,7 +129,6 @@ vars:
GLOBAL_BLOCKS_PER_HOUR: 1200
GLOBAL_WRAPPED_ASSET_ADDRESS: '0x40375c92d9faf44d2f9db9bd9ba41a3317a2404f'
## OPTIONAL
GLOBAL_USES_RECEIPTS_BY_HASH: True
GLOBAL_USES_BASE_FEE: False
@ -143,20 +142,28 @@ vars:
## REQUIRED
TRACES_FULL_RELOAD_START_BLOCK: 20000000
## OPTIONAL
# GOLD_FULL_REFRESH: True
# SILVER_FULL_REFRESH: True
### PRICES ###
## REQUIRED
PRICES_NATIVE_SYMBOLS: 'CORE'
PRICES_PROVIDER_PLATFORMS: ['Core', 'core']
### DECODING ###
BLOCK_EXPLORER_NAME: 'CoreScan'
BLOCK_EXPLORER_ABI_URL: 'https://openapi.coredao.org/api?module=contract&action=getabi&address='
BLOCK_EXPLORER_ABI_API_KEY_PATH: 'Vault/prod/block_explorers/core_scan'
### LABELS ###
### MAIN_PACKAGE VARIABLES END ###
### DECODER_PACKAGE VARIABLES BEGIN ###
## REQUIRED
BLOCK_EXPLORER_NAME: 'CoreScan'
BLOCK_EXPLORER_ABI_URL: 'https://openapi.coredao.org/api?module=contract&action=getabi&address='
BLOCK_EXPLORER_ABI_API_KEY_PATH: 'Vault/prod/block_explorers/core_scan'
### DECODER_PACKAGE VARIABLES END ###
### CURATED_PACKAGE VARIABLES BEGIN ###
### STATS ###

View File

@ -1,3 +1,3 @@
packages:
- git: https://github.com/FlipsideCrypto/fsc-evm.git
revision: fix-silver-decoded-logs
revision: v3.8.2