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 d59d086 commit d34a869
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
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
20 changes: 20 additions & 0 deletions deployments/8453.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"LLMOracleRegistry": {
"proxyAddr": "0x7645eef691ad9dc0f29b6abfc73cca4c8be44051",
"implAddr": "0xfc9bc11ef75575c8c048989a874356ce2d1fd290"
},
"LLMOracleCoordinator": {
"proxyAddr": "0x17b6d1eddcd5f9ca19bb2ffed2f3deb6bd74bd20",
"implAddr": "0x01547c5e13fd80ea6f3b7811acda51cf3989f832"
},
"SwanArtifactFactory": {
"addr": "0xc44cf6eb10f0b592246234eb3ee61d9534a04f6d"
},
"SwanAgentFactory": {
"addr": "0x8d7dfc92613aac6a0a8f89dd0ed3e52c0c83f3c3"
},
"Swan": {
"proxyAddr": "0x17b033fe8d43a4007b29c3d9ed6c81b6cb17d627",
"implAddr": "0x10dbc8ed4a7173a342c5975b8dda13d15d128870"
}
}
4 changes: 2 additions & 2 deletions script/HelperConfig.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ contract HelperConfig is Script {
taskParams = LLMOracleTaskParameters({difficulty: 2, numGenerations: 1, numValidations: 1});

marketParams = SwanMarketParameters({
maxArtifactCount: 500,
maxArtifactCount: 750,
listingInterval: 4 hours,
buyInterval: 30 minutes,
withdrawInterval: 15 minutes,
platformFee: 1, // percentage
platformFee: 15, // percentage
minArtifactPrice: 0.00001 ether,
timestamp: 0, // will be set in the first call
maxAgentFee: 75 // percentage
Expand Down

0 comments on commit d34a869

Please sign in to comment.