-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remve imported txns filefrom gitingore
- Loading branch information
Showing
5 changed files
with
47 additions
and
15 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
22 changes: 22 additions & 0 deletions
22
ecosystem/indexer-grpc/indexer-transaction-generator/tests/imported_transactions.yaml
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,22 @@ | ||
testnet: | ||
# Transaction Stream endpoint addresss. | ||
transaction_stream_endpoint: https://grpc.testnet.aptoslabs.com:443 | ||
# (Optional) The key to use with developers.aptoslabs.com | ||
api_key: TESTNET_API_KEY | ||
# A map from versions to dump and their output names. | ||
versions_to_import: | ||
# naming: <version_descriptive_name> | ||
1: 1_genesis | ||
2: 2_new_block_event | ||
3: 3_empty_txn | ||
278556781: 278556781_v1_coin_register_fa_metadata | ||
1255836496: 1255836496_v2_fa_metadata_ | ||
5979639459: 5979639459_coin_register | ||
5992795934: 5992795934_fa_activities | ||
5523474016: 5523474016_validator_txn | ||
|
||
mainnet: | ||
transaction_stream_endpoint: https://grpc.mainnet.aptoslabs.com:443 | ||
api_key: MAINNET_API_KEY | ||
versions_to_import: | ||
308783012: 308783012_fa_transfer |
16 changes: 16 additions & 0 deletions
16
ecosystem/indexer-grpc/indexer-transaction-generator/tests/testing_accounts.yaml
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,16 @@ | ||
# This file serves the accounts to use during account generation. | ||
# These are generated in localnet and safe to share. | ||
accounts: | ||
- private_key: "0x99978d48e7b2d50d0a7a3273db0929447ae59635e71118fa256af654c0ce56c9" | ||
public_key: "0x39b4acc85e026dc056464a5ea00b98f858260eaad2b74dd30b86ae0d4d94ddf5" | ||
account: a531b7fdd7917f73ca216d89a8d9ce0cf7e7cfb9086ca6f6cbf9521532748d16 | ||
- private_key: "0xe77498ac20ca67e8f642a6521077c8d5cba54853e7bed1e2c33b67e5a7b6c76e" | ||
public_key: "0xc92c8e7b4467e629ca8cd201a21564de39eea7cbe45b59bfd37f10b56e0a728c" | ||
account: 501b015c58f2a1a62a330a6da80dfee723f528f719d25a4232751986f9a9f43f | ||
- private_key: "0x76a641118ffb5ca5f9de4fe414a7d216d89616e74bec2c445324a2f0ab609ab6" | ||
public_key: "0xef05bede15f422e16c0002e3cee8b4d4341518d99c4695352a1869b0779864fb" | ||
account: 8f0de18409d6fca18c72fac4062fc0f9baa6404296fed93a3ad0250fb671f8b3 | ||
- private_key: "0xf24423f014e6f2fdd1914d6961b49a2cfc9eac59b88a57457e4cd9424fc140c8" | ||
public_key: "0xb298975d27dbff3020e5ee7fdbbad8a969d4f2a2d5286e097d1db9760d04dd31" | ||
account: 765d8c8d4d5859f43a56e2756fbf5f3d2483dbaa14f3fb62872df820d6e64eff | ||
|