solana support (#339)

This commit is contained in:
a10zn8
2023-11-13 17:01:58 +03:00
committed by GitHub
parent e5f844b091
commit 2e80da58df
39 changed files with 513 additions and 249 deletions

View File

@@ -1,5 +1,5 @@
package io.emeraldpay.dshackle
enum class BlockchainType {
UNKNOWN, BITCOIN, ETHEREUM, STARKNET, POLKADOT;
UNKNOWN, BITCOIN, ETHEREUM, STARKNET, POLKADOT, SOLANA;
}

View File

@@ -664,3 +664,26 @@ chain-settings:
short-names: [ vara-testnet ]
chain-id: 0x0
grpcId: 10036
- id: solana
label: solana
type: solana
settings:
expected-block-time: 1s
options:
validate-peers: false
lags:
syncing: 20
lagging: 10
chains:
- id: Mainnet
priority: 1
code: SOLANA_MAINNET
short-names: [ solana ]
chain-id: 0x0
grpcId: 1028
- id: Testnet
priority: 1
code: SOLANA_TESTMET
short-names: [ solana-testnet ]
chain-id: 0x0
grpcId: 10037