Skip to content

Commit

Permalink
Merge pull request #50 from mars-protocol/v1.7.3
Browse files Browse the repository at this point in the history
v1.7.3
  • Loading branch information
linkielink authored Nov 15, 2023
2 parents ff0de57 + 37acac1 commit a44e4c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/configs/devnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const ASSETS: NetworkAssets = {
color: colors.usdt,
decimals: 6,
logo: usdt,
priceFeedId: '0x2b89b9dc8fdf9f34709a5b106b472f0f39bb6ca9ce04b0fd7f2e971688e2e53b',
priceFeedId: '2b89b9dc8fdf9f34709a5b106b472f0f39bb6ca9ce04b0fd7f2e971688e2e53b',
},
tia: {
symbol: 'TIA',
Expand All @@ -122,7 +122,7 @@ const ASSETS: NetworkAssets = {
logo: inj,
color: colors.inj,
decimals: 18,
priceFeedId: '0x7a5bc1d2b56ad029048cd63964b3ad2776eadf812edc1a43a31406cb54bff592',
priceFeedId: '7a5bc1d2b56ad029048cd63964b3ad2776eadf812edc1a43a31406cb54bff592',
},
stosmo: {
symbol: 'stOSMO',
Expand Down
4 changes: 2 additions & 2 deletions src/configs/osmosis-1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const ASSETS: NetworkAssets = {
color: colors.usdt,
decimals: 6,
logo: usdt,
priceFeedId: '0x2b89b9dc8fdf9f34709a5b106b472f0f39bb6ca9ce04b0fd7f2e971688e2e53b',
priceFeedId: '2b89b9dc8fdf9f34709a5b106b472f0f39bb6ca9ce04b0fd7f2e971688e2e53b',
},
tia: {
symbol: 'TIA',
Expand All @@ -122,7 +122,7 @@ const ASSETS: NetworkAssets = {
logo: inj,
color: colors.inj,
decimals: 18,
priceFeedId: '0x7a5bc1d2b56ad029048cd63964b3ad2776eadf812edc1a43a31406cb54bff592',
priceFeedId: '7a5bc1d2b56ad029048cd63964b3ad2776eadf812edc1a43a31406cb54bff592',
},
stosmo: {
symbol: 'stOSMO',
Expand Down

0 comments on commit a44e4c8

Please sign in to comment.