-
Notifications
You must be signed in to change notification settings - Fork 16
/
pubspec.yaml
51 lines (47 loc) · 1.25 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
name: chia_crypto_utils
description: Chia Crypto Utils repository provides an object model for working with Chia primitives serving as a basis for a Chia client.
version: 1.0.21
repository: https://github.com/irulast/chia-crypto-utils
environment:
sdk: ">=2.19.0 <4.0.0"
dependencies:
args: ^2.3.1
bech32: ^0.2.1
bech32m_i: ^0.2.2
bip39: ^1.0.6
bitcoin_base_i: ^0.5.0
bs58: ^1.0.2
bs58check: ^1.0.2
collection: ^1.16.0
compute: ^1.0.2
crypto: ^3.0.1
csv: ^6.0.0
deep_pick: ^1.0.0
equatable: ^2.0.5
get_it: ^7.2.0
hex: ^0.2.0
http: ^1.2.1
injector: ^3.0.0
intl: ^0.19.0
meta: ^1.7.0
path: ^1.8.1
quiver: ^3.0.1+1
synchronized: ^3.0.1
tuple: ^2.0.2
uuid: ^4.4.0
walletconnect_dart_v2_i: ^2.1.9
yaml: ^3.1.1
dev_dependencies:
lints: ^4.0.0
test: ^1.19.3
test_process: ^2.1.0
very_good_analysis: ^5.1.0
integration_test:
sdk: flutter
false_secrets:
- /lib/src/networks/chia/mainnet/ssl/private_full_node.key
- /lib/src/networks/chia/mainnet/ssl/public_full_node.key
- /lib/src/networks/chia/testnet0/ssl/private_full_node.key
- /lib/src/networks/chia/testnet0/ssl/public_full_node.key
- /lib/src/networks/chia/testnet10/ssl/private_full_node.key
- /lib/src/networks/chia/testnet10/ssl/public_full_node.key