Skip to content
Merged
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
26 changes: 20 additions & 6 deletions chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ chain-settings:
code: BSC
grpcId: 1006
chain-id: 0x38
short-names: [bsc, binance, bnb-smart-chain, bsc-mainnet]
short-names: [bsc, binance, bnb-smart-chain, bsc-mainnet, binance-smart-chain]
gas-price-condition:
- ne 3000000000
- ne 5000000000
Expand Down Expand Up @@ -347,7 +347,7 @@ chain-settings:
code: ZKSYNC
grpcId: 1009
chain-id: 0x144
short-names: [zksync, zksync-mainnet]
short-names: [zksync, zksync-mainnet, zksync-era]
lower-bounds:
tx:
block: 1
Expand Down Expand Up @@ -461,7 +461,7 @@ chain-settings:
priority: 100
code: GNOSIS
grpcId: 1012
short-names: [gnosis, gnosis-mainnet]
short-names: [gnosis, gnosis-mainnet, xdai]
chain-id: 0x64
lower-bounds:
tx:
Expand Down Expand Up @@ -738,7 +738,7 @@ chain-settings:
- id: Mainnet
priority: 100
code: METIS_MAINNET
short-names: [metis, metis-mainnet]
short-names: [metis, metis-mainnet, metis-andromeda]
chain-id: 0x440
grpcId: 1023
- id: Sepolia
Expand Down Expand Up @@ -2396,7 +2396,7 @@ chain-settings:
priority: 100
code: WORLDCHAIN_MAINNET
grpcId: 1084
short-names: [worldchain, worldchain-mainnet]
short-names: [worldchain, worldchain-mainnet, world]
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why we should add new shortnames?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lambda have diffrernt name, i wan't have additional mapping for it

chain-id: 0x1e0
- id: Sepolia
priority: 1
Expand Down Expand Up @@ -3814,4 +3814,18 @@ chain-settings:
short-names: [moca-testnet]
chain-id: 0x366a8
grpcId: 10188

- id: lambda-app
label: LambdaApp
type: app
settings:
expected-block-time: 0s
lags:
syncing: 0
lagging: 0
chains:
- id: Virtual
priority: 1
code: LAMBDA_VIRTUAL
grpcId: 100000
short-names: [lambda]
chain-id: 0x0
Loading