Skip to content

Commit

Permalink
connectors: update bebop fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
facuspagnuolo committed Aug 14, 2024
1 parent 36863d5 commit a2556bd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/connectors/test/bebop/BebopConnector.base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const BEBOP_SETTLEMENT = '0xbbbbbBB520d69a9775E85b458C58c648259FAD5F'
const CHAINLINK_ETH_USD = '0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70'

describe('BebopConnector', () => {
const SLIPPAGE = 0.015
const SLIPPAGE = 0.02

before('create bebop connector', async function () {
this.connector = await deploy('BebopConnector', [BEBOP_SETTLEMENT])
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"tokenIn": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"tokenOut": "0x4200000000000000000000000000000000000006",
"amountIn": "10000000000",
"data": "0x4dcebcba0000000000000000000000000000000000000000000000000000000066bd19c2000000000000000000000000d42912755319665397ff090fbb63b1a31ae87cee00000000000000000000000051c72848c68a965f66fa7a88855f9f7784502a7f000000000000000000000000000000000000000000000000000003228f94f0ed000000000000000000000000833589fcd6edb6e08f4c7c32d4f71b54bda02913000000000000000000000000420000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000002540be40000000000000000000000000000000000000000000000000033d1a6fb5346e937000000000000000000000000d42912755319665397ff090fbb63b1a31ae87cee00000000000000000000000000000000000000000000000000000000000000006e910836b3eaab4000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000410a39e4441306fb4659708be57564237851af436b336498d97acb2484d06581a44f9aa3bf97bb87e28618069b7abdf03ffbc71bfbd8025270946866fca0c7a39f1c00000000000000000000000000000000000000000000000000000000000000"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"tokenIn": "0x4200000000000000000000000000000000000006",
"tokenOut": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amountIn": "1000000000000000000",
"data": "0x4dcebcba0000000000000000000000000000000000000000000000000000000066bd19ca000000000000000000000000d42912755319665397ff090fbb63b1a31ae87cee00000000000000000000000051c72848c68a965f66fa7a88855f9f7784502a7f000000000000000000000000000000000000000000000000000003228f94f0ef0000000000000000000000004200000000000000000000000000000000000006000000000000000000000000833589fcd6edb6e08f4c7c32d4f71b54bda029130000000000000000000000000000000000000000000000000de0b6b3a7640000000000000000000000000000000000000000000000000000000000009f11d051000000000000000000000000d42912755319665397ff090fbb63b1a31ae87cee0000000000000000000000000000000000000000000000000000000000000000649bc7700a31cf8000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000041658139dcfc985689baa805ef11bc5db04bfb3292a7ea411d8c6c10eca3264c5c4713679e0512fcbf3d12b40b43a0de251dd990a2d1b3faf1af216930bc8a4b171b00000000000000000000000000000000000000000000000000000000000000"
}

0 comments on commit a2556bd

Please sign in to comment.