Skip to content

Commit

Permalink
Return finance (#11218)
Browse files Browse the repository at this point in the history
* Added project return-finance project

* code refactor

* Minor changes

* Added new contract address

* Update contract addresses

---------

Co-authored-by: g1nt0ki <[email protected]>
  • Loading branch information
Joro-Popov and g1nt0ki authored Aug 7, 2024
1 parent 7c8a0e3 commit 11dad58
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions projects/return-finance/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@ module.exports = {

const config = {
ethereum: [
"0xFD360A096E4a4c3C424fc3aCd85da8010D0Db9a5",
"0x201254227f9fE57296C257397Be6c617389a8cCb",
"0xD8785CDae9Ec24b8796c45E3a2D0F7b03194F826",
"0xe5c26497D9492AD2328DFEE7dcA240e55cff1779",
"0xc2d4d9070236bA4ffefd7cf565eb98d11bFeB8E1",
"0x2C2f0FFbFA1B8b9C85400f1726e1bc0892e63D9F",
],
avax: [
"0x3B6385493a1d4603809dDbaE647200eF8baA53F5",
"0xB86e10A24172155aE20B524e6e8E17a244c4d3aE",
"0x0271A46c049293448C2d4794bCD51f953Bf742e8",
"0x3A3dAdbca3ec5a815431f45eca33EF1520388Ef2",
],
polygon: ["0x3B6385493a1d4603809dDbaE647200eF8baA53F5"],
base: ["0x3B6385493a1d4603809dDbaE647200eF8baA53F5"],
polygon: ["0x0271A46c049293448C2d4794bCD51f953Bf742e8"],
base: ["0xd99d6D4EA1CDa97cC8eaE2A21007C47D3ae54d5F"],
};


Expand Down

0 comments on commit 11dad58

Please sign in to comment.