diff --git a/.env.example b/.env.example index a6c0f1c..348b1d0 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -APP_VERSION=0.8.2 +APP_VERSION=0.8.3 NEXT_PUBLIC_PINATA_ENDPOINT_URL=https://api.pinata.cloud/pinning/pinFileToIPFS NEXT_PUBLIC_SG721_CODE_ID=2595 diff --git a/components/WalletProvider.tsx b/components/WalletProvider.tsx index 876b5b9..3581bbb 100644 --- a/components/WalletProvider.tsx +++ b/components/WalletProvider.tsx @@ -16,6 +16,19 @@ export const WalletProvider = ({ children }: { children: ReactNode }) => { ({ gasPrice: GasPrice.fromString(`${gasPrice}${feeToken}`), diff --git a/package.json b/package.json index 72ba123..691743e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stargaze-studio", - "version": "0.8.2", + "version": "0.8.3", "workspaces": [ "packages/*" ],