Skip to content

Commit 44d92a6

Browse files
authored
Merge pull request #42 from mars-protocol/v1.6.4
v1.6.4
2 parents 848b5f1 + 35d7992 commit 44d92a6

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mars",
33
"homepage": "./",
4-
"version": "1.6.3",
4+
"version": "1.6.4",
55
"private": false,
66
"license": "SEE LICENSE IN LICENSE FILE",
77
"scripts": {

src/configs/neutron-1.ts

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import axlusdc from 'images/axlusdc.svg'
44
import mars from 'images/mars.svg'
55
import ntrn from 'images/ntrn.svg'
66
import osmo from 'images/osmo.svg'
7+
import statom from 'images/statom.svg'
78
import colors from 'styles/_assets.module.scss'
89

910
export const ASSETS: NetworkAssets = {
@@ -37,6 +38,15 @@ export const ASSETS: NetworkAssets = {
3738
decimals: 6,
3839
priceFeedId: 'b00b60f88b03a6a625a8d1c048c3f66653edf217439983d037e7222c4e612819',
3940
},
41+
statom: {
42+
symbol: 'stATOM',
43+
name: 'Stride Atom',
44+
id: 'stATOM',
45+
denom: 'ibc/B7864B03E1B9FD4F049243E92ABD691586F682137037A9F3FCA5222815620B3C',
46+
color: colors.statom,
47+
logo: statom,
48+
decimals: 6,
49+
},
4050
}
4151

4252
const OTHER_ASSETS: { [denom: string]: OtherAsset } = {
@@ -88,9 +98,16 @@ export const NETWORK_CONFIG: NetworkConfig = {
8898
},
8999
assets: {
90100
base: ASSETS.ntrn,
91-
whitelist: [ASSETS.axlusdc, ASSETS.ntrn, ASSETS.atom],
101+
whitelist: [ASSETS.axlusdc, ASSETS.ntrn, ASSETS.atom, ASSETS.statom],
92102
other: [OTHER_ASSETS.usd, OTHER_ASSETS.mars, OTHER_ASSETS.osmo],
93-
currencies: [OTHER_ASSETS.usd, ASSETS.axlusdc, ASSETS.ntrn, ASSETS.atom, OTHER_ASSETS.mars],
103+
currencies: [
104+
OTHER_ASSETS.usd,
105+
ASSETS.axlusdc,
106+
ASSETS.ntrn,
107+
ASSETS.atom,
108+
ASSETS.statom,
109+
OTHER_ASSETS.mars,
110+
],
94111
},
95112
displayCurrency: OTHER_ASSETS.usd,
96113
appUrl: 'https://neutron.astroport.fi/swap',

0 commit comments

Comments
 (0)