Skip to content

Commit 33c5ecd

Browse files
authored
add plasma chain for pendle yields (#2456)
1 parent 92ef391 commit 33c5ecd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/adaptors/pendle/index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ const chains = {
6767
PENDLE: '0xFf9c599D51C407A45D631c6e89cB047Efb88AeF6',
6868
ROUTERS: ['0x888888888889758F76e7103c6CbF23ABbF58F946'],
6969
},
70+
9745: {
71+
chainName: 'plasma',
72+
chainSlug: 'plasma',
73+
PENDLE: '0x17Bac5F906c9A0282aC06a59958D85796c831f24',
74+
ROUTERS: ['0x888888888889758F76e7103c6CbF23ABbF58F946'],
75+
},
7076
};
7177

7278
function splitId(id) {

0 commit comments

Comments
 (0)