jamierabbithole
Connecting a wallet, made simple.
published version 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 version 1.0.0-alpha.69, 3 months ago- published version 1.0.0-alpha.66, 3 months ago
- published version 1.0.0-alpha.3, a year ago
- published version 1.0.0-alpha.146, 3 months ago
This plugin allows for the decoding of Arbitrum transactions by way of action spec.
published version 1.0.0-alpha.17, 6 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 version 1.0.0-alpha.66, 3 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 version 1.0.0-alpha.65, 3 months agoDeposit Ether Tx
published version 1.0.0-alpha.65, 3 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 version 1.0.0-alpha.65, 3 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 version 1.0.0-alpha.71, 3 months agoCurrently we only support swaps on Arbitrum and do not support derivatives.
published version 1.0.0-alpha.73, 3 months ago- published version 1.0.0-alpha.63, 3 months ago
Camelot uses a few different methods to swap, which we will capture with this plugin.
published version 1.0.0-alpha.68, 3 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 version 1.0.0-alpha.71, 3 months agoThis plugin is designed to filter valid mint transaction on basepaint.
published version 1.0.0-alpha.68, 3 months agoThis plugin is designed to filter valid bridge transaction on the biconomy hyphen bridge
published version 1.0.0-alpha.65, 3 months agoThis plugin is designed to filter valid bridge transactions using the Symbiosis cross-chain bridge.
published version 1.0.0-alpha.66, 3 months ago- published version 1.0.0-alpha.59, 3 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 version 1.0.0-alpha.73, 3 months ago- published version 1.0.0-alpha.77, 3 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 version 1.0.0-alpha.65, 3 months ago- published version 1.0.0-alpha.64, 3 months ago
- published version 1.0.0-alpha.60, 3 months ago