File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ coverage/
1010/broadcast /* /31337 /
1111/broadcast /* /84532 /
1212! /broadcast /* /84532 /run-latest.json
13+ /broadcast /* /8453 /
14+ ! /broadcast /* /8453 /run-latest.json
1315/broadcast /** /dry-run /
1416
1517# Forge files
Original file line number Diff line number Diff line change 1+ {
2+ "LLMOracleRegistry" : {
3+ "proxyAddr" : " 0x7645eef691ad9dc0f29b6abfc73cca4c8be44051" ,
4+ "implAddr" : " 0xfc9bc11ef75575c8c048989a874356ce2d1fd290"
5+ },
6+ "LLMOracleCoordinator" : {
7+ "proxyAddr" : " 0x17b6d1eddcd5f9ca19bb2ffed2f3deb6bd74bd20" ,
8+ "implAddr" : " 0x01547c5e13fd80ea6f3b7811acda51cf3989f832"
9+ }
10+ }
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ contract Helper is Script {
1414 /// see https://book.getfoundry.sh/cheatcodes/external for more.
1515 function getDeploymentsJson () external view returns (string memory ) {
1616 string memory chainId = Strings.toString (block .chainid );
17- string memory path = string .concat ("deployments/ " , chainId, "addresses .json " );
17+ string memory path = string .concat ("deployments/ " , chainId, ".json " );
1818
1919 return vm.readFile (path);
2020 }
You can’t perform that action at this time.
0 commit comments