Skip to content

Commit 600254d

Browse files
authored
FEAT: Add Graphene TVL on IOTA EVM (DefiLlama#12917)
2 parents a7d4b55 + 2316e7e commit 600254d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

projects/graphene/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ const config = {
1414
fromBlock: 18438182,
1515
controller: "0x7900f766F06e361FDDB4FdeBac5b138c4EEd8d4A",
1616
},
17+
iotaevm: {
18+
fromBlock: 1936296,
19+
controller: "0x0E4d23092A4a12caAd0E22e0892EcEC7C09DC51c",
20+
},
1721
};
1822

1923
Object.keys(config).forEach((chain) => {

0 commit comments

Comments
 (0)