Skip to content

Commit 89fc194

Browse files
committed
Updated
1 parent a6b412d commit 89fc194

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ print(transactions)
8484

8585
```
8686

87-
#### Swap Between Chains
87+
#### Withdraw from chains
8888

8989
```python
9090
swap_params = {
@@ -109,14 +109,13 @@ deposit_params = {
109109
"saveDetails": True
110110
}
111111

112-
deposit_result = manager.deposit_for_redemption(deposit_params)
112+
deposit_result = manager.redeem_assets(deposit_params)
113113
print(deposit_result)
114114

115115
```
116116

117117
NOTE: to get bank codes please use the getBanks method to fetch the list of banks and ther codes
118118

119-
120119
#### Create Virtual Account
121120

122121
```python
@@ -131,14 +130,6 @@ print(virtual_account)
131130

132131
NOTE: before creating the virtual account you need to have updated your BVN on the dashboard
133132

134-
#### Generate Wallet Address
135-
136-
```python
137-
138-
wallet_address = manager.generate_wallet_address(Network.BSC)
139-
print(wallet_address)
140-
141-
```
142133

143134
#### Update Business
144135

0 commit comments

Comments
 (0)