Skip to content

Commit

Permalink
add zeta chain to native lend (DefiLlama#11329)
Browse files Browse the repository at this point in the history
  • Loading branch information
Define101 authored and 0xIvan committed Sep 11, 2024
1 parent a3b2c20 commit e44aabd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/native-lend/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ const config = {
zklink: "0x4AC97E2727B0e92AE32F5796b97b7f98dc47F059",
bsc: "0x3ba16AC2A67D126BF1DBa0a81E6C75073EFd95d9",
mantle:"0x48A6FE0Fa8DfF6D290Bd21aB6BCC1DDAeb9f2D0e",
ethereum:"0x3ba16AC2A67D126BF1DBa0a81E6C75073EFd95d9"

ethereum:"0x3ba16AC2A67D126BF1DBa0a81E6C75073EFd95d9",
zeta:"0x3ba16AC2A67D126BF1DBa0a81E6C75073EFd95d9"
};

Object.keys(config).forEach((chain) => {
Expand Down

0 comments on commit e44aabd

Please sign in to comment.