Skip to content

Commit

Permalink
rename lens testnet, update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets committed Nov 27, 2024
1 parent 207b98a commit 988fc68
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
Binary file modified bun.lockb
Binary file not shown.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.4",
"version": "0.6.5",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -18,12 +18,11 @@
"all": "bun generate:types && bun validate && bun generate:registry && bun format && bun format:check"
},
"devDependencies": {
"@types/bun": "1",
"@types/bun": "^1.1.14",
"ajv": "^8.17.1",
"ajv-cli": "^5.0.0",
"ajv-formats": "^3.0.1",
"json-schema-to-typescript": "^15.0.3",
"prettier": "^3.3.3",
"wrangler": "3.86.0"
"json-schema-to-typescript": "15.0.3",
"prettier": "3.4.1"
}
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"id": "lens-sepolia",
"id": "lens-testnet",
"shortName": "Lens",
"secondName": "Sepolia",
"fullName": "Lens Sepolia Testnet",
"aliases": ["evm-37111", "lens-testnet"],
"fullName": "Lens Testnet",
"aliases": ["evm-37111", "lens-sepolia"],
"caip2Id": "eip155:37111",
"graphNode": { "protocol": "ethereum" },
"explorerUrls": ["https://block-explorer.testnet.lens.dev"],
Expand All @@ -16,7 +15,7 @@
],
"networkType": "testnet",
"relations": [
{ "kind": "testnetOf", "network": "lens-sepolia" },
{ "kind": "testnetOf", "network": "lens-testnet" },
{ "kind": "l2Of", "network": "sepolia" }
],
"services": {},
Expand Down

0 comments on commit 988fc68

Please sign in to comment.