Skip to content

Commit

Permalink
Extra chains
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfranblanco committed Feb 5, 2024
1 parent cab566f commit 5f7e788
Showing 1 changed file with 98 additions and 1 deletion.
99 changes: 98 additions & 1 deletion src/Nethereum.Model/Chain.cs
Expand Up @@ -14,6 +14,103 @@ public enum Chain
ClassicTestNet = 62,
Private = 1337,
Sepolia = 11155111,
Optimism = 10
Optimism = 10,

Ubiq = 8,

Songbird = 19,
Elastos = 20,
Kardiachain = 24,
Cronos = 25,
Rsk = 30,
Telos = 40,
Xdc = 50,
Csc = 52,
Zyx = 55,
Binance = 56,
Syscoin = 57,
Gochain = 60,
Okexchain = 66,
Hoo = 70,
Meter = 82,
NovaNetwork = 87,
Viction = 88,
Xdai = 100,
Velas = 106,
Thundercore = 108,
Fuse = 122,
Heco = 128,
Polygon = 137,
ShimmerEvm = 148,
Manta = 169,
Xdaiarb = 200,
OpBnb = 204,
Energyweb = 246,
Oasys = 248,
Fantom = 250,
Hpb = 269,
Boba = 288,
Omax = 311,
Filecoin = 314,
Kucoin = 321,
Era = 324,
Shiden = 336,
Theta = 361,
Pulse = 369,
Sx = 416,
Candle = 534,
Rollux = 570,
Astar = 592,
Callisto = 820,
Wanchain = 888,
Conflux = 1030,
Metis = 1088,
PolygonZkevm = 1101,
Core = 1116,
Ultron = 1231,
Step = 1234,
Moonbeam = 1284,
Moonriver = 1285,
LivingAssetsMainnet = 1440,
Tenet = 1559,
Onus = 1975,
Dogechain = 2000,
Kava = 2222,
Soma = 2332,
Beam = 4337,
Iotex = 4689,
Mantle = 5000,
Xlc = 5050,
Nahmii = 5551,
Tombchain = 6969,
Canto = 7700,
Klaytn = 8217,
Base = 8453,
Jbc = 8899,
Evmos = 9001,
Carbon = 9790,
Smartbch = 10000,
Loop = 15551,
EosEvm = 17777,
Bitgert = 32520,
Fusion = 32659,
Zilliqa = 32769,
Arbitrum = 42161,
ArbitrumNova = 42170,
Celo = 42220,
Oasis = 42262,
Avalanche = 43114,
Rei = 47805,
Reichain = 55555,
Linea = 59144,
Godwoken = 71402,
Polis = 333999,
Kekchain = 420420,
Vision = 888888,
Neon = 245022934,
Aurora = 1313161554,
Harmony = 1666600000,

}
}

0 comments on commit 5f7e788

Please sign in to comment.