Skip to content

Commit

Permalink
Merge pull request #1932 from layer-3/router/yellow
Browse files Browse the repository at this point in the history
add yellow router addresses
  • Loading branch information
dtmkeng authored Sep 20, 2024
2 parents c7f93bb + 0def400 commit b8ffb7d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions users/routers/routerAddresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2408,5 +2408,16 @@ export default (
bsc: ["0x888888888889758F76e7103c6CbF23ABbF58F946"],
}
},
{
id: "5157",
name: "Yellow",
addresses: {
ethereum: ["0x2A8B51821884CF9A7ea1A24C72E46Ff52dCb4F16"],
bsc: ["0x2A8B51821884CF9A7ea1A24C72E46Ff52dCb4F16"],
polygon: ["0x2A8B51821884CF9A7ea1A24C72E46Ff52dCb4F16"],
base: ["0x2A8B51821884CF9A7ea1A24C72E46Ff52dCb4F16"],
arbitrum: ["0x2A8B51821884CF9A7ea1A24C72E46Ff52dCb4F16"],
},
},
] as ProtocolAddresses[]
).filter(isAddressesUsable);

0 comments on commit b8ffb7d

Please sign in to comment.