@@ -38,6 +38,7 @@ const SHOULD_SHOW_ALERT = {
38
38
[ SupportedChainId . CELO ] : true ,
39
39
[ SupportedChainId . CELO_ALFAJORES ] : true ,
40
40
[ SupportedChainId . LUX ] : true ,
41
+ [ SupportedChainId . LUX_TESTNET ] : true ,
41
42
}
42
43
43
44
type NetworkAlertChains = keyof typeof SHOULD_SHOW_ALERT
@@ -56,6 +57,8 @@ const BG_COLORS_BY_DARK_MODE_AND_CHAIN_ID: {
56
57
'radial-gradient(182.71% 150.59% at 2.81% 7.69%, rgba(90, 190, 170, 0.15) 0%, rgba(80, 160, 40, 0.15) 100%)' ,
57
58
[ SupportedChainId . LUX ] :
58
59
'radial-gradient(182.71% 150.59% at 2.81% 7.69%, rgba(90, 190, 170, 0.15) 0%, rgba(80, 160, 40, 0.15) 100%)' ,
60
+ [ SupportedChainId . LUX_TESTNET ] :
61
+ 'radial-gradient(182.71% 150.59% at 2.81% 7.69%, rgba(90, 190, 170, 0.15) 0%, rgba(80, 160, 40, 0.15) 100%)' ,
59
62
[ SupportedChainId . OPTIMISM ] :
60
63
'radial-gradient(948% 292% at 42% 0%, rgba(255, 58, 212, 0.01) 0%, rgba(255, 255, 255, 0.04) 100%),radial-gradient(98% 96% at 2% 0%, rgba(255, 39, 39, 0.01) 0%, rgba(235, 0, 255, 0.01) 96%)' ,
61
64
[ SupportedChainId . OPTIMISM_GOERLI ] :
@@ -74,6 +77,8 @@ const BG_COLORS_BY_DARK_MODE_AND_CHAIN_ID: {
74
77
'radial-gradient(182.71% 150.59% at 2.81% 7.69%, rgba(63, 208, 137, 0.15) 0%, rgba(49, 205, 50, 0.15) 100%)' ,
75
78
[ SupportedChainId . LUX ] :
76
79
'radial-gradient(182.71% 150.59% at 2.81% 7.69%, rgba(63, 208, 137, 0.15) 0%, rgba(49, 205, 50, 0.15) 100%)' ,
80
+ [ SupportedChainId . LUX_TESTNET ] :
81
+ 'radial-gradient(182.71% 150.59% at 2.81% 7.69%, rgba(63, 208, 137, 0.15) 0%, rgba(49, 205, 50, 0.15) 100%)' ,
77
82
[ SupportedChainId . CELO_ALFAJORES ] :
78
83
'radial-gradient(182.71% 150.59% at 2.81% 7.69%, rgba(63, 208, 137, 0.15) 0%, rgba(49, 205, 50, 0.15) 100%)' ,
79
84
[ SupportedChainId . OPTIMISM ] :
@@ -139,6 +144,7 @@ const TEXT_COLORS: { [chainId in NetworkAlertChains]: string } = {
139
144
[ SupportedChainId . POLYGON_MUMBAI ] : 'rgba(130, 71, 229)' ,
140
145
[ SupportedChainId . CELO ] : 'rgba(53, 178, 97)' ,
141
146
[ SupportedChainId . LUX ] : 'rgba(53, 178, 97)' ,
147
+ [ SupportedChainId . LUX_TESTNET ] : 'rgba(53, 178, 97)' ,
142
148
[ SupportedChainId . CELO_ALFAJORES ] : 'rgba(53, 178, 97)' ,
143
149
[ SupportedChainId . OPTIMISM ] : '#ff3856' ,
144
150
[ SupportedChainId . OPTIMISM_GOERLI ] : '#ff3856' ,
0 commit comments