Skip to content

Commit

Permalink
Merge pull request #1682 from KomodoPlatform/add_coins
Browse files Browse the repository at this point in the history
add The Sandbox (SAND)
  • Loading branch information
syl authored Mar 17, 2022
2 parents e7be0aa + 771a060 commit 2796521
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 1 deletion.
34 changes: 34 additions & 0 deletions assets/config/0.5.5-coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -6603,6 +6603,40 @@
"active": false,
"currently_enabled": false
},
"SAND-ERC20": {
"coin": "SAND-ERC20",
"name": "The Sandbox",
"coinpaprika_id": "sand-the-sandbox",
"coingecko_id": "the-sandbox",
"nomics_id": "SAND2",
"nodes": [
"http://eth1.cipig.net:8555",
"http://eth2.cipig.net:8555",
"http://eth3.cipig.net:8555"
],
"explorer_url": [
"https://etherscan.io/"
],
"type": "ERC-20",
"active": false,
"currently_enabled": false
},
"SAND-PLG20": {
"coin": "SAND-PLG20",
"name": "The Sandbox",
"coinpaprika_id": "sand-the-sandbox",
"coingecko_id": "the-sandbox",
"nomics_id": "SAND2",
"nodes": [
"https://polygon-rpc.com"
],
"explorer_url": [
"https://polygonscan.com/"
],
"type": "Matic",
"active": false,
"currently_enabled": false
},
"SNX-AVX20": {
"coin": "SNX-AVX20",
"name": "Synthetix",
Expand Down
19 changes: 18 additions & 1 deletion atomic_defi_design/Dex/Constants/General.qml
Original file line number Diff line number Diff line change
Expand Up @@ -1568,7 +1568,6 @@ QtObject {
"JPYC/TRYB": "FX_IDC:JPYTRY",
"JRT/ETH": "UNISWAP:JRTWETH",
"KMD/BTC": "BINANCE:KMDBTC",
"KMD/ETH": "BINANCE:KMDETH",
"KMD/USDT": "BINANCE:KMDUSD",
"KMD/BUSD": "BINANCE:KMDUSD",
"KMD/USDC": "BINANCE:KMDUSD",
Expand Down Expand Up @@ -2032,6 +2031,24 @@ QtObject {
"RVN/TRYB": "BINANCE:RVNTRY",
"RVN/BNB": "BINANCE:RVNBNB",
"RVN/HT": "HUOBI:RVNHT",
"SAND/BTC": "BINANCE:SANDBTC",
"SAND/ETH": "BINANCE:SANDETH",
"SAND/USDT": "BINANCE:SANDUSD",
"SAND/BUSD": "BINANCE:SANDUSD",
"SAND/USDC": "BINANCE:SANDUSD",
"SAND/TUSD": "BINANCE:SANDUSD",
"SAND/HUSD": "BINANCE:SANDUSD",
"SAND/UST": "BINANCE:SANDUSD",
"SAND/DAI": "BINANCE:SANDUSD",
"SAND/PAX": "BINANCE:SANDUSD",
"SAND/EURS": "KRAKEN:SANDEUR",
"SAND/JEUR": "KRAKEN:SANDEUR",
"SAND/JGBP": "KRAKEN:SANDGBP",
"SAND/TRYB": "BINANCE:SANDTRY",
"SAND/BIDR": "BINANCE:SANDBIDR",
"SAND/BRZ": "BINANCE:SANDBRL",
"SAND/BNB": "BINANCE:SANDBNB",
"SAND/HT": "HUOBI:SANDHT",
"SHR/BTC": "KUCOIN:SHRBTC",
"SHR/USDT": "BITTREX:SHRUSD",
"SHR/BUSD": "BITTREX:SHRUSD",
Expand Down
1 change: 1 addition & 0 deletions atomic_defi_design/Dex/Constants/Style.qml
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ QtObject {
"JPYC": "#16449A",
"DASH": "#008CE7",
"RVN": "#384182",
"SAND": "#05C1F4",
"CADC": "#FF6666",
"DGB": "#006AD2",
"DIA": "#B94897",
Expand Down
Binary file added atomic_defi_design/assets/images/coins/sand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions atomic_defi_design/qml.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@
<file>assets/images/coins/rtm.png</file>
<file>assets/images/coins/rvn.png</file>
<file>assets/images/coins/s4f.png</file>
<file>assets/images/coins/sand.png</file>
<file>assets/images/coins/sbch.png</file>
<file>assets/images/coins/sfusd.png</file>
<file>assets/images/coins/shr.png</file>
Expand Down

0 comments on commit 2796521

Please sign in to comment.