Skip to content

Commit

Permalink
add ai markets to some scrapers.
Browse files Browse the repository at this point in the history
  • Loading branch information
jppade committed Sep 10, 2024
1 parent 29d9bf2 commit aa9fd27
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/Bitmax.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"Coins": [
{
"Symbol": "AI",
"ForeignName": "AI/USDT",
"Exchange": "Bitmax",
"Ignore": false
},
{
"Symbol": "ETHFI",
"ForeignName": "ETHFI/USDT",
Expand Down
6 changes: 6 additions & 0 deletions config/MEXC.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
"Exchange": "MEXC",
"Ignore": false
},
{
"Symbol": "AI",
"ForeignName": "AIUSDT",
"Exchange": "MEXC",
"Ignore": false
},
{
"Symbol": "ALPH",
"ForeignName": "ALPHUSDT",
Expand Down
6 changes: 6 additions & 0 deletions config/gitcoinverified/Bitmax.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"Blockchain": "Cardano",
"Address": "0x0000000000000000000000000000000000000000"
},
{
"Symbol": "AI",
"Exchange": "Bitmax",
"Blockchain": "Ethereum",
"Address": "0x2598c30330D5771AE9F983979209486aE26dE875"
},
{
"Symbol": "AKRO",
"Exchange": "Bitmax",
Expand Down
6 changes: 6 additions & 0 deletions config/gitcoinverified/MEXC.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
"Blockchain": "Cardano",
"Address": "0x0000000000000000000000000000000000000000"
},
{
"Symbol": "AI",
"Exchange": "MEXC",
"Blockchain": "Ethereum",
"Address": "0x2598c30330D5771AE9F983979209486aE26dE875"
},
{
"Symbol": "ALPH",
"Exchange": "MEXC",
Expand Down

0 comments on commit aa9fd27

Please sign in to comment.