Skip to content

Commit f547d03

Browse files
authored
Update trade.py
1 parent 154d91a commit f547d03

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: trade.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
import json
33

44
class Trade:
5-
address_book = {'osmo': 'osmo1ngr3cmq0utly0ej3ag5wfxgph02c266crnqj50',
6-
'cosmos': 'cosmos1ngr3cmq0utly0ej3ag5wfxgph02c266ctgnzza',
7-
'juno': 'juno1ngr3cmq0utly0ej3ag5wfxgph02c266ca6se9p',
8-
'cheqd': 'cheqd1ngr3cmq0utly0ej3ag5wfxgph02c266c92lzfv'}
5+
address_book = {'osmo': 'osmo...50',
6+
'cosmos': 'cosmos...za',
7+
'juno': 'juno...9p',
8+
'cheqd': 'cheqd...fv'}
99

1010
def __init__(self) -> None:
1111
pass
@@ -24,4 +24,4 @@ def _auth():
2424
pass
2525

2626
def deposit(self, asset:str):
27-
pass
27+
pass

0 commit comments

Comments
 (0)