mirror of
https://github.com/cerc-io/mars-interface.git
synced 2025-07-04 07:47:59 +00:00
Merge pull request #17 from mars-protocol/hotfix/denom-in-axlusdc
update denom to axlusdc
This commit is contained in:
commit
d028d61a11
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "mars",
|
"name": "mars",
|
||||||
"homepage": "./",
|
"homepage": "./",
|
||||||
"version": "1.3.1",
|
"version": "1.3.2",
|
||||||
"private": false,
|
"private": false,
|
||||||
"license": "SEE LICENSE IN LICENSE FILE",
|
"license": "SEE LICENSE IN LICENSE FILE",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -10,8 +10,6 @@
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
.limitText {
|
.limitText {
|
||||||
display: flex;
|
|
||||||
align-items: flex-end;
|
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: opacity 0.8s;
|
transition: opacity 0.8s;
|
||||||
transition-delay: 1.6s;
|
transition-delay: 1.6s;
|
||||||
|
@ -39,7 +39,7 @@ export const DisplayCurrency = ({
|
|||||||
maxDecimals={displayCurrency.decimals}
|
maxDecimals={displayCurrency.decimals}
|
||||||
/>
|
/>
|
||||||
</span>
|
</span>
|
||||||
{displayCurrency.suffix && <span className={valueClass}>{displayCurrency.suffix}</span>}
|
{displayCurrency.suffix && <span className={valueClass}>{' ' + displayCurrency.suffix}</span>}
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
@ -29,6 +29,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
gap: space(1);
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding-inline-start: rem-calc(8);
|
padding-inline-start: rem-calc(8);
|
||||||
}
|
}
|
||||||
|
@ -84,8 +84,8 @@ export const NETWORK_CONFIG: NetworkConfig = {
|
|||||||
},
|
},
|
||||||
displayCurrency: {
|
displayCurrency: {
|
||||||
denom: 'ibc/88D70440A05BFB25C7FF0BA62DA357EAA993CB1B036077CF1DAAEFB28721D935',
|
denom: 'ibc/88D70440A05BFB25C7FF0BA62DA357EAA993CB1B036077CF1DAAEFB28721D935',
|
||||||
prefix: '$',
|
prefix: '',
|
||||||
suffix: '',
|
suffix: 'axlUSDC',
|
||||||
decimals: 2,
|
decimals: 2,
|
||||||
},
|
},
|
||||||
appUrl: 'https://testnet.osmosis.zone',
|
appUrl: 'https://testnet.osmosis.zone',
|
||||||
|
@ -71,8 +71,8 @@ export const NETWORK_CONFIG: NetworkConfig = {
|
|||||||
},
|
},
|
||||||
displayCurrency: {
|
displayCurrency: {
|
||||||
denom: 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858',
|
denom: 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858',
|
||||||
prefix: '$',
|
prefix: '',
|
||||||
suffix: '',
|
suffix: 'axlUSDC',
|
||||||
decimals: 2,
|
decimals: 2,
|
||||||
},
|
},
|
||||||
appUrl: 'https://app.osmosis.zone',
|
appUrl: 'https://app.osmosis.zone',
|
||||||
|
@ -182,7 +182,6 @@ export const vaultsSlice = (set: NamedSet<Store>, get: GetState<Store>): VaultsS
|
|||||||
set({
|
set({
|
||||||
aprs: newAprs,
|
aprs: newAprs,
|
||||||
})
|
})
|
||||||
|
|
||||||
get().addAprToVaults(newAprs)
|
get().addAprToVaults(newAprs)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user