-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
snapshot url update and silo snapshot support added
- Loading branch information
Showing
7 changed files
with
85 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Defines on which network of Aurora and Near, the Silo resides. Accepted values are mainnet or testnet only | ||
# [required config] | ||
SILO_NETWORK: mainnet | ||
|
||
# Chain ID of the Silo | ||
# [required config] | ||
SILO_CHAIN_ID: 1313161557 | ||
|
||
# A decimal number which defines the genesis block number of the Silo | ||
# [required config] | ||
SILO_GENESIS: 91077490 | ||
|
||
# A decimal number, defining the block number, from which the indexing of blockchain starts | ||
# [required config] | ||
SILO_FROM_BLOCK: 91077490 | ||
|
||
# Silo Engine Account, that has Silo deployed on it | ||
# [required config] | ||
SILO_ENGINE_ACCOUNT: silo-1.aurora-silo-dev.near |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Defines on which network of Aurora and Near, the Silo resides. Accepted values are mainnet or testnet only | ||
# [required config] | ||
SILO_NETWORK: mainnet | ||
|
||
# Chain ID of the Silo | ||
# [required config] | ||
SILO_CHAIN_ID: 1313161558 | ||
|
||
# A decimal number which defines the genesis block number of the Silo | ||
# [required config] | ||
SILO_GENESIS: 92167976 | ||
|
||
# A decimal number, defining the block number, from which the indexing of blockchain starts | ||
# [required config] | ||
SILO_FROM_BLOCK: 92167976 | ||
|
||
# Silo Engine Account, that has Silo deployed on it | ||
# [required config] | ||
SILO_ENGINE_ACCOUNT: hackathon.aurora-silo-dev.near |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Defines on which network of Aurora and Near, the Silo resides. Accepted values are mainnet or testnet only | ||
# [required config] | ||
SILO_NETWORK: mainnet | ||
|
||
# Chain ID of the Silo | ||
# [required config] | ||
SILO_CHAIN_ID: 1313161556 | ||
|
||
# A decimal number which defines the genesis block number of the Silo | ||
# [required config] | ||
SILO_GENESIS: 84995925 | ||
|
||
# A decimal number, defining the block number, from which the indexing of blockchain starts | ||
# [required config] | ||
SILO_FROM_BLOCK: 84995925 | ||
|
||
# Silo Engine Account, that has Silo deployed on it | ||
# [required config] | ||
SILO_ENGINE_ACCOUNT: aurora-silo-dev.near |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters