@tria-sdk/constants 1.0.60 → 1.0.61

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,9 +1,14 @@
1
1
  {
2
2
  "name": "@tria-sdk/constants",
3
- "version": "1.0.60",
3
+ "version": "1.0.61",
4
4
  "description": "",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
+ "scripts": {
8
+ "test": "echo \"Error: no test specified\" && exit 1",
9
+ "rollup": "rollup -c",
10
+ "build": "tsc"
11
+ },
7
12
  "devDependencies": {
8
13
  "typescript": "^5.3.3",
9
14
  "typescript-tools": "^0.3.1",
@@ -12,10 +17,5 @@
12
17
  },
13
18
  "keywords": [],
14
19
  "author": "",
15
- "license": "ISC",
16
- "scripts": {
17
- "test": "echo \"Error: no test specified\" && exit 1",
18
- "rollup": "rollup -c",
19
- "build": "tsc"
20
- }
21
- }
20
+ "license": "ISC"
21
+ }
package/src/chains.ts CHANGED
@@ -301,13 +301,13 @@ export const chainNameToLogoAverageColor: { [key: string]: string } = {
301
301
  MUMBAI: "rgba(131,69,231,0.7)",
302
302
  FUSESPARK: "rgba(180,249,185,0.7)",
303
303
  FUSE: "rgba(180,249,185,0.7)",
304
- MANTA: "rgba(255,0,0,0.7)",
305
- "MANTA-TESTNET": "rgba(255,0,0,0.7)",
306
- "METIS-TESTNET": "rgba(255,0,214,0.7)",
307
- METIS: "rgba(255,0,214,0.7)",
304
+ MANTA: "rgba(98,126,235,0.7)",
305
+ "MANTA-TESTNET": "rgba(98,126,235,0.7)",
306
+ "METIS-TESTNET": "rgba(18,171,225,0.7)",
307
+ METIS: "rgba(18,171,225,0.7)",
308
308
  SOLANA: "UNDETERMINED",
309
- "MANTLE-TESTNET": "rgba(255,0,0,0.7)",
310
- MANTLE: "rgba(255,0,0,0.7)",
309
+ "MANTLE-TESTNET": "UNDETERMINED",
310
+ MANTLE: "UNDETERMINED",
311
311
  "BITLAYER-TESTNET": "rgba(226,110,26,0.7)",
312
312
  "ZKLINK-NOVA": "UNDETERMINED",
313
313
  "ZKLINK-NOVA-TESTNET": "UNDETERMINED",
@@ -1,5 +0,0 @@
1
-
2
- 
3
- > @tria-sdk/constants@1.0.52 build /Users/karamali/Repos/tria-monorepo/packages/constants
4
- > tsc
5
-
package/dist/chains.d.ts DELETED
@@ -1,180 +0,0 @@
1
- export declare const mumbai = "MUMBAI";
2
- export declare const polygon = "POLYGON";
3
- export declare const ethereum = "ETH";
4
- export declare const fuse = "FUSE";
5
- export declare const fuseSpark = "FUSESPARK";
6
- export declare const zkLink: string;
7
- export declare const zkLinkTestnet: string;
8
- export declare const bitlayerTestnet: string;
9
- export declare const bitlayerMainnet: string;
10
- export declare const neoxTestnet: string;
11
- export declare const sepolia: string;
12
- export declare const polygonAmoy: string;
13
- export declare const vanarTestnet: string;
14
- export declare const skaleTestnet: string;
15
- export type ZKLINK = "ZKLINK-NOVA";
16
- export type ZKLINK_TESTNET = "ZKLINK-NOVA-TESTNET";
17
- export type BITLAYER_TESTNET = "BITLAYER-TESTNET";
18
- export type BITLAYER_MAINNET = "BITLAYER-MAINNET";
19
- export type NEOX_TESTNET = "NEOX-TESTNET";
20
- export type SEPOLIA = "SEPOLIA";
21
- export type AMOY = "AMOY";
22
- export type VANGUARD_VANAR_TESTNET = "VANGUARD-VANAR-TESTNET";
23
- export type SKALE_TESTNET = "SKALE-TESTNET";
24
- export declare const TESTNET_CHAINS: string[];
25
- export declare const SUPPORTED_EVM_CHAINS: string[];
26
- export declare const GAS_ABS_ENABLED_CHAINS: string[];
27
- export declare const AA_SUPPORTED_EVM_CHAINS: string[];
28
- export declare const ALLCHAINS: string[];
29
- export declare const networks: {
30
- chainName: string;
31
- logo: string;
32
- type: string;
33
- }[];
34
- export declare const chainNameToLogo: {
35
- [x: string]: string;
36
- ETH: string;
37
- FANTOM: string;
38
- POLYGON: string;
39
- AVALANCHE: string;
40
- OPTIMISM: string;
41
- ARBITRUM: string;
42
- LINEA: string;
43
- MUMBAI: string;
44
- FUSE: string;
45
- FUSESPARK: string;
46
- BINANCE: string;
47
- MANTA: string;
48
- "MANTA-TESTNET": string;
49
- METIS: string;
50
- "METIS-TESTNET": string;
51
- MANTLE: string;
52
- "MANTLE-TESTNET": string;
53
- SOLANA: string;
54
- };
55
- export declare const chainNameToLogoAverageColor: {
56
- [key: string]: string;
57
- };
58
- export declare const chainNameToLogoBlack: {
59
- [x: string]: string;
60
- ETH: string;
61
- BINANCE: string;
62
- FANTOM: string;
63
- POLYGON: string;
64
- AVALANCHE: string;
65
- OPTIMISM: string;
66
- ARBITRUM: string;
67
- LINEA: string;
68
- MUMBAI: string;
69
- FUSE: string;
70
- FUSESPARK: string;
71
- MANTA: string;
72
- "MANTA-TESTNET": string;
73
- METIS: string;
74
- "METIS-TESTNET": string;
75
- MANTLE: string;
76
- "MANTLE-TESTNET": string;
77
- SOLANA: string;
78
- };
79
- export declare const chainNameToLogoBlackAverageColor: {
80
- FANTOM: {
81
- color: string;
82
- count: number;
83
- }[];
84
- POLYGON: {
85
- color: string;
86
- count: number;
87
- }[];
88
- ETH: {
89
- color: string;
90
- count: number;
91
- }[];
92
- SEPOLIA: {
93
- color: string;
94
- count: number;
95
- }[];
96
- AMOY: {
97
- color: string;
98
- count: number;
99
- }[];
100
- ARBITRUM: {
101
- color: string;
102
- count: number;
103
- }[];
104
- OPTIMISM: {
105
- color: string;
106
- count: number;
107
- }[];
108
- LINEA: {
109
- color: string;
110
- count: number;
111
- }[];
112
- AVALANCHE: {
113
- color: string;
114
- count: number;
115
- }[];
116
- MUMBAI: {
117
- color: string;
118
- count: number;
119
- }[];
120
- FUSE: {
121
- color: string;
122
- count: number;
123
- }[];
124
- FUSESPARK: {
125
- color: string;
126
- count: number;
127
- }[];
128
- MANTA: {
129
- color: string;
130
- count: number;
131
- }[];
132
- "MANTA-TESTNET": {
133
- color: string;
134
- count: number;
135
- }[];
136
- METIS: {
137
- color: string;
138
- count: number;
139
- }[];
140
- "METIS-TESTNET": {
141
- color: string;
142
- count: number;
143
- }[];
144
- SOLANA: {
145
- color: string;
146
- count: number;
147
- }[];
148
- "MANTLE-TESTNET": {
149
- color: string;
150
- count: number;
151
- }[];
152
- MANTLE: {
153
- color: string;
154
- count: number;
155
- }[];
156
- "ZKLINK-NOVA-TESTNET": {
157
- color: string;
158
- count: number;
159
- }[];
160
- "ZKLINK-NOVA": {
161
- color: string;
162
- count: number;
163
- }[];
164
- "BITLAYER-TESTNET": {
165
- color: string;
166
- count: number;
167
- }[];
168
- "NEOX-TESTNET": {
169
- color: string;
170
- count: number;
171
- }[];
172
- "VANGUARD-VANAR-TESTNET": {
173
- color: string;
174
- count: number;
175
- }[];
176
- BINANCE: {
177
- color: string;
178
- count: number;
179
- }[];
180
- };