This commit is contained in:
sairaj mote 2020-10-24 21:13:31 +05:30
parent d0e07ab975
commit d0d3cf36b3
4 changed files with 5 additions and 3 deletions

View File

@ -1466,6 +1466,7 @@ sm-panel {
width: 4rem;
padding: 1.2rem;
border-radius: 4rem;
margin-top: 1rem;
margin-bottom: 2rem;
background: rgba(var(--text-color), 0.06);
}

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -1508,6 +1508,7 @@ sm-panel{
width: 4rem;
padding: 1.2rem;
border-radius: 4rem;
margin-top: 1rem;
margin-bottom: 2rem;
background: rgba(var(--text-color), 0.06);
}

View File

@ -1046,8 +1046,8 @@
//Required for blockchain API operators
apiURL: {
FLO: ['https://explorer.mediciland.com/', 'https://livenet.flocha.in/',
'https://flosight.duckdns.org/', 'http://livenet-explorer.floexperiments.com/'
FLO: ['https://explorer.mediciland.com/',
'https://flosight.duckdns.org/'
],
FLO_TEST: ['https://testnet-flosight.duckdns.org/', 'https://testnet.flocha.in/']
},