Skip to content

Commit 9f9f2da

Browse files
committed
replace public address
1 parent 8bcab7a commit 9f9f2da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indexer_app/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1550,7 +1550,7 @@ def get_pair_projects(pair_id: int, round_id: int, chain_id: str) -> Dict:
15501550
stellar_sdk.scval.to_uint128(round_id),
15511551
stellar_sdk.scval.to_uint32(pair_id),
15521552
]
1553-
public_key = "GAMFYFI7TIAPMLSAWIECFZCN52TR3NUIO74YM7ECBCPM6J743KENH367" # TODO: move to settings
1553+
public_key = "GAA3KC7HAHPZ2OGSAV5WBOFCJ3NSSPHKCYZAEI36DQJP2EB2FCGKSEFB" # TODO: move to settings
15541554
acct = server.load_account(public_key)
15551555

15561556
pair_result = server.simulate_transaction(

0 commit comments

Comments
 (0)