Merge branch 'ping-pub:master' into master

This commit is contained in:
Erialos 2022-11-03 13:12:34 -06:00 committed by GitHub
commit 21da8d8c49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 32 additions and 8 deletions

BIN
public/logos/lambda.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

View File

@ -8,13 +8,17 @@
----------------------------------------------------------------------------------------
==========================================================================================*/
// .progress {
// // border radius to set for stacked bars
// .progress-bar + .progress-bar:not(:last-child) {
// border-radius: 0;
// }
// .progress-bar:last-child {
// border-top-right-radius: $progress-border-radius;
// border-bottom-right-radius: $progress-border-radius;
// }
// }
.progress {
// border radius to set for stacked bars
.progress-bar + .progress-bar:not(:last-child) {
border-radius: 0;
}
.progress-bar:last-child {
border-top-right-radius: $progress-border-radius;
border-bottom-right-radius: $progress-border-radius;
}
border-radius: 3px;
}

View File

@ -0,0 +1,20 @@
{
"chain_name": "lambda",
"api": ["https://rest.lambda.im", "https://api.lambda.nodestake.top", "https://lambda-api.jambulmerah.dev"],
"rpc": ["https://rpc.lambda.im", "https://rpc.lambda.nodestake.top", "https://lambda-rpc.jambulmerah.dev"],
"sdk_version": "0.45.6",
"coin_type": "60",
"min_tx_fee": "5000",
"addr_prefix": "lamb",
"logo": "/logos/lambda.png",
"keplr_features": ["ibc-transfer", "ibc-go", "eth-address-gen", "eth-key-sign"],
"assets": [
{
"base": "ulamb",
"symbol": "LAMB",
"exponent": "18",
"coingecko_id": "lambda",
"logo": "/logos/lambda.png"
}
]
}