Skip to content

Commit

Permalink
update metas
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Sep 5, 2023
1 parent 1665758 commit fada656
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

in rec {
packages = rec {
concrete-contracts = ["OrderBook" "GenericPoolOrderBookV3FlashBorrower"];
concrete-contracts = ["OrderBook" "GenericPoolOrderBookV3FlashBorrower" "UniV2PoolOrderBookV3ArbOrderTaker"];
build-meta-cmd = contract: ''
${rain-cli} meta build \
-i <(${rain-cli} meta solc artifact -c abi -i out/${contract}.sol/${contract}.json) -m solidity-abi-v2 -t json -e deflate -l en \
Expand Down
Binary file not shown.
Binary file added meta/UniV2PoolOrderBookV3ArbOrderTaker.rain.meta
Binary file not shown.
18 changes: 18 additions & 0 deletions src/concrete/UniV2PoolOrderBookV3ArbOrderTaker.meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "Uniswap v2 pool order book v3 arb order taker",
"abiName": "UniV2PoolOrderBookV3ArbOrderTaker",
"desc": "A Uniswap v2 specific order taker contract for bots to arb with. Supports expression based access gating.",
"alias": "uni-v2-pool-order-book-v3-arb-order-taker",
"methods": [{
"name": "stub",
"abiName": "stub",
"desc": "Stub.",
"inputs": [{
"name": "stub",
"abiName": "stub",
"desc": "Stub.",
"path": "stub"
}],
"expressions": []
}]
}

0 comments on commit fada656

Please sign in to comment.