Merge branch 'ping-pub:master' into master
This commit is contained in:
commit
21da8d8c49
BIN
public/logos/lambda.png
Normal file
BIN
public/logos/lambda.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 118 KiB |
@ -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 {
|
.progress {
|
||||||
// border radius to set for stacked bars
|
border-radius: 3px;
|
||||||
.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;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
20
src/chains/mainnet/lambda.json
Normal file
20
src/chains/mainnet/lambda.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user