Skip to content

Commit

Permalink
Merge pull request #16291 from sc0Vu/fix-okx-16236
Browse files Browse the repository at this point in the history
okx: add more withdraw networks #16236
  • Loading branch information
kroitor committed Jan 2, 2023
2 parents cba0288 + ca19f07 commit b35866f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/okx.js
Expand Up @@ -712,6 +712,9 @@ module.exports = class okx extends Exchange {
'POLYGON': 'Polygon',
'OEC': 'OEC',
'ALGO': 'ALGO', // temporarily unavailable
'OPTIMISM': 'Optimism',
'ARBITRUM': 'Arbitrum one',
'AVALANCHE': 'Avalanche C-Chain',
},
'fetchOpenInterestHistory': {
'timeframes': {
Expand Down

1 comment on commit b35866f

@aurelius2604
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same problem on python

Please sign in to comment.