-
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.
allow specifying account address at config level instead of random as…
…signment
- Loading branch information
Showing
8 changed files
with
52 additions
and
34 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...indexer-transaction-generator/imported_transactions/move_fixtures/fa_double_transfer.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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
transactions: | ||
- output_name: fa_double_transfer | ||
script_path: fa_double_transfer | ||
sender_address: __ACCOUNT_A__ | ||
sender_address: 7a2e070df14c96d0808ffab6b735591221241c34f6c4b4a9fa34051f945b5197 | ||
|
2 changes: 1 addition & 1 deletion
2
...exer-transaction-generator/imported_transactions/move_fixtures/fa_mint_transfer_burn.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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
transactions: | ||
- output_name: fa_mint_transfer_burn | ||
script_path: fa_mint_transfer_burn | ||
sender_address: __ACCOUNT_A__ | ||
sender_address: d857c1f1dc5303ffcdc47205ebddc02d485c9dce619fd4d00055d86b58143363 | ||
|
4 changes: 2 additions & 2 deletions
4
...indexer-transaction-generator/imported_transactions/move_fixtures/simple_user_script.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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
transactions: | ||
- output_name: simple_user_script1 | ||
script_path: simple_user_script | ||
sender_address: __ACCOUNT_A__ | ||
sender_address: 765d8c8d4d5859f43a56e2756fbf5f3d2483dbaa14f3fb62872df820d6e64eff | ||
- output_name: simple_user_script2 | ||
script_path: simple_user_script2 | ||
sender_address: __ACCOUNT_A__ | ||
sender_address: 765d8c8d4d5859f43a56e2756fbf5f3d2483dbaa14f3fb62872df820d6e64eff | ||
|
4 changes: 2 additions & 2 deletions
4
...ndexer-transaction-generator/imported_transactions/move_fixtures/simple_user_script2.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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
transactions: | ||
- output_name: simple_user_script3 | ||
script_path: simple_user_script | ||
sender_address: __ACCOUNT_A__ | ||
sender_address: 501b015c58f2a1a62a330a6da80dfee723f528f719d25a4232751986f9a9f43f | ||
- output_name: simple_user_script4 | ||
script_path: simple_user_script2 | ||
sender_address: __ACCOUNT_B__ | ||
sender_address: 8f0de18409d6fca18c72fac4062fc0f9baa6404296fed93a3ad0250fb671f8b3 | ||
|
21 changes: 13 additions & 8 deletions
21
...em/indexer-grpc/indexer-transaction-generator/imported_transactions/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 |
---|---|---|
@@ -1,22 +1,27 @@ | ||
# This file serves the accounts to use during account generation. | ||
# These are generated in localnet and safe to share. | ||
accounts: | ||
- private_key: "0x99978d48e7b2d50d0a7a3273db0929447ae59635e71118fa256af654c0ce56c9" | ||
a531b7fdd7917f73ca216d89a8d9ce0cf7e7cfb9086ca6f6cbf9521532748d16: | ||
private_key: "0x99978d48e7b2d50d0a7a3273db0929447ae59635e71118fa256af654c0ce56c9" | ||
public_key: "0x39b4acc85e026dc056464a5ea00b98f858260eaad2b74dd30b86ae0d4d94ddf5" | ||
account: a531b7fdd7917f73ca216d89a8d9ce0cf7e7cfb9086ca6f6cbf9521532748d16 | ||
- private_key: "0xe77498ac20ca67e8f642a6521077c8d5cba54853e7bed1e2c33b67e5a7b6c76e" | ||
account: "a531b7fdd7917f73ca216d89a8d9ce0cf7e7cfb9086ca6f6cbf9521532748d16" | ||
501b015c58f2a1a62a330a6da80dfee723f528f719d25a4232751986f9a9f43f: | ||
private_key: "0xe77498ac20ca67e8f642a6521077c8d5cba54853e7bed1e2c33b67e5a7b6c76e" | ||
public_key: "0xc92c8e7b4467e629ca8cd201a21564de39eea7cbe45b59bfd37f10b56e0a728c" | ||
account: 501b015c58f2a1a62a330a6da80dfee723f528f719d25a4232751986f9a9f43f | ||
- private_key: "0x76a641118ffb5ca5f9de4fe414a7d216d89616e74bec2c445324a2f0ab609ab6" | ||
8f0de18409d6fca18c72fac4062fc0f9baa6404296fed93a3ad0250fb671f8b3: | ||
private_key: "0x76a641118ffb5ca5f9de4fe414a7d216d89616e74bec2c445324a2f0ab609ab6" | ||
public_key: "0xef05bede15f422e16c0002e3cee8b4d4341518d99c4695352a1869b0779864fb" | ||
account: 8f0de18409d6fca18c72fac4062fc0f9baa6404296fed93a3ad0250fb671f8b3 | ||
- private_key: "0xf24423f014e6f2fdd1914d6961b49a2cfc9eac59b88a57457e4cd9424fc140c8" | ||
765d8c8d4d5859f43a56e2756fbf5f3d2483dbaa14f3fb62872df820d6e64eff: | ||
private_key: "0xf24423f014e6f2fdd1914d6961b49a2cfc9eac59b88a57457e4cd9424fc140c8" | ||
public_key: "0xb298975d27dbff3020e5ee7fdbbad8a969d4f2a2d5286e097d1db9760d04dd31" | ||
account: 765d8c8d4d5859f43a56e2756fbf5f3d2483dbaa14f3fb62872df820d6e64eff | ||
- private_key: "0xd5dc637987a9ca85f52be2ff583a408ae5747a99f2fe85de416c9339e669a86b" | ||
7a2e070df14c96d0808ffab6b735591221241c34f6c4b4a9fa34051f945b5197: | ||
private_key: "0xd5dc637987a9ca85f52be2ff583a408ae5747a99f2fe85de416c9339e669a86b" | ||
public_key: "0x5f776d9fcfb99f7d348ac0e1782d56c27b80eab5043f94a1b127ef8a90122d43" | ||
account: 7a2e070df14c96d0808ffab6b735591221241c34f6c4b4a9fa34051f945b5197 | ||
- private_key: "0x9a2a409701f7ca41251cc2a4a0442ec44a450133b0d23564fc09191e763fd551" | ||
d857c1f1dc5303ffcdc47205ebddc02d485c9dce619fd4d00055d86b58143363: | ||
private_key: "0x9a2a409701f7ca41251cc2a4a0442ec44a450133b0d23564fc09191e763fd551" | ||
public_key: "0x294d3cca5f78884ad20a8e15845ead196418aaf49a2b52234c3ff88bfba83d22" | ||
account: d857c1f1dc5303ffcdc47205ebddc02d485c9dce619fd4d00055d86b58143363 | ||
|
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