Skip to content

Commit

Permalink
Merge pull request #6366 from connext/fix/hotfix-metis-estimates
Browse files Browse the repository at this point in the history
fix: metis gelato estimates
  • Loading branch information
preethamr authored Oct 2, 2024
2 parents 1bbaf62 + 396e09e commit f8b6839
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/agents/sdk-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Next Release

## 2.5.0-alpha.8

- Fix estimates for Metis

## 2.5.0-alpha.4

- `getLatestAssetPrice`: Added to fetch prices from Cartographer
Expand Down
2 changes: 1 addition & 1 deletion packages/agents/sdk-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/sdk",
"version": "2.5.0-alpha.7",
"version": "2.5.0-alpha.8",
"description": "Client-side package for interacting with the Connext protocol",
"author": "Connext",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions packages/agents/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Next Release

## 2.5.0-alpha.8

- Fix estimates for Metis

## 2.5.0-alpha.6

- Better error log in txservice
Expand Down
2 changes: 1 addition & 1 deletion packages/agents/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/sdk-core",
"version": "2.5.0-alpha.7",
"version": "2.5.0-alpha.8",
"description": "Client-side package for interacting with the Connext protocol",
"author": "Connext",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/nxtp-utils",
"version": "2.5.0-alpha.7",
"version": "2.5.0-alpha.8",
"description": "Common utilities for use within the @connext/nxtp-* packages",
"author": "Connext",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions packages/utils/src/peripherals/gelato.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const EquivalentChainsForTestnetEstimate: Record<number, number> = {
const EquivalentChainsForGelato: Record<number, number> = {
// MAINNETS
59144: 42161, // linea
1088: 42161, // metis
34443: 42161, // mode

// LOCALNETS
Expand Down

0 comments on commit f8b6839

Please sign in to comment.