Skip to content

Commit af640bf

Browse files
committed
chore: fix symbols input
1 parent 0de670f commit af640bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/chain_client/36_MsgRelayProviderPrices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ async def main() -> None:
3838
address = await pub_key.to_address().async_init_num_seq(network.lcd_endpoint)
3939

4040
provider = "ufc"
41-
symbols = ["0x7ba77b6c69c15270bd9235f11a0068f3080017116aa3c57e17c16f49ea13f57f", "0x7ba77b6c69c15270bd9235f11a0068f3080017116aa3c57e17c16f49ea13f57f"]
41+
symbols = ["KHABIB-TKO-05/30/2023", "KHABIB-TKO-05/26/2023"]
4242
prices = [0.5, 0.8]
4343

4444
# prepare tx msg

0 commit comments

Comments
 (0)