Skip to content

Commit

Permalink
feat: ramses solidly fork on arbi (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Jan 19, 2024
1 parent 51588b7 commit 6d635ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions y/prices/dex/uniswap/uniswap.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"velodrome v1": SolidlyRouter,
"velodrome v2": VelodromeRouterV2,
"aerodrome": VelodromeRouterV2,
"ramses": SolidlyRouter,
}

Uniswap = Union[UniswapV1, UniswapRouterV2, UniswapV3]
Expand Down
1 change: 1 addition & 0 deletions y/prices/dex/uniswap/v2_forks.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"dfyn": {"factory": "0xA102072A4C07F06EC3B4900FDC4C7B80b6c57429", "router": "0xaedE1EFe768bD8A1663A7608c63290C60B85e71c"},
"dxswap": {"factory": "0x359F20Ad0F42D75a5077e65F30274cABe6f4F01a", "router": "0x530476d5583724A89c8841eB6Da76E7Af4C0F17E"},
"fraxswap": {"factory": "0x5Ca135cB8527d76e932f34B5145575F9d8cbE08E", "router": "0xc2544A32872A91F4A553b404C6950e89De901fdb"},
"ramses": {"factory": "0xAAA20D08e59F6561f242b08513D36266C5A29415", "router": "0xAAA87963EFeB6f7E0a2711F397663105Acb1805e"},
},
Network.Harmony: {
"defikingdoms": {"factory": "0x9014B937069918bd319f80e8B3BB4A2cf6FAA5F7", "router": "0x24ad62502d1C652Cc7684081169D04896aC20f30"},
Expand Down

0 comments on commit 6d635ba

Please sign in to comment.