Skip to content

Commit 34f86e3

Browse files
author
Leonardo Custodio
authored
[PLA-2128] Adds new metadata v1014 (#314)
1 parent 0180afc commit 34f86e3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

config/enjin-platform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
'node' => env('SUBSTRATE_ENJIN_RPC', 'wss://rpc.matrix.blockchain.enjin.io'),
103103
'ss58-prefix' => env('SUBSTRATE_ENJIN_SS58_PREFIX', 1110),
104104
'genesis-hash' => env('SUBSTRATE_ENJIN_GENESIS_HASH', '0x3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615'),
105-
'spec-version' => env('SUBSTRATE_ENJIN_SPEC_VERSION', 1012),
105+
'spec-version' => env('SUBSTRATE_ENJIN_SPEC_VERSION', 1014),
106106
'transaction-version' => env('SUBSTRATE_ENJIN_TRANSACTION_VERSION', 10),
107107
],
108108
'enjin' => $enjin,

config/enjin-runtime.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
['specVersion' => 1005, 'blockNumber' => 1261794, 'blockHash' => '0xbba1eb93d850c142851ddce6161aecd6a6fe026392a8d478f1f04690b0e97d0f'],
5050
['specVersion' => 1006, 'blockNumber' => 1728545, 'blockHash' => '0x24ec59a2831c65aefc8437270299e5e6764c68b4e76cdbc9dc4d2c0d8086b32d'],
5151
['specVersion' => 1012, 'blockNumber' => 2609693, 'blockHash' => '0x211403edc5f274431b89e56ee9bb7d22694cfc436673906e9b20121c07490c53'],
52+
['specVersion' => 1014, 'blockNumber' => 3478009, 'blockHash' => '0xc632cbaf0be7d8e48f4dbf50885b5eb416a188b78b84c82807c96cb234846a2a'],
5253
],
5354
NetworkType::CANARY_MATRIX->value => [
5455
['specVersion' => 500, 'blockNumber' => 0, 'blockHash' => '0xa37725fd8943d2a524cb7ecc65da438f9fa644db78ba24dcd0003e2f95645e8f'],

0 commit comments

Comments
 (0)