Skip to content

Commit

Permalink
add linea url
Browse files Browse the repository at this point in the history
  • Loading branch information
fksyuan committed Dec 12, 2024
1 parent 9a21e4b commit df1ef2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ hekla = "https://rpc.hekla.taiko.xyz"
holesky = "https://ethereum-holesky-rpc.publicnode.com"
mumbai = "https://polygon-mumbai-bor.publicnode.com"
scrollsepolia = "https://sepolia-rpc.scroll.io/"
lineasepolia = "https://linea-sepolia.infura.io/v3/b6bf7d3508c941499b10025c0776eaf8"

#mainnet
arbitrumone = "https://arb1.arbitrum.io/rpc"
linea = "https://linea-mainnet.infura.io/v3/b6bf7d3508c941499b10025c0776eaf8"
polygon = "https://polygon-rpc.com/"
bsc = "https://bsc-dataseed.binance.org"
opbnb = "https://opbnb-rpc.publicnode.com"
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "@primuslabs/zktls-contracts",
"version": "0.1.0",
"description": "Primus zkTLS contracts",
"repository": {
"type": "git",
"url": "https://github.com/primus-labs/zktls-contracts.git"
},
"main": "index.js",
"files": [
"./src"
Expand Down

0 comments on commit df1ef2e

Please sign in to comment.