Skip to content

Commit

Permalink
🌤️ cftrimmer çalışır hale getir
Browse files Browse the repository at this point in the history
  • Loading branch information
KimlikDAO-bot committed Nov 30, 2023
1 parent f6e13ad commit 2e56d13
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion birim/cüzdan/ağlar.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const AğBilgileri = {
},
"0xa86a": {
ad: "Avalanche",
izleyici: "snowtrace.dev",
izleyici: "snowtrace.io",
tokenKodu: "AVAX",
tokenEki: dom.TR ? ["’tan", "’a"] : [],
rpcUrl: "api.avax.network/ext/bc/C/rpc",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"htmlparser2": "^9.0.0",
"svg-pathdata": "^6.0.3",
"svgexport": "^0.4.2",
"svgo": "^3.0.4",
"svgo": "^3.0.5",
"toml": "^3.0.0",
"uglify-js": "^3.16.2",
"vite": "^5.0.2",
"wrangler": "^3.17.1"
"vite": "^5.0.4",
"wrangler": "^3.18.0"
}
}
4 changes: 2 additions & 2 deletions tools/cftrimmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

EXT = ['', '.br', '.gz']

CF_CONFIG = toml.load('tools/prod.toml')
CF_CONFIG = toml.load('sunucu/prod.toml')
ROUTE = f"https://{CF_CONFIG['route']['pattern']}/"
ACCOUNT_ID = CF_CONFIG['account_id']
ZONE_ID = CF_CONFIG['zone_id']
Expand All @@ -38,7 +38,7 @@


def read_pages() -> str:
for line in open('Makefile'):
for line in open('sunucu/Makefile'):
if line.startswith('PAGES :='):
return line[8:].split()
assert False, "Sayfalar bulunamadı"
Expand Down

0 comments on commit 2e56d13

Please sign in to comment.