-
Notifications
You must be signed in to change notification settings - Fork 419
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:hyperlane-xyz/hyperlane-monorepo in…
…to dan/multicall
- Loading branch information
Showing
43 changed files
with
2,350 additions
and
317 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'@hyperlane-xyz/sdk': minor | ||
--- | ||
|
||
Added RPC `concurrency` property to `ChainMetadata`. | ||
Added `CrudModule` abstraction and related types. | ||
Removed `Fuel` ProtocolType. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@hyperlane-xyz/sdk': minor | ||
--- | ||
|
||
Add EvmERC20WarpRouterReader to derive WarpConfig from TokenRouter address |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,012 changes: 915 additions & 97 deletions
1,012
typescript/infra/config/environments/mainnet3/core/verification.json
Large diffs are not rendered by default.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
typescript/infra/config/environments/mainnet3/gas-oracle.ts
This file was deleted.
Oops, something went wrong.
100 changes: 80 additions & 20 deletions
100
typescript/infra/config/environments/mainnet3/gasPrices.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,82 @@ | ||
{ | ||
"ancient8": "1", | ||
"arbitrum": "0.1", | ||
"avalanche": "43.212830197", | ||
"blast": "0.1", | ||
"bsc": "1.350070319", | ||
"celo": "10.0", | ||
"ethereum": "26.346912847", | ||
"mantapacific": "0.100000057", | ||
"mode": "0.1", | ||
"moonbeam": "125.0", | ||
"optimism": "0.003225814", | ||
"polygon": "61.601287856", | ||
"gnosis": "1.852997796", | ||
"base": "0.0010003", | ||
"scroll": "0.46", | ||
"polygonzkevm": "3.95", | ||
"inevm": "0.1", | ||
"viction": "0.25", | ||
"neutron": "0.1", | ||
"injective": "0.1" | ||
"arbitrum": { | ||
"amount": "0.01", | ||
"decimals": 9 | ||
}, | ||
"ancient8": { | ||
"amount": "0.001000252", | ||
"decimals": 9 | ||
}, | ||
"avalanche": { | ||
"amount": "43.212830197", | ||
"decimals": 9 | ||
}, | ||
"base": { | ||
"amount": "0.116871685", | ||
"decimals": 9 | ||
}, | ||
"blast": { | ||
"amount": "0.1", | ||
"decimals": 9 | ||
}, | ||
"bsc": { | ||
"amount": "5.0", | ||
"decimals": 9 | ||
}, | ||
"celo": { | ||
"amount": "10.0", | ||
"decimals": 9 | ||
}, | ||
"ethereum": { | ||
"amount": "26.346912847", | ||
"decimals": 9 | ||
}, | ||
"mantapacific": { | ||
"amount": "0.100163166", | ||
"decimals": 9 | ||
}, | ||
"mode": { | ||
"amount": "0.1", | ||
"decimals": 9 | ||
}, | ||
"moonbeam": { | ||
"amount": "125.0", | ||
"decimals": 9 | ||
}, | ||
"optimism": { | ||
"amount": "0.061126811", | ||
"decimals": 9 | ||
}, | ||
"polygon": { | ||
"amount": "101.76455238", | ||
"decimals": 9 | ||
}, | ||
"gnosis": { | ||
"amount": "3.236596353", | ||
"decimals": 9 | ||
}, | ||
"scroll": { | ||
"amount": "1.3231", | ||
"decimals": 9 | ||
}, | ||
"polygonzkevm": { | ||
"amount": "3.95", | ||
"decimals": 9 | ||
}, | ||
"inevm": { | ||
"amount": "0.1", | ||
"decimals": 9 | ||
}, | ||
"viction": { | ||
"amount": "0.25", | ||
"decimals": 9 | ||
}, | ||
"neutron": { | ||
"amount": "0.0053", | ||
"decimals": 1 | ||
}, | ||
"injective": { | ||
"amount": "700000000", | ||
"decimals": 1 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 20 additions & 20 deletions
40
typescript/infra/config/environments/mainnet3/tokenPrices.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
{ | ||
"ancient8": "2914.61", | ||
"arbitrum": "2914.61", | ||
"avalanche": "35.71", | ||
"bsc": "373.19", | ||
"blast": "2914.61", | ||
"celo": "0.772619", | ||
"ethereum": "2914.61", | ||
"mantapacific": "2914.61", | ||
"mode": "2914.61", | ||
"moonbeam": "0.419658", | ||
"optimism": "2914.61", | ||
"polygon": "0.982687", | ||
"gnosis": "1.012", | ||
"base": "2914.61", | ||
"scroll": "2914.61", | ||
"polygonzkevm": "2914.61", | ||
"inevm": "32.77", | ||
"viction": "0.750231", | ||
"neutron": "1.76", | ||
"injective": "32.77" | ||
"arbitrum": "3174.87", | ||
"ancient8": "3174.87", | ||
"avalanche": "38.39", | ||
"base": "3174.87", | ||
"blast": "3174.87", | ||
"bsc": "609.32", | ||
"celo": "0.860923", | ||
"ethereum": "3174.87", | ||
"mantapacific": "3174.87", | ||
"mode": "3174.87", | ||
"moonbeam": "0.338118", | ||
"optimism": "3174.87", | ||
"polygon": "0.730041", | ||
"gnosis": "0.993981", | ||
"scroll": "3174.87", | ||
"polygonzkevm": "3174.87", | ||
"inevm": "28.12", | ||
"viction": "0.775722", | ||
"neutron": "0.842639", | ||
"injective": "28.12" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.