Skip to content

Commit

Permalink
update with hero contract addr
Browse files Browse the repository at this point in the history
  • Loading branch information
leeduckgo committed Mar 19, 2024
1 parent d0951eb commit 950fa6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .env.local
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NEXT_PUBLIC_NFT_STORAGE_KEY=
NEXT_PUBLIC_WALLET_PRIVATE_KEY=
# NEXT_PUBLIC_DAPP_ADDRESS=0xbcc08877eff6ed346a29a946b097dde6093b5ad88738f711febe5a8f9daf9822 // not resource version.
NEXT_PUBLIC_DAPP_ADDRESS=0x4bf5718f3142ce8273579023e3d7c08a57bb30cba825afb3b2b1fade1cfa10cc
NEXT_PUBLIC_DAPP_ADDRESS=0x2378e31bc26587e1f9cec5afbc1b5abe92833c4eab9e184b3678e3635e505d9f
NEXT_PUBLIC_DAPP_NAME=hero
NEXT_PUBLIC_MARKET_FEE_NUMERATOR=10
NEXT_PUBLIC_MARKET_INITIAL_FUND=10000
Expand All @@ -19,3 +19,4 @@ NEXT_PUBLIC_APTOS_FAUCET_URL=https://faucet.devnet.aptoslabs.com/v1/

NEXT_PUBLIC_SUPABASE_KEY=
NEXT_PUBLIC_SUPABASE_URL=

2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default function Home() {
// console.log(collectionAddress);
const tokens = await provider.getTokenOwnedFromCollectionAddress(
account.address.toString(),
"0xeec058a336375649ea3a718750f74d94475880bce6d06ec5e32c7ed5dbfbbc8e",
"0x7f4b308068670092d911705c86241833a045fbe9a35fa7d94ec7b648c29ea1cf",
{
tokenStandard: "v2",
}
Expand Down

0 comments on commit 950fa6f

Please sign in to comment.