Skip to content

Commit

Permalink
Update values for tracking tests (#1870)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi authored Jan 16, 2024
1 parent 4c40345 commit 744d57d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packages/sdk-router/src/sdk.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1044,22 +1044,22 @@ describe('SynapseSDK', () => {
'0xed98b02f712c940d3b37a1aa9005a5986ecefa5cdbb4505118a22ae65d4903af',
}

// https://optimistic.etherscan.io/tx/0x75e5fcb661543ee26a0cd25a7c4a0585aa6ba5be41beebd5d96d60a04863ea6c
// https://arbiscan.io/tx/0x3b5bcd05f59e6c58d4f54184f87895627b40311cb0096f47f2b69b38b4986fec
// https://optimistic.etherscan.io/tx/0xf8c736aa8f0455853e68fc4c26c251b6264d77e613efe1cde2a8400ec7a9355f
// https://arbiscan.io/tx/0x93287ed477a034a4b843088bd60affc78be7fa0a199ae1ae399e82ccebea8a43
const rfqOpToArbTx = {
txHash:
'0x75e5fcb661543ee26a0cd25a7c4a0585aa6ba5be41beebd5d96d60a04863ea6c',
'0xf8c736aa8f0455853e68fc4c26c251b6264d77e613efe1cde2a8400ec7a9355f',
synapseTxId:
'0xdd0bb9c04e525a59c8fadf7715050b86731de07bab1bcad195124bf6df02ff67',
'0xfe7914246c17a5069024168fda5ceb8f31ed1b1c929da7f586b2a415f75fdc5e',
}

// https://arbiscan.io/tx/0x5d9cf91936f68640739e69b8c4355698f9b470336ebdd256a99ad3e2793e7151
// https://optimistic.etherscan.io/tx/0xe232cb5a7c04eb42018cb1469865bc789af829ab9fa81416b3c096aac1d1a3ac
// https://arbiscan.io/tx/0xc93e4abbbad0e5c6f724928bf42ed9b8ea9c4ac70483c1a00e374a7f002cdb72
// https://optimistic.etherscan.io/tx/0xbd45074e933e68795e02c5b3b7378f1911972415aac6e00d33e29933f86b5462
const rfqArbToOpTx = {
txHash:
'0x5d9cf91936f68640739e69b8c4355698f9b470336ebdd256a99ad3e2793e7151',
'0xc93e4abbbad0e5c6f724928bf42ed9b8ea9c4ac70483c1a00e374a7f002cdb72',
synapseTxId:
'0xb105549dbc8bd71208a6049a2c29dca5214875a166bc43970138a6cc2c3d40f5',
'0xd8e5d4b4658beccfa7ccd69d85c84181cd24b1f8f35d88993c033c0f732b1dd3',
}

describe('getSynapseTxId', () => {
Expand Down Expand Up @@ -1187,7 +1187,7 @@ describe('SynapseSDK', () => {
})

describe('SynapseRFQ', () => {
const arbSynRFQ = '0x1A54Fa31CBCaD8C1cbC3a47dCD00864Eac9Ac2b0'
const arbSynRFQ = '0x6C0771aD91442D670159a8171C35F4828E19aFd2'
const events = 'BridgeRequested'

it('OP -> ARB', async () => {
Expand Down

0 comments on commit 744d57d

Please sign in to comment.