Skip to content

Commit a44434e

Browse files
authored
PRDT: Enable Nibiru Contract (DefiLlama#14309)
1 parent faba5c9 commit a44434e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

projects/prdt/index.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ const config = {
5555
ADDRESSES.polygon.WETH,
5656
],
5757
},
58-
// nibiru: {
59-
// owners: Object.values({
60-
// predictionPROV3: "0x062EB9830D1f1f0C64ac598eC7921f0cbD6d4841",
61-
// }),
62-
// tokens: [
63-
// ADDRESSES.null,
64-
// ],
65-
// },
58+
nibiru: {
59+
owners: Object.values({
60+
predictionPROV3: "0x062EB9830D1f1f0C64ac598eC7921f0cbD6d4841",
61+
}),
62+
tokens: [
63+
ADDRESSES.null,
64+
],
65+
},
6666
solana: {},
6767
};
6868

0 commit comments

Comments
 (0)