mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
fix: fix constants bad network name. Bump matic gas price to 30gwei.
This commit is contained in:
parent
9260a43b0f
commit
35075d0066
|
@ -66,7 +66,7 @@ export const NETWORKS_DEFAULT_GAS: iParamsPerNetwork<number> = {
|
||||||
[eEthereumNetwork.buidlerevm]: 65 * GWEI,
|
[eEthereumNetwork.buidlerevm]: 65 * GWEI,
|
||||||
[eEthereumNetwork.tenderly]: 1 * GWEI,
|
[eEthereumNetwork.tenderly]: 1 * GWEI,
|
||||||
[ePolygonNetwork.mumbai]: 1 * GWEI,
|
[ePolygonNetwork.mumbai]: 1 * GWEI,
|
||||||
[ePolygonNetwork.matic]: 1 * GWEI,
|
[ePolygonNetwork.matic]: 30 * GWEI,
|
||||||
[eXDaiNetwork.xdai]: 1 * GWEI,
|
[eXDaiNetwork.xdai]: 1 * GWEI,
|
||||||
[eAvalancheNetwork.avalanche]: 225 * GWEI,
|
[eAvalancheNetwork.avalanche]: 225 * GWEI,
|
||||||
[eAvalancheNetwork.fuji]: 85 * GWEI,
|
[eAvalancheNetwork.fuji]: 85 * GWEI,
|
||||||
|
|
|
@ -77,7 +77,7 @@ export const MOCK_CHAINLINK_AGGREGATORS_PRICES = {
|
||||||
};
|
};
|
||||||
|
|
||||||
export const chainlinkAggregatorProxy = {
|
export const chainlinkAggregatorProxy = {
|
||||||
mainnet: '0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419',
|
main: '0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419',
|
||||||
kovan: '0x9326BFA02ADD2366b30bacB125260Af641031331',
|
kovan: '0x9326BFA02ADD2366b30bacB125260Af641031331',
|
||||||
matic: '0xAB594600376Ec9fD91F8e885dADF0CE036862dE0',
|
matic: '0xAB594600376Ec9fD91F8e885dADF0CE036862dE0',
|
||||||
mumbai: '0xd0D5e3DB44DE05E9F294BB0a3bEEaF030DE24Ada',
|
mumbai: '0xd0D5e3DB44DE05E9F294BB0a3bEEaF030DE24Ada',
|
||||||
|
@ -86,7 +86,7 @@ export const chainlinkAggregatorProxy = {
|
||||||
};
|
};
|
||||||
|
|
||||||
export const chainlinkEthUsdAggregatorProxy = {
|
export const chainlinkEthUsdAggregatorProxy = {
|
||||||
mainnet: '0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419',
|
main: '0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419',
|
||||||
kovan: '0x9326BFA02ADD2366b30bacB125260Af641031331',
|
kovan: '0x9326BFA02ADD2366b30bacB125260Af641031331',
|
||||||
matic: '0xF9680D99D6C9589e2a93a78A04A279e509205945',
|
matic: '0xF9680D99D6C9589e2a93a78A04A279e509205945',
|
||||||
mumbai: '0x0715A7794a1dc8e42615F059dD6e406A6594651A',
|
mumbai: '0x0715A7794a1dc8e42615F059dD6e406A6594651A',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user