jamierabbithole
Connecting a wallet, made simple.
published 1.2.4 2 years ago## Overview Uniswap is a popular dex that is deployed on several EVM networks. The uniswap plugin filters swap transactions made on uniswap through the [universal router](https://github.com/Uniswap/universal-router) contract.
published 1.0.0-alpha.69 2 months ago- published 1.0.0-alpha.66 2 months ago
- published 1.0.0-alpha.3 a year ago
- published 1.0.0-alpha.146 2 months ago
This plugin allows for the decoding of Arbitrum transactions by way of action spec.
published 1.0.0-alpha.17 5 months agoAcross uses really simple architecture. They don't use payable functions, every token and ETH all go through the same contract, and use the same function call. This is about as straight forward a plugin as exists. ## ETH/BASE TOKEN No payables, everyth
published 1.0.0-alpha.66 2 months agoHop is unique in that it's one of the only non-native bridges that uses the hub&spoke model. Because of this it basically has 3 types of transactions: 1. L2 to L1 1. L1 to L2 1. L2 to L2
published 1.0.0-alpha.65 2 months agoOptimism bridging is pretty straightforward. There's only 2 networks we need to be concerned with, Mainnet and Optimism. Both ETH and Token transactions go through the same contract on L2, and use the same function. [Sending ETH from L1 to L2](https://git
published 1.0.0-alpha.65 2 months agoOther than the token address retrieval this is a pretty trivial to implement plugin. Unfortunatly in order to get the token address we need to do some direct chain reads but nothing too heavy.
published 1.0.0-alpha.71 2 months agoCurrently we only support swaps on Arbitrum and do not support derivatives.
published 1.0.0-alpha.73 2 months ago- published 1.0.0-alpha.63 2 months ago
Camelot uses a few different methods to swap, which we will capture with this plugin.
published 1.0.0-alpha.68 2 months agoCurrently when using array operators ($or/$and), address within are case-sensitive. This will effect the stake plugin, as it uses an $or array for the contract addresses.
published 1.0.0-alpha.71 2 months agoThis plugin is designed to filter valid mint transaction on basepaint.
published 1.0.0-alpha.68 2 months agoThis plugin is designed to filter valid bridge transaction on the biconomy hyphen bridge
published 1.0.0-alpha.65 2 months agoThis plugin is designed to filter valid bridge transactions using the Symbiosis cross-chain bridge.
published 1.0.0-alpha.66 2 months ago- published 1.0.0-alpha.59 2 months ago
This plugin is designed to filter valid swap transactions made using Oku Trade. Oku Trade is a trader-cetric frontend for uniswap, which offers enhanced analaytics and charts.
published 1.0.0-alpha.73 2 months ago- published 1.0.0-alpha.77 2 months ago
This plugin covers the [V2.1 LB Router contract](https://docs.traderjoexyz.com/contracts/LBRouter) on arbitrum. Other networks can be added easily by adding the chain id to the `CHAIN_ID_ARRAY` in `chain-ids.ts` and adding supported token addresses in `co
published 1.0.0-alpha.65 2 months ago- published 1.0.0-alpha.64 2 months ago
- published 1.0.0-alpha.60 2 months ago