Skip to content

Commit

Permalink
chore: Add predictionV3 AI subgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
chef-huan committed Jun 9, 2024
1 parent 2b87e81 commit 1f74c9e
Show file tree
Hide file tree
Showing 8 changed files with 1,811 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/bsc.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,8 @@ module.exports = {
startBlock: 10333825,
address: "0x18B2A687610328590Bc8F2e5fEdDe3b582A49cdA",
},
predictionV3AI: {
startBlock: 10333825, //TODO update me
address: "0x505B6e8DA1c31f4033ef5b70cba426E00538Fb3c", //TODO update me
},
};
4 changes: 4 additions & 0 deletions config/chapel.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@ module.exports = {
masterChefAddress: "0x4c650fb471fe4e0f476fd3437c3411b1122c4e3b",
startBlock: 28492774,
},
predictionV3AI: {
startBlock: 40576515,
address: "0x505B6e8DA1c31f4033ef5b70cba426E00538Fb3c",
},
};
Loading

0 comments on commit 1f74c9e

Please sign in to comment.