File tree Expand file tree Collapse file tree 7 files changed +38
-3
lines changed Expand file tree Collapse file tree 7 files changed +38
-3
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ export const NETWORKS = [
9898 logo : "networks/celo.ico" ,
9999 } ,
100100 {
101- value : "gnosis" ,
101+ value : "gnosis-chain " ,
102102 label : "Gnosis Chain" ,
103103 chainId : 100 ,
104104 gnosisPrefix : "gno" ,
@@ -168,7 +168,7 @@ export const NETWORKS = [
168168 logo : "networks/base.ico" ,
169169 } ,
170170 {
171- value : "gnosis- chiado" ,
171+ value : "chiado" ,
172172 label : "Gnosis Chiado" ,
173173 chainId : 10200 ,
174174 gnosisPrefix : "chiado" ,
@@ -194,7 +194,42 @@ export const NETWORKS = [
194194 chainId : 747474 ,
195195 gnosisPrefix : "katana" ,
196196 logo : "networks/katana.ico" ,
197- }
197+ } ,
198+ {
199+ value : "botanix" ,
200+ label : "Botanix" ,
201+ chainId : 3637 ,
202+ gnosisPrefix : "botanix" ,
203+ logo : "networks/botanix.ico" ,
204+ } ,
205+ {
206+ value : "codex" ,
207+ label : "Codex" ,
208+ chainId : 81224 ,
209+ gnosisPrefix : "codex" ,
210+ logo : "networks/codex.ico" ,
211+ } ,
212+ {
213+ value : "opbnb" ,
214+ label : "opBNB" ,
215+ chainId : 204 ,
216+ gnosisPrefix : "opbnb" ,
217+ logo : "networks/opbnb.ico" ,
218+ } ,
219+ {
220+ value : "peaq" ,
221+ label : "Peaq" ,
222+ chainId : 3338 ,
223+ gnosisPrefix : "peaq" ,
224+ logo : "networks/peaq.ico" ,
225+ } ,
226+ {
227+ value : "xdc" ,
228+ label : "XDC" ,
229+ chainId : 50 ,
230+ gnosisPrefix : "xdc" ,
231+ logo : "networks/xdc.ico" ,
232+ } ,
198233 ] ;
199234
200235
You can’t perform that action at this time.
0 commit comments