forked from hyperlane-xyz/hyperlane-registry
-
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.
- Loading branch information
Mueed
committed
Jul 7, 2024
1 parent
979cede
commit b7d845e
Showing
6 changed files
with
121 additions
and
0 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,11 @@ | ||
staticMerkleRootMultisigIsmFactory: "0x92A0D0966eDCC3886D87D14c52cFE67b58f5B67B" | ||
staticMessageIdMultisigIsmFactory: "0xD348C4002fb7F8e71a626568079D62d7D001D8Fc" | ||
staticAggregationIsmFactory: "0x896c5c12F742e5fcacb0C45F05EEADDff360D5b6" | ||
staticAggregationHookFactory: "0x2D4eD671D45Eae442c8c9E8c9f8cd69470b08d4d" | ||
domainRoutingIsmFactory: "0xc4614e93B2a5E3830D65b1dCA5Da1f7bc0FD0855" | ||
proxyAdmin: "0xed8Ec2E680be714F36161Ad1A39F8F88448D03df" | ||
mailbox: "0xe34eD1A84243Aa7736a06653a4aDE059B9AE4E29" | ||
interchainAccountRouter: "0x195F755b59dD8301E62E3074282bD23344377F4C" | ||
interchainAccountIsm: "0xb351B89B69Ae84DA93B4Cfd88936C79AE80d86A6" | ||
validatorAnnounce: "0x6621976221E803FCb407f7312BC9a82b408364f9" | ||
testRecipient: "0x69BAE4C9e452f4f8691ad83852e679c25af4BCE5" |
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,12 @@ | ||
# yaml-language-server: $schema=../schema.json | ||
name: pulsetest | ||
displayName: Pulsetest | ||
chainId: 943 | ||
domainId: 943 | ||
protocol: ethereum | ||
rpcUrls: | ||
- http: https://rpc-testnet-pulsechain.g4mm4.io | ||
nativeToken: | ||
symbol: tPLS | ||
name: tPLS | ||
decimals: 18 |
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,13 @@ | ||
owner: "0x402E591937d13DB4ced228397315e2BBc368b2e8" | ||
defaultIsm: | ||
type: trustedRelayerIsm | ||
relayer: "0x402E591937d13DB4ced228397315e2BBc368b2e8" | ||
defaultHook: | ||
type: merkleTreeHook | ||
requiredHook: | ||
owner: "0x402E591937d13DB4ced228397315e2BBc368b2e8" | ||
type: protocolFee | ||
beneficiary: "0x402E591937d13DB4ced228397315e2BBc368b2e8" | ||
maxProtocolFee: "100000000000000000" | ||
protocolFee: "0" | ||
|
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,31 @@ | ||
pulsetest: | ||
isNft: false | ||
type: collateral | ||
token: "0xe76d80014DCfD5Fe196F22d3a001b454A6936ae6" | ||
owner: "0x402E591937d13DB4ced228397315e2BBc368b2e8" | ||
mailbox: "0xe34eD1A84243Aa7736a06653a4aDE059B9AE4E29" | ||
interchainSecurityModule: | ||
type: staticAggregationIsm | ||
modules: | ||
- type: trustedRelayerIsm | ||
relayer: "0x402E591937d13DB4ced228397315e2BBc368b2e8" | ||
- owner: "0x402E591937d13DB4ced228397315e2BBc368b2e8" | ||
type: defaultFallbackRoutingIsm | ||
domains: {} | ||
threshold: 1 | ||
arbitrumsepolia: | ||
isNft: false | ||
type: collateral | ||
token: "0x11D56dd0B3C67aCA1CFafd75D821B39241ee7ceB" | ||
owner: "0x402E591937d13DB4ced228397315e2BBc368b2e8" | ||
mailbox: "0x598facE78a4302f11E3de0bee1894Da0b2Cb71F8" | ||
interchainSecurityModule: | ||
type: staticAggregationIsm | ||
modules: | ||
- type: trustedRelayerIsm | ||
relayer: "0x402E591937d13DB4ced228397315e2BBc368b2e8" | ||
- owner: "0x402E591937d13DB4ced228397315e2BBc368b2e8" | ||
type: defaultFallbackRoutingIsm | ||
domains: {} | ||
threshold: 1 | ||
|
4 changes: 4 additions & 0 deletions
4
deployments/warp_routes/MUEED/arbitrumsepolia-pulsetest-addresses.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,4 @@ | ||
pulsetest: | ||
collateral: "0xeb75B3EFEC6134D2f2B7378B44a90fB8bddE5E0B" | ||
arbitrumsepolia: | ||
collateral: "0x714854a0745348828F1512a8156688D11f8b327D" |
50 changes: 50 additions & 0 deletions
50
deployments/warp_routes/MUEED/arbitrumsepolia-pulsetest-config.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,50 @@ | ||
# yaml-language-server: $schema=../schema.json | ||
tokens: | ||
- chainName: pulsetest | ||
standard: EvmHypCollateral | ||
name: mueed | ||
symbol: mueed | ||
decimals: 18 | ||
totalSupply: 0 | ||
isNft: false | ||
type: collateral | ||
token: "0xe76d80014DCfD5Fe196F22d3a001b454A6936ae6" | ||
owner: "0x402E591937d13DB4ced228397315e2BBc368b2e8" | ||
mailbox: "0xe34eD1A84243Aa7736a06653a4aDE059B9AE4E29" | ||
interchainSecurityModule: | ||
type: staticAggregationIsm | ||
modules: | ||
- type: trustedRelayerIsm | ||
relayer: "0x402E591937d13DB4ced228397315e2BBc368b2e8" | ||
- owner: "0x402E591937d13DB4ced228397315e2BBc368b2e8" | ||
type: defaultFallbackRoutingIsm | ||
domains: {} | ||
threshold: 1 | ||
addressOrDenom: "0xeb75B3EFEC6134D2f2B7378B44a90fB8bddE5E0B" | ||
collateralAddressOrDenom: "0xe76d80014DCfD5Fe196F22d3a001b454A6936ae6" | ||
connections: | ||
- token: ethereum|arbitrumsepolia|0x714854a0745348828F1512a8156688D11f8b327D | ||
- chainName: arbitrumsepolia | ||
standard: EvmHypCollateral | ||
name: mueed | ||
symbol: mueed | ||
decimals: 18 | ||
totalSupply: 0 | ||
isNft: false | ||
type: collateral | ||
token: "0x11D56dd0B3C67aCA1CFafd75D821B39241ee7ceB" | ||
owner: "0x402E591937d13DB4ced228397315e2BBc368b2e8" | ||
mailbox: "0x598facE78a4302f11E3de0bee1894Da0b2Cb71F8" | ||
interchainSecurityModule: | ||
type: staticAggregationIsm | ||
modules: | ||
- type: trustedRelayerIsm | ||
relayer: "0x402E591937d13DB4ced228397315e2BBc368b2e8" | ||
- owner: "0x402E591937d13DB4ced228397315e2BBc368b2e8" | ||
type: defaultFallbackRoutingIsm | ||
domains: {} | ||
threshold: 1 | ||
addressOrDenom: "0x714854a0745348828F1512a8156688D11f8b327D" | ||
collateralAddressOrDenom: "0x11D56dd0B3C67aCA1CFafd75D821B39241ee7ceB" | ||
connections: | ||
- token: ethereum|pulsetest|0xeb75B3EFEC6134D2f2B7378B44a90fB8bddE5E0B |