Skip to content

Commit

Permalink
mainnet updates
Browse files Browse the repository at this point in the history
  • Loading branch information
erhant committed Dec 24, 2024
1 parent c2d17d8 commit 8441365
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ coverage/
/broadcast/*/31337/
/broadcast/*/84532/
!/broadcast/*/84532/run-latest.json
/broadcast/*/8453/
!/broadcast/*/8453/run-latest.json
/broadcast/**/dry-run/

# Forge files
Expand Down
10 changes: 10 additions & 0 deletions deployments/8453.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"LLMOracleRegistry": {
"proxyAddr": "0x7645eef691ad9dc0f29b6abfc73cca4c8be44051",
"implAddr": "0xfc9bc11ef75575c8c048989a874356ce2d1fd290"
},
"LLMOracleCoordinator": {
"proxyAddr": "0x17b6d1eddcd5f9ca19bb2ffed2f3deb6bd74bd20",
"implAddr": "0x01547c5e13fd80ea6f3b7811acda51cf3989f832"
}
}
2 changes: 1 addition & 1 deletion script/Helper.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ contract Helper is Script {
/// see https://book.getfoundry.sh/cheatcodes/external for more.
function getDeploymentsJson() external view returns (string memory) {
string memory chainId = Strings.toString(block.chainid);
string memory path = string.concat("deployments/", chainId, "addresses.json");
string memory path = string.concat("deployments/", chainId, ".json");

return vm.readFile(path);
}
Expand Down

0 comments on commit 8441365

Please sign in to comment.