Skip to content

Commit

Permalink
update raindex eth v4 contract
Browse files Browse the repository at this point in the history
  • Loading branch information
rouzwelt committed Nov 8, 2024
1 parent aea6348 commit 2c20853
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dexs/raindex/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ const orderbooks: Record<string, Orderbooks> = {
v3: [
{ address: "0xf1224a483ad7f1e9aa46a8ce41229f32d7549a74", start: 1707183011 },
],
v4: []
v4: [
{ address: "0x0eA6d458488d1cf51695e1D6e4744e6FB715d37C", start: 1729850783 },
]
},
[CHAIN.FLARE]: {
v3: [
Expand Down

0 comments on commit 2c20853

Please sign in to comment.