Skip to content

Commit

Permalink
chore: remove linea references
Browse files Browse the repository at this point in the history
  • Loading branch information
gosuto-inzasheru committed Jul 29, 2024
1 parent fd711d4 commit 3adb172
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions extras/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"fantom": 250,
"base": 8453,
"mode": 34443,
"linea": 59114,
"fraxtal": 252
},
"SCANNERS_BY_CHAIN": {
Expand All @@ -28,7 +27,6 @@
"fantom": "https://ftmscan.com/",
"base": "https://basescan.org/",
"mode": "https://modescan.io/",
"linea": "https://lineascan.build/",
"fraxtal": "https://fraxscan.com/"
},
"SCANNER_API_BY_CHAIN": {
Expand All @@ -44,7 +42,6 @@
"fantom": "https://api.ftmscan.com/api",
"base": "https://api.basescan.org/api",
"mode": "https://api.routescan.io/v2/network/mainnet/evm/34443/etherscan/api",
"linea": "https://api.lineascan.build/api",
"fraxtal": "https://api.fraxscan.com/api"
},
"BALANCER_PRODUCTION_CHAINS": [
Expand Down
5 changes: 0 additions & 5 deletions extras/multisigs.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,6 @@
"emergency": "0x66C4b8Ba38a7B57495b7D0581f25784E629516c2",
"dao": "0x4f22C2784Cbd2B24a172566491Ee73fee1A63c2e"
},
"linea": {
"lm": "0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e",
"emergency": "0x66C4b8Ba38a7B57495b7D0581f25784E629516c2",
"dao": "0x4f22C2784Cbd2B24a172566491Ee73fee1A63c2e"
},
"fraxtal": {
"lm": "0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e",
"emergency": "0xC66d0Ba27b8309D27cCa70064dfb40b73DB6de9E",
Expand Down
1 change: 0 additions & 1 deletion generate_current_permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
),
"avalanche": Web3(Web3.HTTPProvider(f"https://api.avax.network/ext/bc/C/rpc")),
### Less reliable RPCs first to fail fast :)
# "linea": Web3(Web3.HTTPProvider(f"https://linea-mainnet.infura.io/v3/{INFURA_KEY}")),
"mainnet": Web3(
Web3.HTTPProvider(f"https://eth-mainnet.g.alchemy.com/v2/{ALCHEMY_KEY}")
),
Expand Down

0 comments on commit 3adb172

Please sign in to comment.