Skip to content

Commit d41d864

Browse files
committed
track nerite fees
1 parent c0dd174 commit d41d864

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

fees/nerite.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { CHAIN } from "../helpers/chains"
2+
import { liquityV2Exports } from "../helpers/liquity"
3+
4+
export default liquityV2Exports({
5+
[CHAIN.ARBITRUM]: { collateralRegistry: '0x7f7fbc2711c0d6e8ef757dbb82038032dd168e68', }
6+
})

0 commit comments

Comments
 (0)