Skip to content

Commit

Permalink
Prepare v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thiscaspar committed Dec 5, 2024
1 parent 5daf0a2 commit 4178a46
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 22 deletions.
11 changes: 2 additions & 9 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
PUBLIC_RPC_URL=http://localhost:5050
PUBLIC_TORII_URL=http://localhost:8080
PUBLIC_RELAY_URL=http://localhost:8080
PUBLIC_SERVER_URL=http://localhost:3000
MASTER_ADDRESS=0x3c4dd268780ef738920c801edc3a75b6337bc17558c74795b530c0ff502486
MASTER_PRIVATE_KEY=0x2bbf4f9fd0bbb2e60b0316c1fe0b76cf7a4d0198bd493ced9b8df2a3a24d68a
WORLD_ADDRESS=0x2bf4d3aa0dced89d37d8c3b4ff6a05895c0af32ff3baf9b02abf8504e53eaad
ACCOUNT_CLASS_HASH=0x05400e90f7e0ae78bd02c77cd75527280470e2fe19c54970dd79dc37a9d3645c
FEETOKEN_ADDRESS=0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7
DEPLOYMENT=local
DEPLOYMENTS_URL=https://raw.githubusercontent.com/pixelaw/config/refs/heads/main/web.config.json
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.1
0.5.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pixelaw-web",
"private": true,
"version": "0.5.1",
"version": "0.5.2",
"type": "module",
"packageManager": "[email protected]",
"license": "MIT",
Expand Down
13 changes: 2 additions & 11 deletions src/vite-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,12 @@
type ImportMetaEnv = {
// Auto-generated by `npx vite-envs update-types` and hot-reloaded by the `vite-env` plugin
// You probably want to add `/src/vite-env.d.ts` to your .prettierignore
VITE_NETWORK: string
VITE_WORLD_ADDRESS: string
BASE_URL: string
MODE: string
DEV: boolean
PROD: boolean
PUBLIC_RPC_URL: string
PUBLIC_TORII_URL: string
PUBLIC_RELAY_URL: string
PUBLIC_SERVER_URL: string
MASTER_ADDRESS: string
MASTER_PRIVATE_KEY: string
WORLD_ADDRESS: string
ACCOUNT_CLASS_HASH: string
FEETOKEN_ADDRESS: string
DEPLOYMENT: string
DEPLOYMENTS_URL: string
// @user-defined-start
/*
* Here you can define your own special variables
Expand Down
File renamed without changes.

0 comments on commit 4178a46

Please sign in to comment.