-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
chore: prep component minting #60
Changes from all commits
5a34579
2cd1f8c
34664e5
8d4adc5
526028a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name":"contract/valory/mech:0.1.0","description":"Agent mech contract","code_uri":"ipfs://bafybeid62uorgjwj7bzeptykawh2jr2bxloaalk65tm3kchth4gnfq2q2u","image":"ipfs://bafybeiaqnrcvga5kc5o7rewyxy2sn265u7qfhdbn4ssk6mjcija73aj32y","attributes":[{"trait_type":"version","value":"0.1.0"}]} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name":"contract/valory/erc20:0.1.0","description":"ERC20 token contract","code_uri":"ipfs://bafybeigukunw5qnrbpwb3arqdbt2anducy7grpc5lcbbbagxzcixdmvwyy","image":"ipfs://bafybeidtuybe7dad6thntua4caaxwmgikvm3hz6gytfeaamnvip2tdvsda","attributes":[{"trait_type":"version","value":"0.1.0"}]} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name":"contract/valory/market_maker:0.1.0","description":"Fixed product market maker contract","code_uri":"ipfs://bafybeighn4o263yxjxc46n5rckfnonwtyyhvjmegmkrqraixvswuyhcsp4","image":"ipfs://bafybeievzsyvjc3oyuwrnlceionzkdbhydoripjeuvlngbkhahjix2c7vq","attributes":[{"trait_type":"version","value":"0.1.0"}]} | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name":"skill/valory/market_manager_abci:0.1.0","description":"This skill implements the MarketManager for an AEA.","code_uri":"ipfs://bafybeibulxdh2fiar3gmqmxu3772s3bxps6jpl77r2weuh3py56mtmiptu","image":"ipfs://bafybeif45tsom3ytrc7cpgdvtaqzmoy5fekowkv6stqzmuak2l4icvzxya","attributes":[{"trait_type":"version","value":"0.1.0"}]} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name":"skill/valory/decision_maker_abci:0.1.0","description":"This skill is responsible for the decision making and placing the bets. It samples a market based on its liquidity, it sends a request to a mech to decide what to vote for, it receives the response from the mech, it decides whether voting is profitable or not, and ultimately, it either bets or blacklists the market.","code_uri":"ipfs://bafybeid6ybkow7alrcqrevgpsncqttrvm6pe72yjppnbn67a7d5ggy6cue","image":"ipfs://bafybeiasruosr2t2qzv4iqoaj3l5idztygk5q36khovdfrdwzbddwmi3km","attributes":[{"trait_type":"version","value":"0.1.0"}]} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name":"skill/valory/tx_settlement_multiplexer_abci:0.1.0","description":"This skill implements a multiplexer for the transaction settlement skill.","code_uri":"ipfs://bafybeidpcigxwdjnsvjt5yqe5nlfvq4s4owsmnljkjcs2atggmrqgxjxbm","image":"ipfs://bafybeiawevdua3w2nyqeawb5vtywgolfvunt3mxh724szbofy2t3axdeyq","attributes":[{"trait_type":"version","value":"0.1.0"}]} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name":"skill/valory/trader_abci:0.1.0","description":"This skill implements the trader skill for an AEA.","code_uri":"ipfs://bafybeihw5yjwjyqov7ta773jigyatzvnbn2xj3cgw3z3mnqbdyuniaprjy","image":"ipfs://bafybeihkoav3amzqefmsm6kmbknkujippz4azzaqlm3st3acv5v63b5cc4","attributes":[{"trait_type":"version","value":"0.1.0"}]} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name":"agent/valory/trader:0.1.0","description":"Trader agent.","code_uri":"ipfs://bafybeihdv2yhy4drpjhsvfocvgyl3vp5byieczl3xfe2cxwq22cmsi7tta","image":"ipfs://bafybeihcfa72j34njtxdhqru2nensnsc63kbzg2rjflvdxsdjyctt2qxzm","attributes":[{"trait_type":"version","value":"0.1.0"}]} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
token_id-"component_id" | ||
X- | ||
X-"contract/valory/mech/0.1.0" | ||
X-"contract/valory/erc20/0.1.0" | ||
X-"contract/valory/market_maker/0.1.0" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This name could collide with some components in the market-creator repository (e.g., agent/valory/market_maker/0.1.0, service/valory/market_maker:0.1.0) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Are they the same or different contracts? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. They are different. |
||
X-"skill/valory/market_manager_abci/0.1.0" -> 14 | ||
X-"skill/valory/decision_maker_abci/0.1.0" -> 3, 14, 19, 20, 22, valory/market_maker:0.1.0, valory/erc20:0.1.0, valory/mech:0.1.0, valory/market_manager_abci:0.1.0 | ||
X-"skill/valory/tx_settlement_multiplexer_abci/0.1.0" -> 14, valory/decision_maker_abci:0.1.0 | ||
X-"skill/valory/trader_abci/0.1.0" -> 14, 16, 17, 22, 33, valory/market_manager_abci:0.1.0, valory/decision_maker_abci:0.1.0, valory/tx_settlement_multiplexer_abci:0.1.0 | ||
--- | ||
token_id-"agent_id" | ||
X- | ||
X-"agent/valory/trader/0.1.0" -> 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 22, 33, 39, 50, valory/market_maker, valory/erc20:0.1.0, valory/mech:0.1.0, valory/tx_settlement_multiplexer_abci:0.1.0, valory/market_manager_abci, valory/decision_maker_abci, valory/trader_abci:0.1.0 | ||
--- | ||
token_id-"service_id" (Gnosis) | ||
10-"service/valory/trader/0.1.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why "fixed"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is how they are called:
https://github.com/protofire/omen-subgraph#fixedproductmarketmaker