Skip to content

Commit

Permalink
Add reactive testnet (#376)
Browse files Browse the repository at this point in the history
### Description

Add Kopli Reactive (testnet) chain. EVM compatible.

---------

Co-authored-by: Daniil Romazanov <[email protected]>
Co-authored-by: Daniil Romazanov <[email protected]>
  • Loading branch information
3 people authored Nov 27, 2024
1 parent b044eca commit 98b8950
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/fifty-peaches-flash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': minor
---

feat: add reactive kopli chain
14 changes: 14 additions & 0 deletions chains/reactivekopli/addresses.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
domainRoutingIsmFactory: "0x612Fc08df0D4a716926e8d076c538f06c2aDfa54"
interchainAccountIsm: "0x569a04cCB47AfEe920720fAE9c024639115247FC"
interchainAccountRouter: "0xf1C736CD66B99324C518b573F8437b66886C8CBa"
mailbox: "0xD7b76B3A180210190c00d8f077b50b0A272d6A8c"
merkleTreeHook: "0x76fe29039a9400AeB4c71c8327Da29D1eB9341Aa"
proxyAdmin: "0x296C29d3a37edf8c50291962F2AA4996eFaC49E5"
staticAggregationHookFactory: "0xa3B35C8042C6765817BEe30435e839A6b96fDe51"
staticAggregationIsmFactory: "0x48922604143B1c4E2D656f63D88D409eb3Ed511e"
staticMerkleRootMultisigIsmFactory: "0x0445c185a1808e03105AEe9E71628044284a2F5f"
staticMerkleRootWeightedMultisigIsmFactory: "0x08cBf4ef408749f3b734134f3623B09051Dcc11C"
staticMessageIdMultisigIsmFactory: "0xaA6BeF8ef3f4547545825A2C2f5FE9238e390af9"
staticMessageIdWeightedMultisigIsmFactory: "0x9C9f9CE538e58Cb690e342134439Bd8A18a765Db"
testRecipient: "0x279C888dA70c752A987f6631eB6dCCDE574302B8"
validatorAnnounce: "0x217bb7Ac3cA68D56D0C48CE26BcA616E2b87EDa6"
1 change: 1 addition & 0 deletions chains/reactivekopli/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions chains/reactivekopli/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# yaml-language-server: $schema=../schema.json
blockExplorers:
- apiUrl: https://kopli-api.reactscan.net
family: other
name: Kopli Reactscan
url: https://kopli.reactscan.net
blocks:
confirmations: 1
estimateBlockTime: 7
reorgPeriod: safe
chainId: 5318008
deployer:
name: Reactive Network
url: https://reactive.network
displayName: Kopli Reactive
domainId: 5318008
isTestnet: true
name: reactivekopli
nativeToken:
decimals: 18
name: Kopli React
symbol: kREACT
protocol: ethereum
rpcUrls:
- http: https://kopli-rpc.rkt.ink

0 comments on commit 98b8950

Please sign in to comment.