Skip to content

Commit

Permalink
Merge pull request #388 from Once-Upon/feature/ou-2600-make-new-rodeo…
Browse files Browse the repository at this point in the history
…-contextualizer-that-extends-nft-mint-and

Rodeo contextualizer that extends nft mint heuristic
  • Loading branch information
pcowgill authored Jun 21, 2024
2 parents fd91e72 + ea1a122 commit d1ce396
Show file tree
Hide file tree
Showing 8 changed files with 1,535 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/contextualizers/protocol/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import { highlightContextualizer } from './highlight';
import { warpcastContextualizer } from './warpcast';
import { boomboxContextualizer } from './boombox';
import { goldContextualizer } from './gold';
import { rodeoContextualizer } from './rodeo';

const children = {
wethContextualizer,
Expand All @@ -45,6 +46,7 @@ const children = {
warpcastContextualizer,
boomboxContextualizer,
goldContextualizer,
rodeoContextualizer,
};

const protocolContextualizers = Object.fromEntries(
Expand Down
5 changes: 5 additions & 0 deletions src/contextualizers/protocol/rodeo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### MultiTokenDropMarket contract

| Contract | Address | Chain ID |
| -------------------- | ---------------------------------------------------------------------------------------------------------------------- | -------- |
| MultiTokenDropMarket | [0x132363a3bbf47e06cf642dd18e9173e364546c99](https://www.onceupon.xyz/0x132363a3bbf47e06cf642dd18e9173e364546c99:8453) | Base |
Loading

0 comments on commit d1ce396

Please sign in to comment.