Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DeepBrainChain Mainnet #518

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/small-cheetahs-smell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': minor
---

feat: add DeepBrainChain Mainnet
1 change: 1 addition & 0 deletions chains/deepbrainchain/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions chains/deepbrainchain/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# yaml-language-server: $schema=../schema.json
blockExplorers:
- apiUrl: https://www.dbcscan.io/api
family: blockscout
name: DeepBrainChain
url: https://www.dbcscan.io
blocks:
confirmations: 1
estimateBlockTime: 6
reorgPeriod: finalized
chainId: 19880818
deployer:
name: frank0528
url: https://github.com/frank0528
displayName: DeepBrainChain
domainId: 19880818
isTestnet: false
name: deepbrainchain
nativeToken:
decimals: 18
name: DeepBrainChain
symbol: DBC
protocol: ethereum
rpcUrls:
- http: https://rpc.dbcwallet.io
technicalStack: polkadotsubstrate
2 changes: 1 addition & 1 deletion chains/deepbrainchaintestnet/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ blockExplorers:
name: DeepBrainChain Testnet
url: https://testnet.dbcscan.io
blocks:
confirmations: 2
confirmations: 1
estimateBlockTime: 6
reorgPeriod: finalized
chainId: 19850818
Expand Down
28 changes: 27 additions & 1 deletion chains/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1447,14 +1447,40 @@ cyber:
- http: https://rpc.cyber.co
- http: https://cyber.alt.technology
technicalStack: opstack
deepbrainchain:
blockExplorers:
- apiUrl: https://www.dbcscan.io/api
family: blockscout
name: DeepBrainChain
url: https://www.dbcscan.io
blocks:
confirmations: 1
estimateBlockTime: 6
reorgPeriod: finalized
chainId: 19880818
deployer:
name: frank0528
url: https://github.com/frank0528
displayName: DeepBrainChain
domainId: 19880818
isTestnet: false
name: deepbrainchain
nativeToken:
decimals: 18
name: DeepBrainChain
symbol: DBC
protocol: ethereum
rpcUrls:
- http: https://rpc.dbcwallet.io
technicalStack: polkadotsubstrate
deepbrainchaintestnet:
blockExplorers:
- apiUrl: https://testnet.dbcscan.io/api
family: blockscout
name: DeepBrainChain Testnet
url: https://testnet.dbcscan.io
blocks:
confirmations: 2
confirmations: 1
estimateBlockTime: 6
reorgPeriod: finalized
chainId: 19850818
Expand Down