Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ public enum Chain
APEChain = 33139,
ImmutableZkEvm = 13371,
SkaleNebula = 1482601649,
Root = 7668,
LAOS = 6283,
Soneium = 1868,
Telos = 40,
Moonbeam = 1284,
Expand Down Expand Up @@ -57,15 +55,11 @@ public enum Chain
TestnetSoneiumMinato = 1946,
TestnetToy = 21000000,
TestnetImmutableZkEvm = 13473,
TestnetRootPorcini = 7672,
TestnetLAOSSigma = 62850,
TestnetTelos = 41,
TestnetMoonbaseAlpha = 1287,
TestnetEtherlink = 128123,
TestnetMonad = 10143,
TestnetSomnia = 50312,
TestnetFrequency = 53716,
TestnetIncentiv = 11690,
TestnetIncentivV2 = 28802,
TestnetSandbox = 6252,
TestnetArc = 5042002,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ public ChainConfig(Chain chain, string chainId, string name, string path, string
new (Chain.APEChain, "33139", "APE Chain", "apechain", "https://apescan.io/", "APE", "0x0000000000000000000000000000000000000000"),
new (Chain.ImmutableZkEvm, "13371", "Immutable zkEVM", "immutable-zkevm", "https://explorer.immutable.com/", "IMX", "0x0000000000000000000000000000000000000000"),
new (Chain.SkaleNebula, "1482601649", "Skale Nebula", "skale-nebula", "https://green-giddy-denebola.explorer.mainnet.skalenodes.com/", "sFUEL", "0x0000000000000000000000000000000000000000"),
new (Chain.Root, "7668", "Root", "rootnet", "https://rootscan.io/", "XRP", "0x0000000000000000000000000000000000000000"),
new (Chain.LAOS, "6283", "LAOS", "laos", "https://blockscout.laos.laosfoundation.io/", "LAOS", "0x0000000000000000000000000000000000000000"),
new (Chain.Soneium, "1868", "Soneium", "soneium", "https://vk9a3tgpne6qmub8.blockscout.com/", "ETH", "0x0000000000000000000000000000000000000000"),
new (Chain.Telos, "40", "Telos", "telos", "https://www.teloscan.io/", "TLOS", "0x0000000000000000000000000000000000000000"),
new (Chain.Moonbeam, "1284", "Moonbeam", "moonbeam", "https://moonscan.io/", "GLMR", "0x0000000000000000000000000000000000000000"),
Expand Down Expand Up @@ -76,15 +74,11 @@ public ChainConfig(Chain chain, string chainId, string name, string path, string
new (Chain.TestnetSoneiumMinato, "1946", "Soneium Minato Testnet", "soneium-minato", "https://explorer-testnet.soneium.org/", "ETH", "0x0000000000000000000000000000000000000000"),
new (Chain.TestnetToy, "21000000", "TOY Testnet", "toy-testnet", "https://toy-chain-testnet.explorer.caldera.xyz/", "TOY", "0x0000000000000000000000000000000000000000"),
new (Chain.TestnetImmutableZkEvm, "13473", "Immutable zkEVM Testnet", "immutable-zkevm-testnet", "https://explorer.testnet.immutable.com/", "IMX", "0x0000000000000000000000000000000000000000"),
new (Chain.TestnetRootPorcini, "7672", "Root Porcini Testnet", "rootnet-porcini", "https://porcini.rootscan.io/", "XRP", "0x0000000000000000000000000000000000000000"),
new (Chain.TestnetLAOSSigma, "62850", "LAOS Sigma Testnet", "laos-sigma-testnet", "https://sigma.explorer.laosnetwork.io/", "SIGMA", "0x0000000000000000000000000000000000000000"),
new (Chain.TestnetTelos, "41", "Telos Testnet", "telos-testnet", "https://testnet.teloscan.io/", "TLOS", "0x0000000000000000000000000000000000000000"),
new (Chain.TestnetMoonbaseAlpha, "1287", "Moonbase Alpha", "moonbase-alpha", "https://moonbase.moonscan.io/", "DEV", "0x0000000000000000000000000000000000000000"),
new (Chain.TestnetEtherlink, "128123", "Etherlink Testnet", "etherlink-testnet", "https://testnet.explorer.etherlink.com/", "XTZ", "0x0000000000000000000000000000000000000000"),
new (Chain.TestnetMonad, "10143", "Monad Testnet", "monad-testnet", "https://testnet.monadexplorer.com/", "MON", "0x0000000000000000000000000000000000000000"),
new (Chain.TestnetSomnia, "50312", "Somnia Testnet", "somnia-testnet", "https://somnia-testnet.socialscan.io/", "STT", "0x0000000000000000000000000000000000000000"),
new (Chain.TestnetFrequency, "53716", "Frequency Testnet", "frequency-testnet", "https://explorer.frequency.zeeve.net/", "BERA", "0x0000000000000000000000000000000000000000"),
new (Chain.TestnetIncentiv, "11690", "Incentiv Testnet", "incentiv-testnet", "https://explorer.testnet.incentiv.net/", "CENT", "0x0000000000000000000000000000000000000000"),
new (Chain.TestnetIncentivV2, "28802", "Incentiv Testnet v2", "incentiv-testnet-v2", "https://explorer.testnet.incentiv.net/", "TCENT", "0x0000000000000000000000000000000000000000"),
new (Chain.TestnetSandbox, "6252", "Sandbox Testnet", "sandbox-testnet", "https://sandbox-testnet.explorer.caldera.xyz/", "SAND", "0x0000000000000000000000000000000000000000"),
new (Chain.TestnetArc, "5042002", "Arc Testnet", "arc-testnet", "https://arc-testnet-explorer.stg.blockchain.circle.com/", "USDC", "0x0000000000000000000000000000000000000000"),
Expand Down
2 changes: 1 addition & 1 deletion Packages/Sequence-Unity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xyz.0xsequence.waas-unity",
"version": "4.6.3",
"version": "4.6.4",
"displayName": "Sequence Embedded Wallet SDK",
"description": "A Unity SDK for Sequence APIs",
"unity": "2021.3",
Expand Down