Skip to content

Commit

Permalink
Merge pull request #20 from cometh-hq/develop
Browse files Browse the repository at this point in the history
Release 0.2.6
  • Loading branch information
benjaminpayoux authored Jan 24, 2024
2 parents bd3e285 + 05fdde1 commit 09051f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions Assets/ComethSDK/Scripts/Tools/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ public enum Network
{
POLYGON,
MUMBAI,
MUSTER
MUSTER,
MUSTER_MAINNET
}

public const string API_URL = "https://api.connect.cometh.io/";
Expand Down Expand Up @@ -75,13 +76,15 @@ public enum Network
}
},
{
Network.MUSTER,
Network.MUSTER_MAINNET,
new NetworkData
{
ChainId = "2121337",
RPCUrl = "https://muster-anytrust.alt.technology",
ChainId = "4078",
RPCUrl = "https://muster.alt.technology",
NetworkName = "Muster",
BlockExplorerUrl = "https://muster-anytrust-explorer.alt.technology/"
BlockExplorerUrl = "https://muster-explorer.alt.technology",
SafeSingletonAddress = "0x3E5c63644E683549055b9Be8653de26E0B4CD36E",
SafeTxAccessorAddress = "0x59AD6735bCd8152B84860Cb256dD9e96b85F69Da"
}
}
};
Expand Down
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ PlayerSettings:
vulkanEnableLateAcquireNextImage: 0
vulkanEnableCommandBufferRecycling: 1
loadStoreDebugModeEnabled: 0
bundleVersion: 0.2.5
bundleVersion: 0.2.6
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down

0 comments on commit 09051f5

Please sign in to comment.