Skip to content

Commit

Permalink
[FIX] Chains
Browse files Browse the repository at this point in the history
  • Loading branch information
JSanchezFDZ committed Jul 17, 2024
1 parent 64702b8 commit 6b62200
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions typescript/src/lib/contracts/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,22 +48,14 @@ export type ChainMapping = {
* List of chain mappings supported by tBTC v2 contracts.
*/
export const ChainMappings: ChainMapping[] = [
// Ethereum Mainnet to Base + TESTNETs
{
ethereum: Chains.Ethereum.Mainnet,
base: Chains.Base.Base,
},
{
ethereum: Chains.Ethereum.Sepolia,
base: Chains.Base.BaseSepolia,
},
// Ethereum Mainnet to Arbitrum + TESTNETs
{
ethereum: Chains.Ethereum.Mainnet,
arbitrum: Chains.Arbitrum.Arbitrum,
},
{
ethereum: Chains.Ethereum.Sepolia,
base: Chains.Base.BaseSepolia,
arbitrum: Chains.Arbitrum.ArbitrumSepolia,
},
}

Check failure on line 60 in typescript/src/lib/contracts/chain.ts

View workflow job for this annotation

GitHub Actions / typescript-format

Insert `,`
]

0 comments on commit 6b62200

Please sign in to comment.