Skip to content

Commit 7d858a5

Browse files
authored
feat: add STRK to zklend project (#1208)
1 parent 67bed2d commit 7d858a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: src/adaptors/zklend/index.js

+6
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ const assets = [
4646
'0x042b8f0484674ca266ac5d08e4ac6a3fe65bd3129795def2dca5c34ecc5f96d2',
4747
decimals: 18,
4848
},
49+
{
50+
name: 'STRK',
51+
address:
52+
'0x04718f5a0fc34cc1af16a1cdee98ffb20c31f5cd61d6ab07201858f4287c938d',
53+
decimals: 18,
54+
},
4955
];
5056

5157
const getTokenPrice = async (token) => {

0 commit comments

Comments
 (0)