We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd5c4ba commit 77cb574Copy full SHA for 77cb574
1 file changed
chains.yaml
@@ -3906,3 +3906,26 @@ chain-settings:
3906
short-names: [tac-spb, tac-testnet]
3907
chain-id: 0x957
3908
grpcId: 10191
3909
+ - id: tea
3910
+ label: Tea
3911
+ type: eth
3912
+ settings:
3913
+ options:
3914
+ validate-peers: false
3915
+ expected-block-time: 2s
3916
+ lags:
3917
+ syncing: 40
3918
+ lagging: 20
3919
+ chains:
3920
+ - id: Mainnet
3921
+ priority: 100
3922
+ code: TEA_MAINNET
3923
+ short-names: [tea]
3924
+ chain-id: 0x17ea
3925
+ grpcId: 1154
3926
+ - id: Sepolia
3927
+ priority: 30
3928
+ code: TEA_SEPOLIA
3929
+ short-names: [tea-sepolia]
3930
+ chain-id: 0x27ea
3931
+ grpcId: 10192
0 commit comments