Skip to content

Commit

Permalink
fix: fix Shibarium support
Browse files Browse the repository at this point in the history
  • Loading branch information
rkalis committed Dec 23, 2024
1 parent 9a37ded commit 2a5f2f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion cypress/e2e/chains.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ const TEST_ADDRESSES = {
[ChainId.AvalancheFujiTestnet]: '0x4D915A2f0a2c94b159b69D36bc26338E0ef8E3F6',
[ChainId.BaseSepoliaTestnet]: '0xF85A57d965aEcD289c625Cae6161d0Ab5141bC66',
[ChainId.BeamTestnet]: '0xc1447c8c647eF2f564cEAe520E1b65C758A02f9F',
[ChainId.BerachainArtio]: '0x1F8C24902fbe49c235aD89F93d0C06CD699B0dfE',
[ChainId.BerachainbArtio]: '0xF81b9D1d7e50De9c9D0948815d87519BEb087A94',
[ChainId.BlastSepoliaTestnet]: '0x01208040F4DB383c9f73C023d3c00a5F15bE5bCa',
[ChainId.BNBSmartChainTestnet]: '0x40FE4911704f14f409ebEE40475377720C732803',
Expand Down
3 changes: 2 additions & 1 deletion lib/utils/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2019,10 +2019,11 @@ export const CHAINS = {
priceStrategy: undefined, // TODO
}),
[ChainId.Shibarium]: new Chain({
type: SupportType.PROVIDER,
type: SupportType.ETHERSCAN_COMPATIBLE,
chainId: ChainId.Shibarium,
name: 'Shibarium',
logoUrl: '/assets/images/vendor/chains/shibarium.svg',
etherscanCompatibleApiUrl: 'https://www.shibariumscan.io/api',
deployedContracts: { ...MULTICALL },
priceStrategy: undefined, // TODO
}),
Expand Down

0 comments on commit 2a5f2f9

Please sign in to comment.