We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0dd174 commit d41d864Copy full SHA for d41d864
fees/nerite.ts
@@ -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