Skip to content

Commit

Permalink
Update tokens.js
Browse files Browse the repository at this point in the history
Update decimals for arb and mkr
  • Loading branch information
terencelimzhengwei authored Nov 13, 2023
1 parent 3f6167d commit a5053ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ibc/tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,16 +268,16 @@ module.exports = {
symbol: "axlMKR",
name: "Axelar Maker",
icon: "https://assets.terra.dev/icon/svg/ibc/MKR.svg",
decimals: 6,
decimals: 18,
},
"0A31B4B46B4C5F10ED3EF4BFBD1453CE96A270D168FC672436ABCA2DB4CC1401": {
denom: "ibc/0A31B4B46B4C5F10ED3EF4BFBD1453CE96A270D168FC672436ABCA2DB4CC1401",
path: "transfer/channel-6",
base_denom: "mkr-wei",
base_denom: "arb-wei",
symbol: "axlARB",
name: "Axelar Arbitrum",
icon: "https://assets.terra.dev/icon/svg/ibc/ARB.svg",
decimals: 6,
decimals: 18,
},
},
classic: {
Expand Down

0 comments on commit a5053ba

Please sign in to comment.