Skip to content

Commit

Permalink
⬆️ upgrade protocol and other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
itofarina committed Jun 4, 2024
1 parent dea0e4a commit 39bed55
Show file tree
Hide file tree
Showing 6 changed files with 2,046 additions and 8,151 deletions.
2 changes: 1 addition & 1 deletion actions/onMarketUpdate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default (async ({ storage, secrets, gateways }, {
{ target: previewer.address, callData: previewer.interface.encodeFunctionData('exactly', [AddressZero]) },
], { blockTag: blockNumber }),
previewer.exactly(AddressZero, { blockTag: blockNumber - 1 }),
(network === Network.MAINNET ? provider
(network === String(Network.MAINNET) ? provider
: new StaticJsonRpcProvider(gateways.getGateway(Network.MAINNET))).lookupAddress(from),
network !== 'optimism' ? { l1Fee: '', l1GasPrice: '' }
: provider.perform('getTransactionReceipt', { transactionHash: hash }) as Promise<{ l1Fee: string; l1GasPrice: string; }>,
Expand Down
186 changes: 91 additions & 95 deletions actions/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 actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"@ethersproject/hash": "^5.7.0",
"@ethersproject/logger": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@exactly/protocol": "^0.2.10",
"@slack/web-api": "^6.8.1",
"@tenderly/actions": "^0.2.3",
"@exactly/protocol": "^0.2.19",
"@slack/web-api": "^7.0.4",
"@tenderly/actions": "^0.2.56",
"no-case": "^3.0.4"
}
}
Loading

0 comments on commit 39bed55

Please sign in to comment.