We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faba5c9 commit a44434eCopy full SHA for a44434e
projects/prdt/index.js
@@ -55,14 +55,14 @@ const config = {
55
ADDRESSES.polygon.WETH,
56
],
57
},
58
- // nibiru: {
59
- // owners: Object.values({
60
- // predictionPROV3: "0x062EB9830D1f1f0C64ac598eC7921f0cbD6d4841",
61
- // }),
62
- // tokens: [
63
- // ADDRESSES.null,
64
- // ],
65
- // },
+ nibiru: {
+ owners: Object.values({
+ predictionPROV3: "0x062EB9830D1f1f0C64ac598eC7921f0cbD6d4841",
+ }),
+ tokens: [
+ ADDRESSES.null,
+ ],
+ },
66
solana: {},
67
};
68
0 commit comments