Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 1a83c31

Browse files
authored
feat: lay in OP Stack L1 fees (#173)
1 parent a653d55 commit 1a83c31

File tree

3 files changed

+144
-16
lines changed

3 files changed

+144
-16
lines changed

package-lock.json

Lines changed: 140 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@debridge-finance/dln-taker",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "DLN executor is the rule-based daemon service developed to automatically execute orders placed on the deSwap Liquidity Network (DLN) across supported blockchains",
55
"license": "GPL-3.0-only",
66
"author": "deBridge",
@@ -33,7 +33,7 @@
3333
},
3434
"types": "./dist/index.d.ts",
3535
"dependencies": {
36-
"@debridge-finance/dln-client": "8.3.5",
36+
"@debridge-finance/dln-client": "8.3.6",
3737
"@debridge-finance/legacy-dln-profitability": "3.2.0",
3838
"@debridge-finance/solana-utils": "4.2.1",
3939
"@protobuf-ts/plugin": "2.8.1",
@@ -43,7 +43,7 @@
4343
"bignumber.js": "9.1.2",
4444
"bs58": "5.0.0",
4545
"dotenv": "16.0.3",
46-
"node-cache": "^5.1.2",
46+
"node-cache": "5.1.2",
4747
"pino": "8.7.0",
4848
"pino-pretty": "9.1.1",
4949
"pino-sentry": "0.13.0",

sample.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const config: ExecutorLaunchConfig = {
3838
[ChainId.Base]: ['0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca'],
3939
[ChainId.Ethereum]: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48',
4040
[ChainId.Linea]: '0x176211869cA2b568f2A7D4EE941E073a821EE1ff',
41-
[ChainId.Optimism]: '0x7f5c764cbc14f9669b88837ca1490cca17c31607',
41+
[ChainId.Optimism]: '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85',
4242
[ChainId.Polygon]: '0x2791bca1f2de4661ed88a30c99a7a9449aa84174',
4343
[ChainId.Solana]: 'EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v',
4444
},

0 commit comments

Comments
 (0)