diff --git a/Eth.html b/Eth.html index 4cfc6f48..832fec54 100644 --- a/Eth.html +++ b/Eth.html @@ -195,7 +195,7 @@
10.freeze
Chain ID for Cronos mainnet.
+ + +25.freeze
Chain ID for Rootstock mainnet.
+ + +30.freeze
Chain ID for BNB Smart Chain mainnet.
+ + +56.freeze
MATIC.freeze
Chain ID for Filecoin mainnet.
+ + +314.freeze
Chain ID for Moonbeam
+ + +1284.freeze
Chain ID for Base mainnet.
+ + +8453.freeze
Chain ID for Arbitrum mainnet.
+Chain ID for Arbitrum One mainnet.
42161.freeze
Chain ID for Avalance C-Chain mainnet.
+ + +43114.freeze
Chain ID for Linea mainnet.
+ + +59144.freeze
Chain ID for Optimistik Kovan testnet.
+Chain ID for Optimistm Kovan testnet.
420.freeze
Chain ID for the Polygon Mumbai testnet.
- - -80001.freeze
Chain ID for Arbitrum Rinkeby testnet.
+Chain ID for Moonriver testnet
421611.freeze
1285.freeze
Chain ID for Arbitrum Goerli testnet.
+Chain ID for Moonbase alpha
421613.freeze
1287.freeze
Chain ID for Sepolia testnet.
+Chain ID for the Polygon Mumbai testnet.
11155111.freeze
80001.freeze
Chain ID for Holesovice testnet.
+Chain ID for Arbitrum Rinkeby testnet.
11166111.freeze
421611.freeze
Chain ID for the geth private network preset.
+Chain ID for Arbitrum Goerli testnet.
1337.freeze
421613.freeze
Chain ID for Moonbase
+Chain ID for Sepolia testnet.
1287.freeze
11155111.freeze
Chain ID for Moonriver
+Chain ID for Holesovice testnet.
1285.freeze
11166111.freeze
Chain ID for Moonbeam
+Chain ID for the geth private network preset.
1284.freeze
1337.freeze
-121 -122 -123+142 +143 +144
# File 'lib/eth/chain.rb', line 121 +# File 'lib/eth/chain.rb', line 142 def ledger?(v) [0, 1].include? v @@ -1021,12 +1133,12 @@
-130 -131 -132+151 +152 +153
# File 'lib/eth/chain.rb', line 130 +# File 'lib/eth/chain.rb', line 151 def legacy?(v) [27, 28].include? v @@ -1100,15 +1212,15 @@
-180 -181 -182 -183 -184 -185+201 +202 +203 +204 +205 +206
# File 'lib/eth/chain.rb', line 180 +# File 'lib/eth/chain.rb', line 201 def to_chain_id(v) return nil if v < 36 @@ -1221,28 +1333,28 @@
-141 -142 -143 -144 -145 -146 -147 -148 -149 -150 -151 -152 -153 -154 -155 -156 -157 -158 -159+162 +163 +164 +165 +166 +167 +168 +169 +170 +171 +172 +173 +174 +175 +176 +177 +178 +179 +180
# File 'lib/eth/chain.rb', line 141 +# File 'lib/eth/chain.rb', line 162 def to_recovery_id(v, chain_id = ETHEREUM) e = 0 + 2 * chain_id + 35 @@ -1350,17 +1462,17 @@
-166 -167 -168 -169 -170 -171 -172 -173+187 +188 +189 +190 +191 +192 +193 +194
# File 'lib/eth/chain.rb', line 166 +# File 'lib/eth/chain.rb', line 187 def to_v(recovery_id, chain_id = nil) if chain_id.nil? or chain_id < 1 @@ -1445,12 +1557,12 @@
-121 -122 -123+142 +143 +144
# File 'lib/eth/chain.rb', line 121 +# File 'lib/eth/chain.rb', line 142 def ledger?(v) [0, 1].include? v @@ -1524,12 +1636,12 @@
-130 -131 -132+151 +152 +153
# File 'lib/eth/chain.rb', line 130 +# File 'lib/eth/chain.rb', line 151 def legacy?(v) [27, 28].include? v @@ -1603,15 +1715,15 @@
-180 -181 -182 -183 -184 -185+201 +202 +203 +204 +205 +206
# File 'lib/eth/chain.rb', line 180 +# File 'lib/eth/chain.rb', line 201 def to_chain_id(v) return nil if v < 36 @@ -1724,28 +1836,28 @@
-141 -142 -143 -144 -145 -146 -147 -148 -149 -150 -151 -152 -153 -154 -155 -156 -157 -158 -159+162 +163 +164 +165 +166 +167 +168 +169 +170 +171 +172 +173 +174 +175 +176 +177 +178 +179 +180
# File 'lib/eth/chain.rb', line 141 +# File 'lib/eth/chain.rb', line 162 def to_recovery_id(v, chain_id = ETHEREUM) e = 0 + 2 * chain_id + 35 @@ -1853,17 +1965,17 @@
-166 -167 -168 -169 -170 -171 -172 -173+187 +188 +189 +190 +191 +192 +193 +194
# File 'lib/eth/chain.rb', line 166 +# File 'lib/eth/chain.rb', line 187 def to_v(recovery_id, chain_id = nil) if chain_id.nil? or chain_id < 1 @@ -1883,7 +1995,7 @@diff --git a/Eth/Chain/ReplayProtectionError.html b/Eth/Chain/ReplayProtectionError.html index 59954743..3491c673 100644 --- a/Eth/Chain/ReplayProtectionError.html +++ b/Eth/Chain/ReplayProtectionError.html @@ -125,7 +125,7 @@
Overview
diff --git a/Eth/Client.html b/Eth/Client.html index e7c04192..2c1b8e24 100644 --- a/Eth/Client.html +++ b/Eth/Client.html @@ -3865,7 +3865,7 @@diff --git a/Eth/Client/ContractExecutionError.html b/Eth/Client/ContractExecutionError.html index 8bd8846f..4aa6a4b8 100644 --- a/Eth/Client/ContractExecutionError.html +++ b/Eth/Client/ContractExecutionError.html @@ -125,7 +125,7 @@
Overview
diff --git a/Eth/Client/Http.html b/Eth/Client/Http.html index a396c82a..7afc4776 100644 --- a/Eth/Client/Http.html +++ b/Eth/Client/Http.html @@ -756,7 +756,7 @@diff --git a/Eth/Client/Ipc.html b/Eth/Client/Ipc.html index 8f452c19..8f6c3b4a 100644 --- a/Eth/Client/Ipc.html +++ b/Eth/Client/Ipc.html @@ -433,7 +433,7 @@
diff --git a/Eth/Constant.html b/Eth/Constant.html index 0b214ae4..addbc083 100644 --- a/Eth/Constant.html +++ b/Eth/Constant.html @@ -373,7 +373,7 @@
diff --git a/Eth/Contract.html b/Eth/Contract.html index fb203be3..5bad071f 100644 --- a/Eth/Contract.html +++ b/Eth/Contract.html @@ -1891,7 +1891,7 @@
diff --git a/Eth/Contract/Event.html b/Eth/Contract/Event.html index 81f2f435..b2ad78a7 100644 --- a/Eth/Contract/Event.html +++ b/Eth/Contract/Event.html @@ -757,7 +757,7 @@
diff --git a/Eth/Contract/Function.html b/Eth/Contract/Function.html index fef458f2..0352a597 100644 --- a/Eth/Contract/Function.html +++ b/Eth/Contract/Function.html @@ -909,7 +909,7 @@
diff --git a/Eth/Contract/FunctionInput.html b/Eth/Contract/FunctionInput.html index 71bd7de5..e3ece38c 100644 --- a/Eth/Contract/FunctionInput.html +++ b/Eth/Contract/FunctionInput.html @@ -519,7 +519,7 @@
diff --git a/Eth/Contract/FunctionOutput.html b/Eth/Contract/FunctionOutput.html index 95bf5ced..eec673c0 100644 --- a/Eth/Contract/FunctionOutput.html +++ b/Eth/Contract/FunctionOutput.html @@ -376,7 +376,7 @@
diff --git a/Eth/Contract/Initializer.html b/Eth/Contract/Initializer.html index bc2255f8..54c0a25e 100644 --- a/Eth/Contract/Initializer.html +++ b/Eth/Contract/Initializer.html @@ -467,7 +467,7 @@
diff --git a/Eth/Eip712.html b/Eth/Eip712.html index d6cbf570..9d6a142b 100644 --- a/Eth/Eip712.html +++ b/Eth/Eip712.html @@ -2296,7 +2296,7 @@
diff --git a/Eth/Eip712/TypedDataError.html b/Eth/Eip712/TypedDataError.html index 5a221fab..b782ed62 100644 --- a/Eth/Eip712/TypedDataError.html +++ b/Eth/Eip712/TypedDataError.html @@ -125,7 +125,7 @@
Overview
diff --git a/Eth/Ens.html b/Eth/Ens.html index 8e2b9ec9..1f230cbf 100644 --- a/Eth/Ens.html +++ b/Eth/Ens.html @@ -157,7 +157,7 @@diff --git a/Eth/Ens/CoinType.html b/Eth/Ens/CoinType.html index 975ecb86..2d0f1fb9 100644 --- a/Eth/Ens/CoinType.html +++ b/Eth/Ens/CoinType.html @@ -255,7 +255,7 @@
diff --git a/Eth/Ens/Resolver.html b/Eth/Ens/Resolver.html index 3ec11c2e..60cb01dc 100644 --- a/Eth/Ens/Resolver.html +++ b/Eth/Ens/Resolver.html @@ -1090,7 +1090,7 @@
diff --git a/Eth/Key.html b/Eth/Key.html index c383c388..bceacd65 100644 --- a/Eth/Key.html +++ b/Eth/Key.html @@ -1400,7 +1400,7 @@
diff --git a/Eth/Key/Decrypter.html b/Eth/Key/Decrypter.html index fd04aca0..b250405a 100644 --- a/Eth/Key/Decrypter.html +++ b/Eth/Key/Decrypter.html @@ -483,7 +483,7 @@
diff --git a/Eth/Key/Decrypter/DecrypterError.html b/Eth/Key/Decrypter/DecrypterError.html index 1c37ee0f..1c4fecad 100644 --- a/Eth/Key/Decrypter/DecrypterError.html +++ b/Eth/Key/Decrypter/DecrypterError.html @@ -125,7 +125,7 @@
Overview
diff --git a/Eth/Key/Encrypter.html b/Eth/Key/Encrypter.html index 8ec6f8b2..09af8b64 100644 --- a/Eth/Key/Encrypter.html +++ b/Eth/Key/Encrypter.html @@ -868,7 +868,7 @@diff --git a/Eth/Key/Encrypter/EncrypterError.html b/Eth/Key/Encrypter/EncrypterError.html index 623d61a3..4ac873cf 100644 --- a/Eth/Key/Encrypter/EncrypterError.html +++ b/Eth/Key/Encrypter/EncrypterError.html @@ -125,7 +125,7 @@
Overview
diff --git a/Eth/Rlp.html b/Eth/Rlp.html index 4b73131d..3c3b3443 100644 --- a/Eth/Rlp.html +++ b/Eth/Rlp.html @@ -574,7 +574,7 @@diff --git a/Eth/Rlp/Data.html b/Eth/Rlp/Data.html index f1e33ea1..2533a266 100644 --- a/Eth/Rlp/Data.html +++ b/Eth/Rlp/Data.html @@ -125,7 +125,7 @@
Overview
diff --git a/Eth/Rlp/Decoder.html b/Eth/Rlp/Decoder.html index e5c70d20..21b91c78 100644 --- a/Eth/Rlp/Decoder.html +++ b/Eth/Rlp/Decoder.html @@ -422,7 +422,7 @@diff --git a/Eth/Rlp/DecodingError.html b/Eth/Rlp/DecodingError.html index 065e18dd..247fb77d 100644 --- a/Eth/Rlp/DecodingError.html +++ b/Eth/Rlp/DecodingError.html @@ -129,7 +129,7 @@
Overview
diff --git a/Eth/Rlp/DeserializationError.html b/Eth/Rlp/DeserializationError.html index b8d554d7..d7af786c 100644 --- a/Eth/Rlp/DeserializationError.html +++ b/Eth/Rlp/DeserializationError.html @@ -129,7 +129,7 @@Overview
diff --git a/Eth/Rlp/Encoder.html b/Eth/Rlp/Encoder.html index 67822db8..b5f02c4d 100644 --- a/Eth/Rlp/Encoder.html +++ b/Eth/Rlp/Encoder.html @@ -422,7 +422,7 @@diff --git a/Eth/Rlp/EncodingError.html b/Eth/Rlp/EncodingError.html index 781211dc..0ff83b52 100644 --- a/Eth/Rlp/EncodingError.html +++ b/Eth/Rlp/EncodingError.html @@ -129,7 +129,7 @@
Overview
diff --git a/Eth/Rlp/RlpException.html b/Eth/Rlp/RlpException.html index f77cd982..c330be60 100644 --- a/Eth/Rlp/RlpException.html +++ b/Eth/Rlp/RlpException.html @@ -129,7 +129,7 @@Direct Known Subclasses
diff --git a/Eth/Rlp/Sedes.html b/Eth/Rlp/Sedes.html index 861def48..3fc5a516 100644 --- a/Eth/Rlp/Sedes.html +++ b/Eth/Rlp/Sedes.html @@ -517,7 +517,7 @@diff --git a/Eth/Rlp/Sedes/BigEndianInt.html b/Eth/Rlp/Sedes/BigEndianInt.html index 235deffe..59da4a0b 100644 --- a/Eth/Rlp/Sedes/BigEndianInt.html +++ b/Eth/Rlp/Sedes/BigEndianInt.html @@ -530,7 +530,7 @@
diff --git a/Eth/Rlp/Sedes/Binary.html b/Eth/Rlp/Sedes/Binary.html index a5437395..8187cbc4 100644 --- a/Eth/Rlp/Sedes/Binary.html +++ b/Eth/Rlp/Sedes/Binary.html @@ -894,7 +894,7 @@
diff --git a/Eth/Rlp/Sedes/List.html b/Eth/Rlp/Sedes/List.html index 917761fa..57f80937 100644 --- a/Eth/Rlp/Sedes/List.html +++ b/Eth/Rlp/Sedes/List.html @@ -573,7 +573,7 @@
diff --git a/Eth/Rlp/SerializationError.html b/Eth/Rlp/SerializationError.html index 6aaba3e6..3f288faa 100644 --- a/Eth/Rlp/SerializationError.html +++ b/Eth/Rlp/SerializationError.html @@ -129,7 +129,7 @@
Overview
diff --git a/Eth/Signature.html b/Eth/Signature.html index 2ec765bb..954fdf0c 100644 --- a/Eth/Signature.html +++ b/Eth/Signature.html @@ -2109,7 +2109,7 @@diff --git a/Eth/Signature/SignatureError.html b/Eth/Signature/SignatureError.html index d5a981c9..9a405570 100644 --- a/Eth/Signature/SignatureError.html +++ b/Eth/Signature/SignatureError.html @@ -125,7 +125,7 @@
Overview
diff --git a/Eth/Solidity.html b/Eth/Solidity.html index 2cc7e10f..2e1eff00 100644 --- a/Eth/Solidity.html +++ b/Eth/Solidity.html @@ -493,7 +493,7 @@diff --git a/Eth/Solidity/CompilerError.html b/Eth/Solidity/CompilerError.html index 075d15f3..10333778 100644 --- a/Eth/Solidity/CompilerError.html +++ b/Eth/Solidity/CompilerError.html @@ -125,7 +125,7 @@
Overview
diff --git a/Eth/Tx.html b/Eth/Tx.html index f10404ee..d7d875e2 100644 --- a/Eth/Tx.html +++ b/Eth/Tx.html @@ -3853,7 +3853,7 @@diff --git a/Eth/Tx/DecoderError.html b/Eth/Tx/DecoderError.html index 419e1cb2..2d0eff55 100644 --- a/Eth/Tx/DecoderError.html +++ b/Eth/Tx/DecoderError.html @@ -125,7 +125,7 @@
Overview
diff --git a/Eth/Tx/Eip1559.html b/Eth/Tx/Eip1559.html index 4ef93a87..13aa3059 100644 --- a/Eth/Tx/Eip1559.html +++ b/Eth/Tx/Eip1559.html @@ -2583,7 +2583,7 @@diff --git a/Eth/Tx/Eip2930.html b/Eth/Tx/Eip2930.html index b080e34e..25d5afaa 100644 --- a/Eth/Tx/Eip2930.html +++ b/Eth/Tx/Eip2930.html @@ -2486,7 +2486,7 @@
diff --git a/Eth/Tx/Legacy.html b/Eth/Tx/Legacy.html index dd567fb5..20a81e0c 100644 --- a/Eth/Tx/Legacy.html +++ b/Eth/Tx/Legacy.html @@ -2326,7 +2326,7 @@
diff --git a/Eth/Tx/ParameterError.html b/Eth/Tx/ParameterError.html index 4d758088..403c75c1 100644 --- a/Eth/Tx/ParameterError.html +++ b/Eth/Tx/ParameterError.html @@ -125,7 +125,7 @@
Overview
diff --git a/Eth/Tx/TransactionTypeError.html b/Eth/Tx/TransactionTypeError.html index b9f1dc4a..37ac6efb 100644 --- a/Eth/Tx/TransactionTypeError.html +++ b/Eth/Tx/TransactionTypeError.html @@ -125,7 +125,7 @@Overview
diff --git a/Eth/Unit.html b/Eth/Unit.html index 400d86d3..4d1caefd 100644 --- a/Eth/Unit.html +++ b/Eth/Unit.html @@ -255,7 +255,7 @@diff --git a/Eth/Util.html b/Eth/Util.html index 4120d692..263095b7 100644 --- a/Eth/Util.html +++ b/Eth/Util.html @@ -5234,7 +5234,7 @@
diff --git a/_index.html b/_index.html index caff9155..b851cde1 100644 --- a/_index.html +++ b/_index.html @@ -657,7 +657,7 @@
Namespace Listing A-Z
diff --git a/file.README.html b/file.README.html index a92a355b..a94fbd7a 100644 --- a/file.README.html +++ b/file.README.html @@ -131,7 +131,7 @@License and Credits
diff --git a/index.html b/index.html index 7b75fe71..13c576e1 100644 --- a/index.html +++ b/index.html @@ -131,7 +131,7 @@License and Credits
diff --git a/top-level-namespace.html b/top-level-namespace.html index 566dcf21..598e533a 100644 --- a/top-level-namespace.html +++ b/top-level-namespace.html @@ -100,7 +100,7 @@Defined Under Namespace