Skip to content

Commit bfccaad

Browse files
authored
Merge pull request #60 from SocketDotTech/add-chains
feat: latest chains
2 parents b831798 + 70c4f69 commit bfccaad

File tree

2 files changed

+494
-12
lines changed

2 files changed

+494
-12
lines changed

src/components/Contracts/chainDetails.ts

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,32 @@ export const chainDetails = {
6565
blockExplorerUrl: "https://explorer.lyra.finance",
6666
logoURI: "/img/lyra-logo.png",
6767
},
68+
1024: {
69+
chainSlug: 1024,
70+
chainName: "Parallel",
71+
blockExplorerUrl: "https://explorer.parallel.fi",
72+
},
73+
1729: {
74+
chainSlug: 1729,
75+
chainName: "Reya Cronos Testnet",
76+
blockExplorerUrl: "https://reya-cronos.blockscout.com",
77+
},
6878
2999: {
6979
chainSlug: 2999,
7080
chainName: "Aevo",
7181
blockExplorerUrl: "https://explorer.aevo.xyz",
7282
logoURI: "/img/aevo-logo.png",
7383
},
84+
4665: {
85+
chainSlug: 4665,
86+
chainName: "Hook",
87+
blockExplorerUrl: "https://hook.calderaexplorer.xyz",
88+
},
89+
5000: {
90+
chainSlug: 5000,
91+
chainName: "Mantle",
92+
blockExplorerUrl: "https://explorer.mantle.xyz",
93+
},
7494
8453: {
7595
chainSlug: 8453,
7696
chainName: "Base",
@@ -137,10 +157,10 @@ export const chainDetails = {
137157
blockExplorerUrl: "https://explorer.toronto.sx.technology",
138158
logoURI: "/img/sx-logo.png",
139159
},
140-
2863311531: {
141-
chainSlug: 2863311531,
142-
chainName: "Ancient8 testnet",
143-
blockExplorerUrl: "https://testnet.a8scan.io",
160+
28122024: {
161+
chainSlug: 28122024,
162+
chainName: "Ancient8 testnet2",
163+
blockExplorerUrl: "https://scanv2-testnet.ancient8.gg",
144164
logoURI: "",
145165
},
146166
1399904803: {

0 commit comments

Comments
 (0)