diff --git a/chains/mainnet/dydx.js b/chains/mainnet/dydx.js index 539e68e9..3abe3a83 100644 --- a/chains/mainnet/dydx.js +++ b/chains/mainnet/dydx.js @@ -4,7 +4,7 @@ module.exports = { gasAdjustment: 1.75, gasPrices: { adydx: 12500000000, - 'ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5': 0.025 + 'ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5': 0.025, }, prefix: 'dydx', coinType: '118', @@ -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, + }, ], }