Skip to content

Commit 340a34c

Browse files
authored
Merge pull request #1753 from Ulydev/master
add Hemi network to Spectra
2 parents e52ef18 + 5c26d10 commit 340a34c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/adaptors/spectra-v2/index.js

+6
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ const chains = {
3434
urlSlug: "sonic",
3535
SPECTRA: '0xb827e91c5cd4d6aca2fc0cd93a07db61896af40b',
3636
},
37+
43111: {
38+
name: 'hemi',
39+
slug: 'hemi',
40+
urlSlug: "hemi",
41+
SPECTRA: '0x392fca63e58C1870fBeC04Eb6518A75703Dd2954',
42+
},
3743
};
3844

3945
const poolId = (address, chainId) =>

0 commit comments

Comments
 (0)