Skip to content

Commit

Permalink
add solana devnet (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
a10zn8 authored Nov 30, 2023
1 parent 245a6d5 commit 9696f06
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion emerald-grpc
10 changes: 8 additions & 2 deletions foundation/src/main/resources/chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -686,14 +686,20 @@ chain-settings:
lagging: 20
chains:
- id: Mainnet
priority: 1
priority: 100
code: SOLANA_MAINNET
short-names: [ solana ]
chain-id: 0x0
grpcId: 1028
- id: Testnet
priority: 1
priority: 10
code: SOLANA_TESTMET
short-names: [ solana-testnet ]
chain-id: 0x0
grpcId: 10037
- id: Devnet
priority: 1
code: SOLANA_DEVNET
short-names: [ solana-devnet ]
chain-id: 0x0
grpcId: 10039

0 comments on commit 9696f06

Please sign in to comment.