Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Add ISLAMI token #155

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions src/config/token_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -2348,6 +2348,23 @@
}
},
"sourceDecimals": 6
},
"ISLAMI": {
"symbol": "ISLAMI",
"name": "ISLAMICOIN",
"sourceAddress": "0x9c891326Fd8b1a713974f73bb604677E1E63396D",
"coingeckoId": "islamicoin",
"logo": "https://raw.githubusercontent.com/ISLAMIBLOCKCHAIN/ISLAMICOIN/main/logo.png",
"markets": {
"matic": ["quickswap", "dodo"],
},
"destinations": {
"sol": {
"address": "HG2FnifX1WPY6UvnkXnMx2kAt4E4Ssu6DZ2aiB5RmLHo",
"decimals": 7
}
},
"sourceDecimals": 7
}
},
#####################
Expand Down