Skip to content

Commit cd5c4ba

Browse files
authored
add tac support (#207)
* add tac support * add tac spb testnet
1 parent 017fc4d commit cd5c4ba

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

chains.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3883,3 +3883,26 @@ chain-settings:
38833883
receipts:
38843884
block: 1
38853885
hash: "0x66823c78ea5130f01085462fb4ab2c9e3c4903f69d67d43e11aa536f9b28df4a"
3886+
- id: tac
3887+
label: Tac
3888+
type: eth
3889+
settings:
3890+
options:
3891+
validate-peers: false
3892+
expected-block-time: 1s
3893+
lags:
3894+
syncing: 6
3895+
lagging: 2
3896+
chains:
3897+
- id: Mainnet
3898+
priority: 100
3899+
code: TAC_MAINNET
3900+
short-names: [tac, tacchain, tac-mainnet]
3901+
chain-id: 0xef
3902+
grpcId: 1153
3903+
- id: SPB
3904+
priority: 30
3905+
code: TAC_SPB_TESTNET
3906+
short-names: [tac-spb, tac-testnet]
3907+
chain-id: 0x957
3908+
grpcId: 10191

0 commit comments

Comments
 (0)