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

Commit

Permalink
feat: lay in OP Stack L1 fees (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
mncdg authored Feb 28, 2024
1 parent a653d55 commit 1a83c31
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 16 deletions.
152 changes: 140 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@debridge-finance/dln-taker",
"version": "3.3.0",
"version": "3.3.1",
"description": "DLN executor is the rule-based daemon service developed to automatically execute orders placed on the deSwap Liquidity Network (DLN) across supported blockchains",
"license": "GPL-3.0-only",
"author": "deBridge",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"types": "./dist/index.d.ts",
"dependencies": {
"@debridge-finance/dln-client": "8.3.5",
"@debridge-finance/dln-client": "8.3.6",
"@debridge-finance/legacy-dln-profitability": "3.2.0",
"@debridge-finance/solana-utils": "4.2.1",
"@protobuf-ts/plugin": "2.8.1",
Expand All @@ -43,7 +43,7 @@
"bignumber.js": "9.1.2",
"bs58": "5.0.0",
"dotenv": "16.0.3",
"node-cache": "^5.1.2",
"node-cache": "5.1.2",
"pino": "8.7.0",
"pino-pretty": "9.1.1",
"pino-sentry": "0.13.0",
Expand Down
2 changes: 1 addition & 1 deletion sample.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const config: ExecutorLaunchConfig = {
[ChainId.Base]: ['0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca'],
[ChainId.Ethereum]: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48',
[ChainId.Linea]: '0x176211869cA2b568f2A7D4EE941E073a821EE1ff',
[ChainId.Optimism]: '0x7f5c764cbc14f9669b88837ca1490cca17c31607',
[ChainId.Optimism]: '0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85',
[ChainId.Polygon]: '0x2791bca1f2de4661ed88a30c99a7a9449aa84174',
[ChainId.Solana]: 'EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v',
},
Expand Down

0 comments on commit 1a83c31

Please sign in to comment.