Skip to content

Commit

Permalink
initial version v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zapaz committed Dec 24, 2024
1 parent 4d95a17 commit be7bbee
Show file tree
Hide file tree
Showing 53 changed files with 2,358 additions and 3,343 deletions.
13 changes: 13 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
keys=(
ALCHEMY_API_KEY
ETHERSCAN_API_KEY
PUBLIC_WALLET_CONNECT_PROJECT_ID
)

for key in "${keys[@]}"; do
export $key=$(getSecret $key)
done

export PUBLIC_ALCHEMY_API_KEY=$ALCHEMY_API_KEY
export PUBLIC_BURNER_WALLET_KEY=0x8b3a350cf5c34c9194ca85829a2df0ec3153be0318b5e2d3348e872092edffba

23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wagmi-svelte5",
"private": true,
"version": "0.0.1",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite dev",
Expand All @@ -19,27 +19,28 @@
"@eslint/compat": "^1.2.4",
"@playwright/test": "^1.49.1",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.12.1",
"@sveltejs/vite-plugin-svelte": "^5.0.2",
"@wagmi/connectors": "^5.7.0",
"@wagmi/core": "^2.16.0",
"@sveltejs/kit": "^2.15.0",
"@sveltejs/vite-plugin-svelte": "^4.0.4",
"@wagmi/connectors": "^5.7.3",
"@wagmi/core": "^2.16.3",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.22",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.1",
"globals": "^15.13.0",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"svelte": "^5.14.2",
"svelte": "^5.15.0",
"svelte-check": "^4.1.1",
"svelte-hero-icons": "^5.2.0",
"svelte-hot-french-toast": "^1.0.0",
"tailwindcss": "^3.4.16",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.1",
"viem": "^2.21.55",
"vite": "^6.0.3",
"typescript-eslint": "^8.18.2",
"viem": "^2.21.57",
"vite": "^5.4.11",
"vitest": "^2.1.8"
}
}
Loading

0 comments on commit be7bbee

Please sign in to comment.