Skip to content
Open
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
23 changes: 23 additions & 0 deletions chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4009,6 +4009,29 @@ chain-settings:
short-names: [aptos-testnet]
chain-id: 0x2
grpcId: 10203
- id: stellar
label: Stellar
type: stellar
settings:
options:
validate-peers: false
expected-block-time: 5s
lags:
syncing: 10
lagging: 5
chains:
- id: Mainnet
priority: 100
code: STELLAR_MAINNET
short-names: [stellar, stellar-mainnet]
chain-id: "Public Global Stellar Network ; September 2015"
grpcId: 1169
- id: Testnet
priority: 30
code: STELLAR_TESTNET
short-names: [stellar-testnet]
chain-id: "Test SDF Network ; September 2015"
grpcId: 10204
- id: orderly
label: Orderly
type: eth
Expand Down
Loading