File tree 1 file changed +2
-2
lines changed
Assets/Thirdweb/Examples/Scripts/Prefabs
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ public class Prefab_Marketplace : MonoBehaviour
12
12
private const string DROP_ERC721_CONTRACT = "0x8ED1C3618d70785d23E5fdE767058FA6cA6D9E43" ;
13
13
private const string TOKEN_ERC1155_CONTRACT = "0x82c488a1BC64ab3b91B927380cca9Db7bF347879" ;
14
14
private const string DROP_ERC1155_CONTRACT = "0x408308c85D7073192deEAcC1703E234A783fFfF1" ;
15
- private const string MARKETPLACE_CONTRACT = "0x3Dd51b530e9DBdD93087C321cbD9350f435f742C " ;
15
+ private const string MARKETPLACE_CONTRACT = "0x60b97Bf8C7b6dF9Ff6ebCE8536fB359A1985D8fe " ;
16
16
private const string PACK_CONTRACT = "0xC04104DE55dEC5d63542f7ADCf8171278942048E" ;
17
17
18
18
// Fetching
@@ -23,7 +23,7 @@ public async void Fetch_DirectListing()
23
23
{
24
24
Debugger . Instance . Log ( "Request Sent" , "Pending confirmation..." ) ;
25
25
var contract = ThirdwebManager . Instance . SDK . GetContract ( MARKETPLACE_CONTRACT ) ;
26
- var result = await contract . marketplace . directListings . GetListing ( "0 " ) ;
26
+ var result = await contract . marketplace . directListings . GetListing ( "1 " ) ;
27
27
Debugger . Instance . Log ( "[Fetch_DirectListing] Sucess" , result . ToString ( ) ) ;
28
28
}
29
29
catch ( System . Exception e )
You can’t perform that action at this time.
0 commit comments