Skip to content

Commit

Permalink
fix: Fix uiPoolDataProvider contract on Harmony (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmtzinf authored Apr 15, 2024
1 parent 572ee8d commit 15bc0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/configs/pools/harmony.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const harmonyProtoV3: PoolConfig = {
additionalAddresses: {
POOL_ADDRESSES_PROVIDER_REGISTRY: '0x770ef9f4fe897e59daCc474EF11238303F9552b6',
UI_INCENTIVE_DATA_PROVIDER: '0xf7a60467aBb8A3240A0382b22E1B03c7d4F59Da5',
UI_POOL_DATA_PROVIDER: '0x1DcDA4de2Bf6c7AD9a34788D22aE6b7d55016e1f',
UI_POOL_DATA_PROVIDER: '0xeC6118C69af50660231108059ab98CD0cF9a6eA1',
WALLET_BALANCE_PROVIDER: '0xBc790382B3686abffE4be14A030A96aC6154023a',
WETH_GATEWAY: '0xE387c6053CE8EC9f8C3fa5cE085Af73114a695d3',
},
Expand Down

0 comments on commit 15bc0a8

Please sign in to comment.