Skip to content

Commit

Permalink
Merge pull request #26 from KomodoPlatform/dev
Browse files Browse the repository at this point in the history
sync master
  • Loading branch information
ca333 authored Jun 6, 2023
2 parents f178afe + d593e64 commit d8d9088
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 118 deletions.
19 changes: 0 additions & 19 deletions assets/coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -13710,25 +13710,6 @@
"derivation_path": "m/44'/141'",
"trezor_coin": "Komodo"
},
{
"coin": "VOTE2023",
"asset": "VOTE2023",
"fname": "VOTE2023",
"wallet_only": true,
"rpcport": 25435,
"txversion": 4,
"overwintered": 1,
"mm2": 1,
"sign_message_prefix": "Komodo Signed Message:\n",
"required_confirmations": 1,
"requires_notarization": false,
"avg_blocktime": 1,
"protocol": {
"type": "UTXO"
},
"derivation_path": "m/44'/141'",
"trezor_coin": "Komodo"
},
{
"coin": "ZOMBIE",
"asset": "ZOMBIE",
Expand Down
96 changes: 0 additions & 96 deletions assets/coins_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -33528,102 +33528,6 @@
"token_address_url":"tokentxns?a=",
"derivation_path":"m/44'/714'"
},
"VOTE2023":{
"coin":"VOTE2023",
"type":"Smart Chain",
"name":"VOTE2023",
"coinpaprika_id":"",
"coingecko_id":"",
"nomics_id":"",
"explorer_url":"https://vote2023.dragonhound.info/",
"explorer_tx_url":"",
"explorer_address_url":"",
"supported":[

],
"active":false,
"is_testnet":false,
"currently_enabled":false,
"wallet_only":true,
"sign_message_prefix":"Komodo Signed Message:\n",
"electrum":[
{
"url":"electrum1.cipig.net:10002",
"contact":[
{
"email":"[email protected]"
},
{
"discord":"cipi#4502"
}
],
"ws_url":"electrum1.cipig.net:30002"
},
{
"url":"electrum2.cipig.net:10002",
"contact":[
{
"email":"[email protected]"
},
{
"discord":"cipi#4502"
}
],
"ws_url":"electrum2.cipig.net:30002"
},
{
"url":"electrum3.cipig.net:10002",
"contact":[
{
"email":"[email protected]"
},
{
"discord":"cipi#4502"
}
],
"ws_url":"electrum3.cipig.net:30002"
},
{
"url":"electrum1.cipig.net:20002",
"protocol":"SSL",
"contact":[
{
"email":"[email protected]"
},
{
"discord":"cipi#4502"
}
]
},
{
"url":"electrum2.cipig.net:20002",
"protocol":"SSL",
"contact":[
{
"email":"[email protected]"
},
{
"discord":"cipi#4502"
}
]
},
{
"url":"electrum3.cipig.net:20002",
"protocol":"SSL",
"contact":[
{
"email":"[email protected]"
},
{
"discord":"cipi#4502"
}
]
}
],
"asset":"VOTE2023",
"derivation_path":"m/44'/141'",
"trezor_coin":"Komodo"
},
"ZOMBIE":{
"coin":"ZOMBIE",
"type":"ZHTLC",
Expand Down
3 changes: 1 addition & 2 deletions lib/app_config/app_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class AppConfig {
String get appCompanyLong => 'Komodo Platform';
String get appCompanyShort => 'Komodo';

List<String> get defaultCoins => ['KMD', 'BTC', 'VOTE2023'];
List<String> get defaultCoins => ['KMD', 'BTC'];
List<String> get coinsFiat => ['BTC', 'KMD'];
List<String> get walletOnlyCoins => [
'ARRR-BEP20',
Expand Down Expand Up @@ -60,7 +60,6 @@ class AppConfig {
'UST-PLG20',
'XPM',
'XVC-OLD',
'VOTE2023'
];

List<String> get protocolSuffixes => [
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Multicoin Wallet with DEX gateway
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# Read more about versioning at semver.org.
version: 0.6.4+1
version: 0.6.4

publish_to: none

Expand Down

0 comments on commit d8d9088

Please sign in to comment.