Skip to content

Commit

Permalink
chore: add usdc to dydx
Browse files Browse the repository at this point in the history
  • Loading branch information
mwmerz committed Dec 1, 2023
1 parent ac1ed18 commit 0a3a6ee
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions chains/mainnet/dydx.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
gasAdjustment: 1.75,
gasPrices: {
adydx: 12500000000,
'ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5': 0.025
'ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5': 0.025,
},
prefix: 'dydx',
coinType: '118',
Expand Down Expand Up @@ -32,6 +32,14 @@ module.exports = {
name: 'dYdX',
icon: process.env.CF_PAGES_URL + '/img/coins/dydx.svg',
decimals: 18,
}
},
{
token:
'ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5',
symbol: 'USDC',
name: 'USDC',
icon: process.env.CF_PAGES_URL + '/img/coins/axlUSDC.svg',
decimals: 6,
},
],
}

0 comments on commit 0a3a6ee

Please sign in to comment.