Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Update Batches examples (#23)
Browse files Browse the repository at this point in the history
PR to address the issue raised on 10-01-2022. This leaves the website according to the agreed text found in this document: https://docs.google.com/document/d/1jNt2Wp31sVBw5FLA5neubxgqd_dadx5ETXbUvLoPrQY/edit#

Also commented the No CoW Example so that it doesnt show.

Co-authored-by: Anxo Rodriguez <[email protected]>
  • Loading branch information
avsavsavs and anxolin authored Jan 11, 2022
1 parent 4edf440 commit f933d66
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions const/batches.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { siteConfig } from '@/const/meta'

const { url } = siteConfig
// const { url } = siteConfig

export const batches = [
/*
Expand Down Expand Up @@ -32,8 +32,8 @@ export const batches = [
{
id: 1,
label: 'Full CoW',
summary: "The users traded 99.39% peer-to-peer, the remainder was executed on Sushiswap",
description: "Traders would have paid $1,396 in liquidity fees in Sushiswap, instead they paid 8$",
summary: "Traders swapped 99.39% peer-to-peer, while the remainder was executed on Sushiswap",
description: "If they had traded by themselves, they would have paid $1,396 in liquidity fees in Sushiswap; instead they paid 8$.",
link: {
label: 'View on Etherscan',
url: 'https://etherscan.io/tx/0x691d1a8ba39c036e841b6e2ed970f9068ac4a27b61955afb852f11019f2ff4d8'
Expand Down Expand Up @@ -100,8 +100,8 @@ export const batches = [
{
id: 2,
label: 'Partial CoW',
summary: "The more traders, the more savings",
description: "The batch costed 2,297,936 gas, but it was split among 26 traders. This reduced the gas from 134K to 88K per trade.",
summary: "The more traders, the cheaper the execution",
description: "The batch cost 2.3M gas units split among 26 traders. By only touching involved AMMs once, it reduced the execution cost from 134K (individual settlement) to 88K (batch settlement) gas per trade",
link: {
label: 'View on Etherscan',
url: 'https://etherscan.io/tx/0x172bddae0015331f4b357905ff7995389597a38294a00b4b13e90c1d70884785'
Expand Down

0 comments on commit f933d66

Please sign in to comment.