Skip to content

Commit c5126d1

Browse files
Add Soneium mainnet (#226)
1 parent 315c33b commit c5126d1

File tree

5 files changed

+11
-1
lines changed

5 files changed

+11
-1
lines changed

Packages/Sequence-Unity/Sequence/SequenceFrontend/ScriptableObjects/NetworkIcons.asset

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ MonoBehaviour:
5353
Value: {fileID: 21300000, guid: fdd8e5a8903c54df98cd93b0ecc7c3e4, type: 3}
5454
- Key: 6283
5555
Value: {fileID: 21300000, guid: e623433d012824a3d8c0861b03013af9, type: 3}
56+
- Key: 1868
57+
Value: {fileID: 21300000, guid: bd5c36b9fb9f344faac5498fb1ef8adf, type: 3}
5658
- Key: 11155111
5759
Value: {fileID: 21300000, guid: 3e21b6696eaaa46b1b176b8b5e6254a3, type: 3}
5860
- Key: 80002

Packages/Sequence-Unity/Sequence/SequenceSDK/Ethereum/Chain.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public enum Chain
2727
SkaleNebula = 1482601649,
2828
Root = 7668,
2929
LAOS = 6283,
30+
Soneium = 1868,
3031

3132
// Testnets
3233
TestnetSepolia = 11155111,

Packages/Sequence-Unity/Sequence/SequenceSDK/Ethereum/ChainDictionaries.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public static class ChainDictionaries
2626
{ Chain.SkaleNebula, "Skale Nebula" },
2727
{ Chain.Root, "Root" },
2828
{ Chain.LAOS, "LAOS" },
29+
{ Chain.Soneium, "Soneium" },
2930

3031
{ Chain.TestnetSepolia, "Sepolia" },
3132
{ Chain.TestnetArbitrumSepolia, "Arbitrum Sepolia" },
@@ -72,6 +73,7 @@ public static class ChainDictionaries
7273
{ Chain.SkaleNebula, "sFUEL" },
7374
{ Chain.Root, "XRP" },
7475
{ Chain.LAOS, "LAOS" },
76+
{ Chain.Soneium, "ETH" },
7577

7678
{ Chain.TestnetSepolia, "ETH" },
7779
{ Chain.TestnetArbitrumSepolia, "AETH" },
@@ -151,6 +153,7 @@ public static class ChainDictionaries
151153
{ Chain.SkaleNebula, "https://green-giddy-denebola.explorer.mainnet.skalenodes.com/" },
152154
{ Chain.Root, "https://rootscan.io/" },
153155
{ Chain.LAOS, "https://blockscout.laos.laosfoundation.io/" },
156+
{ Chain.Soneium, "https://vk9a3tgpne6qmub8.blockscout.com/" },
154157

155158
{ Chain.TestnetSepolia, "https://sepolia.etherscan.io/" },
156159
{ Chain.TestnetArbitrumSepolia, "https://sepolia.arbiscan.io/" },
@@ -199,6 +202,7 @@ public static class ChainDictionaries
199202
{ Chain.SkaleNebula, "1482601649" },
200203
{ Chain.Root, "7668" },
201204
{ Chain.LAOS, "6283" },
205+
{ Chain.Soneium, "1868" },
202206

203207
{ Chain.TestnetSepolia, "11155111" },
204208
{ Chain.TestnetPolygonAmoy, "80002" },
@@ -245,6 +249,7 @@ public static class ChainDictionaries
245249
{ "1482601649", Chain.SkaleNebula },
246250
{ "7668", Chain.Root },
247251
{ "6283", Chain.LAOS },
252+
{ "1868", Chain.Soneium },
248253

249254
{ "11155111", Chain.TestnetSepolia },
250255
{ "80002", Chain.TestnetPolygonAmoy },
@@ -291,6 +296,7 @@ public static class ChainDictionaries
291296
{ Chain.SkaleNebula, "skale-nebula" },
292297
{ Chain.Root, "rootnet" },
293298
{ Chain.LAOS, "laos" },
299+
{ Chain.Soneium, "soneium" },
294300

295301
{ Chain.TestnetSepolia, "sepolia" },
296302
{ Chain.TestnetArbitrumSepolia, "arbitrum-sepolia" },

Packages/Sequence-Unity/Sequence/SequenceSDK/Indexer/Indexer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ internal static readonly Dictionary<string, string> IndexerNames
8787
{ Chain.SkaleNebula.GetChainId(), "skale-nebula" },
8888
{ Chain.Root.GetChainId(), "rootnet" },
8989
{ Chain.LAOS.GetChainId(), "laos" },
90+
{ Chain.Soneium.GetChainId(), "soneium" },
9091

9192
{ Chain.TestnetSepolia.GetChainId(), "sepolia" },
9293
{ Chain.TestnetArbitrumSepolia.GetChainId(), "arbitrum-sepolia" },

Packages/Sequence-Unity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xyz.0xsequence.waas-unity",
3-
"version": "3.13.1",
3+
"version": "3.14.0",
44
"displayName": "Sequence Embedded Wallet SDK",
55
"description": "A Unity SDK for the Sequence WaaS API",
66
"unity": "2021.3",

0 commit comments

Comments
 (0)