Skip to content

Commit

Permalink
Linea support
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboydiamonds committed Jul 22, 2024
1 parent 30b0118 commit 5c37abc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import {
optimism,
polygon,
scroll,
linea,
} from '@wagmi/core/chains'

import { dfk, dogechain } from '@/constants/chains/extraWagmiChains'
Expand Down Expand Up @@ -45,6 +46,7 @@ export const supportedChains = [
dogechain,
boba,
harmonyOne,
linea,
].map((chain) => {
return {
...chain,
Expand Down
1 change: 1 addition & 0 deletions packages/synapse-interface/constants/tokens/bridgeable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,7 @@ export const ETH = new Token({
[CHAINS.DFK.id]: '0xfBDF0E31808d0aa7b9509AA6aBC9754E48C58852',
[CHAINS.BLAST.id]: zeroAddress,
[CHAINS.SCROLL.id]: zeroAddress,
[CHAINS.LINEA.id]: zeroAddress,
},
decimals: 18,
symbol: 'ETH',
Expand Down
1 change: 1 addition & 0 deletions packages/synapse-interface/scripts/data/providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"42161": "https://arbitrum-one.publicnode.com",
"43114": "https://api.avax.network/ext/bc/C/rpc",
"53935": "https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc",
"59144": "https://rpc.linea.build",
"534352": "https://rpc.scroll.io",
"1313161554": "https://mainnet.aurora.dev",
"1666600000": "https://api.s0.t.hmny.io"
Expand Down

0 comments on commit 5c37abc

Please sign in to comment.