Skip to content

Commit

Permalink
v3.1.28 add max token
Browse files Browse the repository at this point in the history
  • Loading branch information
toandq2009 committed Dec 3, 2024
1 parent 1f2a955 commit 727dacd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/extension/src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "OWallet",
"description": "OWallet: BTC x COSMOS x EVM x TRON x OASIS in one Wallet",
"version": "3.1.27",
"version": "3.1.28",
"icons": {
"16": "assets/icon-16.png",
"48": "assets/icon-48.png",
Expand Down
9 changes: 9 additions & 0 deletions packages/common/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,15 @@ export const EmbedChainInfos: AppChainInfo[] = [
coinGeckoId: "airight",
coinImageUrl: "https://i.ibb.co/m8mCyMr/airi.png",
},
{
coinDenom: "MAX",
coinGeckoId: "max.clan",
coinMinimalDenom:
"factory/orai1wuvhex9xqs3r539mvc6mtm7n20fcj3qr2m0y9khx6n5vtlngfzes3k0rq9/oraim8c9d1nkfuQk9EzGYEUGxqL3MHQYndRw1huVo5h",
coinDecimals: 6,
coinImageUrl:
"https://pump.mypinata.cloud/ipfs/QmcGwYebsQfYbNSM9QDAMS2wKZ8fZNEiMbezJah1zgEWWS?img-width=256&img-dpr=2",
},
{
coinDenom: "TON",
coinMinimalDenom:
Expand Down

0 comments on commit 727dacd

Please sign in to comment.