diff --git a/Config/SequenceConfig.ini b/Config/SequenceConfig.ini index 14f8e843..a50f5021 100644 --- a/Config/SequenceConfig.ini +++ b/Config/SequenceConfig.ini @@ -1,7 +1,7 @@ [/Script/Sequence.Config] FallbackEncryptionKey = "aaaabbbbccccddddaaaabbbbccccdddd" -WaaSConfigKey = "eyJwcm9qZWN0SWQiOjM3MDY2LCJycGNTZXJ2ZXIiOiJodHRwczovL3dhYXMuc2VxdWVuY2UuYXBwIn0=" -ProjectAccessKey = "AQAAAAAAAJDKR9cs25gJSSKzszRT9STo9hk" +WaaSConfigKey = "eyJwcm9qZWN0SWQiOjQxMDg3LCJycGNTZXJ2ZXIiOiJodHRwczovL3dhYXMuc2VxdWVuY2UuYXBwIn0=" +ProjectAccessKey = "AQAAAAAAAKB_eaItDuiSDnsDrg1TM5Izj_k" GoogleClientID = "970987756660-35a6tc48hvi8cev9cnknp0iugv9poa23.apps.googleusercontent.com" AppleClientID = "com.horizon.sequence.waas" FacebookClientID = "" diff --git a/Plugins/SequencePlugin/Source/SequencePlugin/Private/Tests/TestSequenceAPI.cpp b/Plugins/SequencePlugin/Source/SequencePlugin/Private/Tests/TestSequenceAPI.cpp index dbb855b4..44bf9902 100644 --- a/Plugins/SequencePlugin/Source/SequencePlugin/Private/Tests/TestSequenceAPI.cpp +++ b/Plugins/SequencePlugin/Source/SequencePlugin/Private/Tests/TestSequenceAPI.cpp @@ -535,7 +535,7 @@ void SequenceAPITest::GetLowestPriceOfferForCollectible(TFunction Marketplace->GetLowestPriceOfferForCollectible( Support->GetNetworkId(ENetwork::PolygonChain), - "0x5e4bfd71236a21299d43f508dbb76cb7d0fd4e50", + "0x079294e6ffec16234578c672fa3fbfd4b6c48640", "1", FSeqCollectiblesFilter::Empty(), [OnSuccess](FSeqCollectibleOrder Order) { @@ -555,7 +555,7 @@ void SequenceAPITest::GetHighestPriceOfferForCollectible(TFunctionGetHighestPriceOfferForCollectible( Support->GetNetworkId(ENetwork::PolygonChain), - "0x5e4bfd71236a21299d43f508dbb76cb7d0fd4e50", + "0x079294e6ffec16234578c672fa3fbfd4b6c48640", "1", FSeqCollectiblesFilter::Empty(), [OnSuccess](FSeqCollectibleOrder Order) { @@ -575,8 +575,8 @@ void SequenceAPITest::GetLowestPriceListingForCollectible(TFunctionGetLowestPriceListingForCollectible( Support->GetNetworkId(ENetwork::PolygonChain), - "0x44b3f42e2BF34F62868Ff9e9dAb7C2F807ba97Cb", - "130", + "0x079294e6ffec16234578c672fa3fbfd4b6c48640", + "1", FSeqCollectiblesFilter::Empty(), [OnSuccess](FSeqCollectibleOrder Order) { OnSuccess("Order: " + Order.Order.OrderId); @@ -595,8 +595,8 @@ void SequenceAPITest::GetHighestPriceListingForCollectible(TFunctionGetLowestPriceListingForCollectible( Support->GetNetworkId(ENetwork::PolygonChain), - "0x44b3f42e2BF34F62868Ff9e9dAb7C2F807ba97Cb", - "130", + "0x079294e6ffec16234578c672fa3fbfd4b6c48640", + "1", FSeqCollectiblesFilter::Empty(), [OnSuccess](FSeqCollectibleOrder Order) { OnSuccess("Order: " + Order.Order.OrderId); @@ -615,8 +615,8 @@ void SequenceAPITest::ListAllListingsForCollectible(TFunction OnS Marketplace->ListAllListingsForCollectible( Support->GetNetworkId(ENetwork::PolygonChain), - "0x44b3f42e2BF34F62868Ff9e9dAb7C2F807ba97Cb", - "130", + "0x079294e6ffec16234578c672fa3fbfd4b6c48640", + "1", FSeqCollectiblesFilter::Empty(), [OnSuccess](TArray Orders) { OnSuccess("Orders: " + FString::FromInt(Orders.Num())); @@ -635,7 +635,7 @@ void SequenceAPITest::ListAllOffersForCollectible(TFunction OnSuc Marketplace->ListAllOffersForCollectible( Support->GetNetworkId(ENetwork::PolygonChain), - "0x5e4bfd71236a21299d43f508dbb76cb7d0fd4e50", + "0x079294e6ffec16234578c672fa3fbfd4b6c48640", "1", FSeqCollectiblesFilter::Empty(), [OnSuccess](TArray Orders) {