Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
Added new default coin denoms
Browse files Browse the repository at this point in the history
  • Loading branch information
Carson Aberle committed Dec 13, 2022
1 parent 84e921d commit e042a75
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/wallet/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,21 @@ export const getChainSuggest = (
coinDenom: 'UST2',
coinMinimalDenom: baseDenomTokenId,
coinDecimals: 6
},
{
coinDenom: 'USDT',
coinMinimalDenom: 'sei1nxpv5rzquchehj68lp7jmf09sflr3kescvvt77nspt0xw2s3lmlq78a3es',
coinDecimals: 6
},
{
coinDenom: 'USDC',
coinMinimalDenom: 'sei13p4qt9k6trqf4rpj9ze0hjlrqnrej5f6yn3x2k5sp2a676f5u4tqx0u2st',
coinDecimals: 6
},
{
coinDenom: 'uCeler',
coinMinimalDenom: 'factory/sei174t9p63nzlmsycmd9x9zxx3ejq9lp2y9f69rp9/uceler',
coinDecimals: 6
}
],
feeCurrencies: [
Expand Down

0 comments on commit e042a75

Please sign in to comment.