Skip to content

Commit

Permalink
add rate providers to registry.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPereira committed Nov 28, 2024
1 parent 5d994c4 commit 9b0e625
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rate-providers/StatATokenTestnetRateProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- [Scaffold Audits](https://github.com/balancer/scaffold-balancer-v3)

## Context
Testnet rate providers for the static AAVE tokens balancer is using to test boosted pools feature of v3 contracts. @mendesfabio deployed these contracts and @MattPereira wants to include them so that API can offer the data for pool creation UI development purposes.
Testnet rate providers for the static AAVE tokens balancer is using to test boosted pools feature of v3 contracts

## Review Checklist: Bare Minimum Compatibility
Each of the items below represents an absolute requirement for the Rate Provider. If any of these is unchecked, the Rate Provider is unfit to use. @mendesfabio deployed these contracts
Expand Down
29 changes: 29 additions & 0 deletions rate-providers/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -2344,5 +2344,34 @@
"factory": "0x4132f7AcC9dB7A6cF7BE2Dd3A9DC8b30C7E6E6c8",
"upgradeableComponents": []
}
},
"sepolia": {
"0xB1B171A07463654cc1fE3df4eC05f754E41f0A65": {
"asset": "0xaA8E23Fb1079EA71e0a56F48a2aA51851D8433D0",
"name": "waUSDT Rate Provider",
"summary": "safe",
"review": "./StatATokenTestnetRateProvider.md",
"warnings": [],
"factory": "",
"upgradeableComponents": []
},
"0x22db61f3a8d81d3d427a157fdae8c7eb5b5fd373": {
"asset": "0xFF34B3d4Aee8ddCd6F9AFFFB6Fe49bD371b8a357",
"name": "waDAI Rate Provider",
"summary": "safe",
"review": "./StatATokenTestnetRateProvider.md",
"warnings": [],
"factory": "",
"upgradeableComponents": []
},
"0x34101091673238545De8a846621823D9993c3085": {
"asset": "0x94a9D9AC8a22534E3FaCa9F4e7F2E2cf85d5E4C8",
"name": "waUSDC Rate Provider",
"summary": "safe",
"review": "./StatATokenTestnetRateProvider.md",
"warnings": [],
"factory": "",
"upgradeableComponents": []
}
}
}

0 comments on commit 9b0e625

Please sign in to comment.