Skip to content

Update on wstZBU oracle gateway #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions markets/aave/commons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const CommonsConfig: ICommonConfiguration = {
WETH: '0x694AA1769357215DE4FAC081bf1f309aDC325306',
USDT: '0xA2F78ab2355fe2f984D808B5CeE7FD0A93D5270E',
USDOX: '0x3268F7B3860d6d41135E53A7c053EFd26E8F7Bd7',
WSTZBU: '0x880048E759fCA906e780433BF1CEC3Dd3559934B',
WSTZBU: '0x0FCf7bCbfD45eCe6724c43EE7233E21261098E53',
ZBU: '0xA83fE18C7AcccBFeCB461122c7645f9FcbB6e043',
},
[eEthereumNetwork.baseSepolia]: {
Expand All @@ -62,7 +62,7 @@ export const CommonsConfig: ICommonConfiguration = {
WETH: '0x4aDC67696bA383F43DD60A9e78F2C97Fbbfc7cb1',
USDT: '0xd30e2101a97dcbAeBCBC04F14C3f624E67A35165',
USDOX: '0xB4b83BFc71bedc0fc793C462ec5eB34BbB0f61a8',
WSTZBU: '0xD119F31dA03362a40EB2BF259aA8B6B6B974AdB5',
WSTZBU: '0x6081aA0C60D3562F1F1c52eA8C0f004Ee406B833',
ZBU: '0x45347837B2Ab23cAe89F8C9bA80e11cd3a6Fd8fa',
},
[eEthereumNetwork.rinkeby]: {
Expand All @@ -80,7 +80,7 @@ export const CommonsConfig: ICommonConfiguration = {
WETH: '0x143db3CEEfbdfe5631aDD3E50f7614B6ba708BA7',
USDT: '0xEca2605f0BCF2BA5966372C99837b1F182d3D620',
USDOX: '0x83de4272a6b4a62e099A5dBeDf597747F59288D7',
WSTZBU: '0x7F002de2feB0bED0eAb73aF31c291d2cFff74779',
WSTZBU: '0xac537f752eDfc5fe9064a21dBf31dc32Bd551487',
ZBU: '0xD119F31dA03362a40EB2BF259aA8B6B6B974AdB5',
},
},
Expand Down
4 changes: 2 additions & 2 deletions tasks/misc/update-AaveOracle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import { getEthersSigners } from "../../helpers/utilities/signer";
// command
// npx hardhat update-AaveOracle --network sepolia --asset 0x6098Bc6CA2fDFDa186847878726AFBad1d01f13D --source 0x1b44F3514812d835EB1BDB0acB33d3fA3351Ee43
const aaveOracleAddresses: { [network: string]: string } = {
baseSepolia: "0xa4145d8c5A6Dac1882268F67dc71f514666052B2",
"base-sepolia": "0x8d8A0455A4e2bce4c06e854E0887686D1a60B830",
sepolia: "0xB7c437D99bD1EEd8E8D0eC4fE865b70EfBFAc1f3",
bscTestnet: "0xD01b09FF17F93671ab39F430298C3c35DF57C168",
"bsc-testnet": "0xD2b329FC99Cb9546fbb32F3FFc87Fa4Cdd5cDCB3",
};

task("update-AaveOracle", "Update the price source (aggregator) for an asset in the Aave V3 Oracle")
Expand Down
Loading