-
Notifications
You must be signed in to change notification settings - Fork 0
/
pinax.types.ts
85 lines (85 loc) · 1.29 KB
/
pinax.types.ts
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
// This file is auto-generated on pre-commit to avoid maintaining it / circular dependencies.
// Do not modify manually as it will be overwritten.
// Last generation on 11/18/2024, 10:34:01 PM.
export type PinaxID =
| 'celo'
| 'alfajores'
| 'telos'
| 'telostest'
| 'zkastar'
| 'zkatana'
| 'zkyoto'
| 'decimal'
| 'x-layer'
| 'arbone'
| 'arbsepolia'
| 'arbgoerli'
| 'moonbeam'
| 'arweave'
| 'wax'
| 'waxtest'
| 'optimism'
| 'opsepolia'
| 'scroll'
| 'scrsepolia'
| 'mode'
| 'fantom'
| 'boba'
| 'bobasepolia'
| 'bobabnb'
| 'fuse'
| 'cosmoshub'
| 'theta'
| 'juno'
| 'kava'
| 'ronin'
| 'solana'
| 'polygon'
| 'mumbai'
| 'amoy'
| 'polygonzk'
| 'cardona'
| 'bsc'
| 'chapel'
| 'opbnb'
| 'xai'
| 'osmosis'
| 'bitcoin'
| 'ux'
| 'zora'
| 'zksync'
| 'moonriver'
| 'avalanche'
| 'blast'
| 'blastsepolia'
| 'near'
| 'neartest'
| 'eth'
| 'eth-cl'
| 'holesky-cl'
| 'goerli-cl'
| 'sepolia-cl'
| 'holesky'
| 'sepolia'
| 'goerli'
| 'starknet'
| 'starksepolia'
| 'sei'
| 'cronos'
| 'ore'
| 'orestage'
| 'arbnova'
| 'cardano'
| 'linea'
| 'eos'
| 'jungle4'
| 'kylin'
| 'jungle4evm'
| 'eosevm'
| 'base'
| 'basesepolia'
| 'gnosis'
| 'chiado-cl'
| 'gnosis-cl'
| 'chiado'
| 'litecoin';