Skip to content

Commit

Permalink
fix: update base values
Browse files Browse the repository at this point in the history
  • Loading branch information
wsdt committed Nov 18, 2024
1 parent 31d9330 commit edaedf0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VITE_SMART_CONTRACT=0xdc11f7e700a4c898ae5caddb1082cffa76512add
VITE_RPC_PROVIDER=http://localhost:9545
VITE_SNAP_ORIGIN=local:http://localhost:8080
VITE_SNAP_VERSION=1.1.6
VITE_SNAP_VERSION=1.1.7
2 changes: 1 addition & 1 deletion frontend/.env-boba-sepolia
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VITE_SMART_CONTRACT=0x224392754d925411ff4e21ae979b33662dee009f
VITE_RPC_PROVIDER=https://sepolia.boba.network
VITE_SNAP_ORIGIN=npm:@bobanetwork/snap-account-abstraction-keyring-hc
VITE_SNAP_VERSION=1.1.6
VITE_SNAP_VERSION=1.1.7
2 changes: 1 addition & 1 deletion frontend/.env-boba-sepolia-snaplocal
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VITE_SMART_CONTRACT=0xc8d1507b62aeb0aca00cb91441d19559fb68f15f
VITE_RPC_PROVIDER=https://sepolia.boba.network
VITE_SNAP_ORIGIN=local:http://localhost:8080
VITE_SNAP_VERSION=1.1.6
VITE_SNAP_VERSION=1.1.7
2 changes: 1 addition & 1 deletion frontend/.env-local
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
VITE_SMART_CONTRACT=0x09635f643e140090a9a8dcd712ed6285858cebef
VITE_RPC_PROVIDER=http://localhost:9545
VITE_SNAP_ORIGIN=local:http://localhost:8080
VITE_SNAP_VERSION=1.1.6
VITE_SNAP_VERSION=1.1.7
2 changes: 1 addition & 1 deletion frontend/.env-local-boba-sepolia-snaplocal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

VITE_SMART_CONTRACT=0x224392754d925411ff4e21ae979b33662dee009f
VITE_SNAP_ORIGIN=local:http://localhost:8080
VITE_SNAP_VERSION=1.1.6
VITE_SNAP_VERSION=1.1.7
VITE_RPC_PROVIDER=https://sepolia.boba.network

0 comments on commit edaedf0

Please sign in to comment.