Skip to content

Commit

Permalink
Merge pull request #389 from BalancerMaxis/chore/remove_linea_references
Browse files Browse the repository at this point in the history
chore: remove linea references
  • Loading branch information
gosuto-inzasheru authored Aug 1, 2024
2 parents 5d22dda + e21d393 commit aeab749
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 158 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
11 changes: 0 additions & 11 deletions extras/linea.json

This file was deleted.

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: 1 addition & 0 deletions generate_current_permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from web3 import Web3
from bal_tools import Web3Rpc


DRPC_KEY = os.getenv("DRPC_KEY")


Expand Down
3 changes: 1 addition & 2 deletions outputs/gauges.json
Original file line number Diff line number Diff line change
Expand Up @@ -585,12 +585,11 @@
"80MODE/20ezETH-gauge-b200": "0xb2007b8b7e0260042517f635cfd8e6dd2dd7f007",
"USDT/USDC -gauge-d7c5": "0xd7c5c2b75d4133f5914f4239824d0c789ac2d3ce"
},
"linea": {},
"fraxtal": {
"sFRAX/sDAI/sUSDe-gauge-275e": "0x275e8514b83479f526673327b279753abc666a05",
"sFRAX/sDAI-gauge-34e0": "0x34e040bc0342ebbfbc7a6306eb1b8e6579185c94",
"sFRAX/sfrxETH-gauge-71c3": "0x71c365fb739fafdba44b1564558849216de69958",
"FRAX/USDe/DAI/USDT/USDC -gauge-9826": "0x982653b874b059871a46f66120c69503fe391979",
"FRAX/USDe-gauge-f99d": "0xf99d875dd868277cf3780f51d69c6e1f8522a1e9"
}
}
}
70 changes: 0 additions & 70 deletions outputs/linea.json

This file was deleted.

63 changes: 0 additions & 63 deletions outputs/linea_reverse.json

This file was deleted.

3 changes: 1 addition & 2 deletions outputs/pools.json
Original file line number Diff line number Diff line change
Expand Up @@ -6072,7 +6072,6 @@
"TEST-cb52": "0xcb528cfe5efc65a77901d20b3e899ecd9a8190b7",
"80MODE/20ezETH-cf37": "0xcf376bc82686be7f88fa8936c18c62a2f11c4003"
},
"linea": {},
"fraxtal": {
"sFRAX/sfrxETH-1570": "0x1570315476480fa80cec1fff07a20c1df1adfd53",
"TEST-1fb5": "0x1fb5653b800fa675f7b791652cf60d264198e5f2",
Expand All @@ -6086,4 +6085,4 @@
"50wfrxETH/50USDC-af12": "0xaf125dc597aeac3d3f9f467584275bfaa8b9c08d",
"TEST-bbcd": "0xbbcdb19d0fb506e5e1a186a8893cf5c51c8deff2"
}
}
}
3 changes: 1 addition & 2 deletions outputs/subgraph_urls.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,9 @@
"gauges": "https://api.studio.thegraph.com/query/75376/balancer-gauges-mode/version/latest",
"blocks": "https://api.studio.thegraph.com/query/48427/bleu-mode-blocks/version/latest"
},
"linea": {},
"fraxtal": {
"core": "https://api.goldsky.com/api/public/project_clwhu1vopoigi01wmbn514m1z/subgraphs/balancer-fraxtal-v2/1.0.0/gn",
"gauges": "https://api.goldsky.com/api/public/project_clwhu1vopoigi01wmbn514m1z/subgraphs/balancer-gauges-fraxtal/1.0.0/gn",
"blocks": "https://api.goldsky.com/api/public/project_clwhu1vopoigi01wmbn514m1z/subgraphs/fraxtal-blocks/1.0.0/gn"
}
}
}

0 comments on commit aeab749

Please sign in to comment.