Skip to content

Commit

Permalink
uncomment testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
dermanyang committed Nov 6, 2024
1 parent 4b67e5d commit 5a7c4f4
Showing 1 changed file with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# 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
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: aptoslabs_hxr2RZXYUSR_GH15n92wXVvCh4rxZYMKuWJ35wgMhHkMS
api_key: MAINNET_API_KEY
versions_to_import:
# fungible asset processor
308783012: 308783012_fa_transfer
Expand Down

0 comments on commit 5a7c4f4

Please sign in to comment.