Skip to content

Commit 315185d

Browse files
authored
Merge pull request #335 from 0xsequence/chain/remove-obsoletes
removed obsolete chains
2 parents 6ef7955 + d81eb12 commit 315185d

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ public enum Chain
2525
APEChain = 33139,
2626
ImmutableZkEvm = 13371,
2727
SkaleNebula = 1482601649,
28-
Root = 7668,
29-
LAOS = 6283,
3028
Soneium = 1868,
3129
Telos = 40,
3230
Moonbeam = 1284,
@@ -57,15 +55,11 @@ public enum Chain
5755
TestnetSoneiumMinato = 1946,
5856
TestnetToy = 21000000,
5957
TestnetImmutableZkEvm = 13473,
60-
TestnetRootPorcini = 7672,
61-
TestnetLAOSSigma = 62850,
6258
TestnetTelos = 41,
6359
TestnetMoonbaseAlpha = 1287,
6460
TestnetEtherlink = 128123,
6561
TestnetMonad = 10143,
6662
TestnetSomnia = 50312,
67-
TestnetFrequency = 53716,
68-
TestnetIncentiv = 11690,
6963
TestnetIncentivV2 = 28802,
7064
TestnetSandbox = 6252,
7165
TestnetArc = 5042002,

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ public ChainConfig(Chain chain, string chainId, string name, string path, string
4747
new (Chain.APEChain, "33139", "APE Chain", "apechain", "https://apescan.io/", "APE", "0x0000000000000000000000000000000000000000"),
4848
new (Chain.ImmutableZkEvm, "13371", "Immutable zkEVM", "immutable-zkevm", "https://explorer.immutable.com/", "IMX", "0x0000000000000000000000000000000000000000"),
4949
new (Chain.SkaleNebula, "1482601649", "Skale Nebula", "skale-nebula", "https://green-giddy-denebola.explorer.mainnet.skalenodes.com/", "sFUEL", "0x0000000000000000000000000000000000000000"),
50-
new (Chain.Root, "7668", "Root", "rootnet", "https://rootscan.io/", "XRP", "0x0000000000000000000000000000000000000000"),
51-
new (Chain.LAOS, "6283", "LAOS", "laos", "https://blockscout.laos.laosfoundation.io/", "LAOS", "0x0000000000000000000000000000000000000000"),
5250
new (Chain.Soneium, "1868", "Soneium", "soneium", "https://vk9a3tgpne6qmub8.blockscout.com/", "ETH", "0x0000000000000000000000000000000000000000"),
5351
new (Chain.Telos, "40", "Telos", "telos", "https://www.teloscan.io/", "TLOS", "0x0000000000000000000000000000000000000000"),
5452
new (Chain.Moonbeam, "1284", "Moonbeam", "moonbeam", "https://moonscan.io/", "GLMR", "0x0000000000000000000000000000000000000000"),
@@ -76,15 +74,11 @@ public ChainConfig(Chain chain, string chainId, string name, string path, string
7674
new (Chain.TestnetSoneiumMinato, "1946", "Soneium Minato Testnet", "soneium-minato", "https://explorer-testnet.soneium.org/", "ETH", "0x0000000000000000000000000000000000000000"),
7775
new (Chain.TestnetToy, "21000000", "TOY Testnet", "toy-testnet", "https://toy-chain-testnet.explorer.caldera.xyz/", "TOY", "0x0000000000000000000000000000000000000000"),
7876
new (Chain.TestnetImmutableZkEvm, "13473", "Immutable zkEVM Testnet", "immutable-zkevm-testnet", "https://explorer.testnet.immutable.com/", "IMX", "0x0000000000000000000000000000000000000000"),
79-
new (Chain.TestnetRootPorcini, "7672", "Root Porcini Testnet", "rootnet-porcini", "https://porcini.rootscan.io/", "XRP", "0x0000000000000000000000000000000000000000"),
80-
new (Chain.TestnetLAOSSigma, "62850", "LAOS Sigma Testnet", "laos-sigma-testnet", "https://sigma.explorer.laosnetwork.io/", "SIGMA", "0x0000000000000000000000000000000000000000"),
8177
new (Chain.TestnetTelos, "41", "Telos Testnet", "telos-testnet", "https://testnet.teloscan.io/", "TLOS", "0x0000000000000000000000000000000000000000"),
8278
new (Chain.TestnetMoonbaseAlpha, "1287", "Moonbase Alpha", "moonbase-alpha", "https://moonbase.moonscan.io/", "DEV", "0x0000000000000000000000000000000000000000"),
8379
new (Chain.TestnetEtherlink, "128123", "Etherlink Testnet", "etherlink-testnet", "https://testnet.explorer.etherlink.com/", "XTZ", "0x0000000000000000000000000000000000000000"),
8480
new (Chain.TestnetMonad, "10143", "Monad Testnet", "monad-testnet", "https://testnet.monadexplorer.com/", "MON", "0x0000000000000000000000000000000000000000"),
8581
new (Chain.TestnetSomnia, "50312", "Somnia Testnet", "somnia-testnet", "https://somnia-testnet.socialscan.io/", "STT", "0x0000000000000000000000000000000000000000"),
86-
new (Chain.TestnetFrequency, "53716", "Frequency Testnet", "frequency-testnet", "https://explorer.frequency.zeeve.net/", "BERA", "0x0000000000000000000000000000000000000000"),
87-
new (Chain.TestnetIncentiv, "11690", "Incentiv Testnet", "incentiv-testnet", "https://explorer.testnet.incentiv.net/", "CENT", "0x0000000000000000000000000000000000000000"),
8882
new (Chain.TestnetIncentivV2, "28802", "Incentiv Testnet v2", "incentiv-testnet-v2", "https://explorer.testnet.incentiv.net/", "TCENT", "0x0000000000000000000000000000000000000000"),
8983
new (Chain.TestnetSandbox, "6252", "Sandbox Testnet", "sandbox-testnet", "https://sandbox-testnet.explorer.caldera.xyz/", "SAND", "0x0000000000000000000000000000000000000000"),
9084
new (Chain.TestnetArc, "5042002", "Arc Testnet", "arc-testnet", "https://arc-testnet-explorer.stg.blockchain.circle.com/", "USDC", "0x0000000000000000000000000000000000000000"),

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": "4.6.3",
3+
"version": "4.6.4",
44
"displayName": "Sequence Embedded Wallet SDK",
55
"description": "A Unity SDK for Sequence APIs",
66
"unity": "2021.3",

0 commit comments

Comments
 (0)