Skip to content

Commit 5a31ac4

Browse files
add support of new networks and fix issue with gnosis chain (#67)
1 parent 5438bcd commit 5a31ac4

File tree

7 files changed

+38
-3
lines changed

7 files changed

+38
-3
lines changed

app/app/constants.ts

Lines changed: 38 additions & 3 deletions
Original file line numberDiff line numberDiff 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

app/public/networks/botanix.ico

4.19 KB
Binary file not shown.

app/public/networks/codex.ico

4.19 KB
Binary file not shown.

app/public/networks/opbnb.ico

4.19 KB
Binary file not shown.

app/public/networks/peaq.ico

4.19 KB
Binary file not shown.

app/public/networks/xdc.ico

4.19 KB
Binary file not shown.

safe_hashes.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)