forked from hyperlane-xyz/hyperlane-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploy stable warp routes to inEVM (hyperlane-xyz#3233)
### Description Deploy USDC and USDT from ethereum to inEVM ### Related issues - Fixes hyperlane-xyz/issues#1010 ### Backward compatibility Yes ### Testing - [x] Manul warp UI testing --------- Co-authored-by: Daniel Savu <[email protected]> Co-authored-by: J M Rossy <[email protected]>
- Loading branch information
1 parent
d2c2496
commit 66d9b29
Showing
9 changed files
with
118 additions
and
5 deletions.
There are no files selected for viewing
5 changes: 4 additions & 1 deletion
5
typescript/infra/config/environments/mainnet3/warp/addresses.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,5 +1,8 @@ | ||
{ | ||
"inevm": { | ||
"router": "0x26f32245fCF5Ad53159E875d5Cae62aEcf19c2d4" | ||
"HypERC20": "0x8358D8291e3bEDb04804975eEa0fe9fe0fAfB147" | ||
}, | ||
"ethereum": { | ||
"HypERC20Collateral": "0xED56728fb977b0bBdacf65bCdD5e17Bb7e84504f" | ||
} | ||
} |
22 changes: 22 additions & 0 deletions
22
typescript/infra/config/environments/mainnet3/warp/ethereumUSDC-inevm-deployments.yaml
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,22 @@ | ||
# Configs and artifacts for the deployment of Hyperlane Warp Routes | ||
# Between injective and inevm | ||
description: Hyperlane Warp Route artifacts | ||
timestamp: '2024-02-06T16:00:00.000Z' | ||
deployer: Abacus Works (Hyperlane) | ||
data: | ||
config: | ||
ethereum: | ||
protocolType: ethereum | ||
type: collateral | ||
hypAddress: '0xED56728fb977b0bBdacf65bCdD5e17Bb7e84504f' | ||
tokenAddress: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48' # USDC | ||
name: USDC | ||
symbol: USDC | ||
decimals: 6 | ||
inevm: | ||
protocolType: ethereum | ||
type: synthetic | ||
hypAddress: '0x8358D8291e3bEDb04804975eEa0fe9fe0fAfB147' | ||
name: USDC | ||
symbol: USDC | ||
decimals: 6 |
22 changes: 22 additions & 0 deletions
22
typescript/infra/config/environments/mainnet3/warp/ethereumUSDT-inevm-deployments.yaml
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,22 @@ | ||
# Configs and artifacts for the deployment of Hyperlane Warp Routes | ||
# Between injective and inevm | ||
description: Hyperlane Warp Route artifacts | ||
timestamp: '2024-02-06T16:00:00.000Z' | ||
deployer: Abacus Works (Hyperlane) | ||
data: | ||
config: | ||
ethereum: | ||
protocolType: ethereum | ||
type: collateral | ||
hypAddress: '0xab852e67bf03E74C89aF67C4BA97dd1088D3dA19' | ||
tokenAddress: '0xdac17f958d2ee523a2206206994597c13d831ec7' # USDT | ||
name: Tether USD | ||
symbol: USDT | ||
decimals: 6 | ||
inevm: | ||
protocolType: ethereum | ||
type: synthetic | ||
hypAddress: '0x97423A68BAe94b5De52d767a17aBCc54c157c0E5' | ||
name: Tether USD | ||
symbol: USDT | ||
decimals: 6 |
8 changes: 8 additions & 0 deletions
8
typescript/infra/config/environments/mainnet3/warp/inevm-USDC-addresses.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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"inevm": { | ||
"HypERC20": "0x8358D8291e3bEDb04804975eEa0fe9fe0fAfB147" | ||
}, | ||
"ethereum": { | ||
"HypERC20Collateral": "0xED56728fb977b0bBdacf65bCdD5e17Bb7e84504f" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
typescript/infra/config/environments/mainnet3/warp/inevm-USDT-addresses.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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"inevm": { | ||
"HypERC20": "0x97423A68BAe94b5De52d767a17aBCc54c157c0E5" | ||
}, | ||
"ethereum": { | ||
"HypERC20Collateral": "0xab852e67bf03E74C89aF67C4BA97dd1088D3dA19" | ||
} | ||
} |
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
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