From 4b4e0279478e1d43a4564c03e34e8602e565e15e Mon Sep 17 00:00:00 2001 From: billalxcode Date: Wed, 6 Nov 2024 17:54:53 +0700 Subject: [PATCH 1/9] Add DreyerX Testnet Addresses --- chains/dreyerxtestnet/addresses.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 chains/dreyerxtestnet/addresses.yaml diff --git a/chains/dreyerxtestnet/addresses.yaml b/chains/dreyerxtestnet/addresses.yaml new file mode 100644 index 000000000..a435a32c9 --- /dev/null +++ b/chains/dreyerxtestnet/addresses.yaml @@ -0,0 +1,14 @@ +domainRoutingIsmFactory: "0x9B9b4C9acC91Ee601AaFBAA4971D249360dA0128" +interchainAccountIsm: "0x51532D7E2EF05964C8E2509E5Aa69E6656559794" +interchainAccountRouter: "0xA92a2BB3Cabbe3098C3B276319Acd4c5aF24A2f3" +mailbox: "0x0193BF2EC62A9085F0b45928c92d6E6171f008f6" +merkleTreeHook: "0x167B6d7AadDab0ED0b161AA5125331f23bdBFfFd" +proxyAdmin: "0x8284D0bD5e062c32A7004b7fc7C115c5151074d3" +staticAggregationHookFactory: "0xD6A7D6bBAfE4cfC254ed8e2733fcC210e5661928" +staticAggregationIsmFactory: "0xd23CF654111c965f8b50728F1d6dEB0F88859196" +staticMerkleRootMultisigIsmFactory: "0xB7ab6CE9389D906629e7B06c910b8530ADd31dD8" +staticMerkleRootWeightedMultisigIsmFactory: "0x686293Fed1f0Fdb07D9C08d3857582BA2C907FE8" +staticMessageIdMultisigIsmFactory: "0x598E63BFD35cF8C6eBA84ADDE364eaE8E2252514" +staticMessageIdWeightedMultisigIsmFactory: "0xa91658b43f05B150D0FdDAdD8BC7D83B40365785" +testRecipient: "0x043C522ae2AEb229A9B4155f37F13738199d82A2" +validatorAnnounce: "0x52bF0d788b57fac2e7AD54660CEC9dfbB8Ab02F0" From b1e68a94459df7feda01fac40739f897efeab149 Mon Sep 17 00:00:00 2001 From: billalxcode Date: Wed, 6 Nov 2024 17:55:05 +0700 Subject: [PATCH 2/9] Add DreyerX Testnet Metadata --- chains/dreyerxtestnet/metadata.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 chains/dreyerxtestnet/metadata.yaml diff --git a/chains/dreyerxtestnet/metadata.yaml b/chains/dreyerxtestnet/metadata.yaml new file mode 100644 index 000000000..fbe351ec5 --- /dev/null +++ b/chains/dreyerxtestnet/metadata.yaml @@ -0,0 +1,18 @@ +# yaml-language-server: $schema=../schema.json +blockExplorers: + - apiUrl: https://testnet-scan.dreyerx.com/api + family: blockscout + name: DreyerX Explorer + url: https://testnet-scan.dreyerx.com +chainId: 23452 +displayName: DreyerX Testnet +domainId: 23452 +isTestnet: true +name: dreyerxtestnet +nativeToken: + decimals: 18 + name: DreyerX + symbol: DRX +protocol: ethereum +rpcUrls: + - http: https://testnet-rpc.dreyerx.com From da81cb021d0147f367d3986a8f7f08cec13adb97 Mon Sep 17 00:00:00 2001 From: billalxcode Date: Wed, 6 Nov 2024 17:55:43 +0700 Subject: [PATCH 3/9] Add DreyerX Testnet Warp Routes Addresses (FAKEBRIDGE) --- .../FAKEBRIDGE/dreyerxtestnet-holesky-addresses.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 deployments/warp_routes/FAKEBRIDGE/dreyerxtestnet-holesky-addresses.yaml diff --git a/deployments/warp_routes/FAKEBRIDGE/dreyerxtestnet-holesky-addresses.yaml b/deployments/warp_routes/FAKEBRIDGE/dreyerxtestnet-holesky-addresses.yaml new file mode 100644 index 000000000..83ec327c6 --- /dev/null +++ b/deployments/warp_routes/FAKEBRIDGE/dreyerxtestnet-holesky-addresses.yaml @@ -0,0 +1,4 @@ +dreyerxtestnet: + collateral: "0x4955bd8b462f652C5c17497D9401144DD1A90A56" +holesky: + collateral: "0x167B6d7AadDab0ED0b161AA5125331f23bdBFfFd" From 780eda5cb83b68655a2bcc3c4cd9b1f9f85ce19f Mon Sep 17 00:00:00 2001 From: billalxcode Date: Wed, 6 Nov 2024 17:56:00 +0700 Subject: [PATCH 4/9] Add DreyerX Testnet Warp Routes Config --- .../dreyerxtestnet-holesky-config.yaml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 deployments/warp_routes/FAKEBRIDGE/dreyerxtestnet-holesky-config.yaml diff --git a/deployments/warp_routes/FAKEBRIDGE/dreyerxtestnet-holesky-config.yaml b/deployments/warp_routes/FAKEBRIDGE/dreyerxtestnet-holesky-config.yaml new file mode 100644 index 000000000..1ac1775d2 --- /dev/null +++ b/deployments/warp_routes/FAKEBRIDGE/dreyerxtestnet-holesky-config.yaml @@ -0,0 +1,20 @@ +# yaml-language-server: $schema=../schema.json +tokens: + - addressOrDenom: "0x4955bd8b462f652C5c17497D9401144DD1A90A56" + chainName: dreyerxtestnet + collateralAddressOrDenom: "0x9DE1245b3e1a8cFFb3Fbd5cb52B991DB25a66553" + connections: + - token: ethereum|holesky|0x167B6d7AadDab0ED0b161AA5125331f23bdBFfFd + decimals: 18 + name: Fake Token Bridge + standard: EvmHypCollateral + symbol: FakeBRIDGE + - addressOrDenom: "0x167B6d7AadDab0ED0b161AA5125331f23bdBFfFd" + chainName: holesky + collateralAddressOrDenom: "0x785423A9A68D7059140C0eDc9d897Cd00ae0652d" + connections: + - token: ethereum|dreyerxtestnet|0x4955bd8b462f652C5c17497D9401144DD1A90A56 + decimals: 18 + name: Fake Token Bridge + standard: EvmHypCollateral + symbol: FakeBRIDGE From c1d2f268d47b41f990c9b6591066066ab4c37d53 Mon Sep 17 00:00:00 2001 From: billalxcode Date: Wed, 6 Nov 2024 18:03:17 +0700 Subject: [PATCH 5/9] add dreyerx logo --- chains/dreyerxtestnet/logo.svg | 721 +++++++++++++++++++++++++++++++++ 1 file changed, 721 insertions(+) create mode 100644 chains/dreyerxtestnet/logo.svg diff --git a/chains/dreyerxtestnet/logo.svg b/chains/dreyerxtestnet/logo.svg new file mode 100644 index 000000000..977999825 --- /dev/null +++ b/chains/dreyerxtestnet/logo.svg @@ -0,0 +1,721 @@ +Original file line number Diff line number Diff line change +@@ -0,0 +1 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 86bf23a7492fde53351c21c56ba5f4d54897fd64 Mon Sep 17 00:00:00 2001 From: billalxcode Date: Wed, 6 Nov 2024 18:03:43 +0700 Subject: [PATCH 6/9] add deployer name and url --- chains/dreyerxtestnet/metadata.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chains/dreyerxtestnet/metadata.yaml b/chains/dreyerxtestnet/metadata.yaml index fbe351ec5..e06c76386 100644 --- a/chains/dreyerxtestnet/metadata.yaml +++ b/chains/dreyerxtestnet/metadata.yaml @@ -5,6 +5,9 @@ blockExplorers: name: DreyerX Explorer url: https://testnet-scan.dreyerx.com chainId: 23452 +deployer: + name: billalxcode + url: https://github.com/billalxcode displayName: DreyerX Testnet domainId: 23452 isTestnet: true From 2d39205d3a548fa94b3c3a583ca0d67c8280e372 Mon Sep 17 00:00:00 2001 From: billalxcode Date: Wed, 6 Nov 2024 18:07:49 +0700 Subject: [PATCH 7/9] add changeset --- .changeset/kind-tools-melt.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/kind-tools-melt.md diff --git a/.changeset/kind-tools-melt.md b/.changeset/kind-tools-melt.md new file mode 100644 index 000000000..d4d59af57 --- /dev/null +++ b/.changeset/kind-tools-melt.md @@ -0,0 +1,5 @@ +--- +'@hyperlane-xyz/registry': patch +--- + +Add DreyerX testnet metadata and warp route From 649ed49a9b4f50c07508117741b36613cd7ce28f Mon Sep 17 00:00:00 2001 From: billalxcode Date: Wed, 6 Nov 2024 18:37:16 +0700 Subject: [PATCH 8/9] fix logo --- chains/dreyerxtestnet/logo.svg | 2 -- 1 file changed, 2 deletions(-) diff --git a/chains/dreyerxtestnet/logo.svg b/chains/dreyerxtestnet/logo.svg index 977999825..0b545235d 100644 --- a/chains/dreyerxtestnet/logo.svg +++ b/chains/dreyerxtestnet/logo.svg @@ -1,5 +1,3 @@ -Original file line number Diff line number Diff line change -@@ -0,0 +1 @@ From a9c1f882691631c99d947d297629e3c8cce6ca5c Mon Sep 17 00:00:00 2001 From: Paul Balaji <10051819+paulbalaji@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:00:24 +0000 Subject: [PATCH 9/9] Update logo.svg --- chains/dreyerxtestnet/logo.svg | 720 +-------------------------------- 1 file changed, 1 insertion(+), 719 deletions(-) diff --git a/chains/dreyerxtestnet/logo.svg b/chains/dreyerxtestnet/logo.svg index 0b545235d..462122ce5 100644 --- a/chains/dreyerxtestnet/logo.svg +++ b/chains/dreyerxtestnet/logo.svg @@ -1,719 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +