Skip to content

Commit

Permalink
Update chains.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Zena-park committed Apr 5, 2024
1 parent f8edce9 commit 04ddd41
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tokens/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ export const NETWORK_DATA: Record<Chain, Network> = {
),
layer: 2,
},
'thanos-sepolia': {
id: 111551118080,
name: 'Thanos-sepolia',
provider: new ethers.providers.StaticJsonRpcProvider(
'https://rpc.thanos-sepolia-test.tokamak.network'
),
layer: 2,
},
}

interface L2BridgeInformation {
Expand Down

0 comments on commit 04ddd41

Please sign in to comment.