Skip to content

Commit

Permalink
[PLA-1681] Bump transactionVersion and specVersion (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio authored Mar 13, 2024
1 parent d1a6a3e commit b93b2d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/enjin-platform.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@
'node' => env('SUBSTRATE_ENJIN_RPC', 'wss://rpc.matrix.blockchain.enjin.io'),
'ss58-prefix' => env('SUBSTRATE_ENJIN_SS58_PREFIX', 1110),
'genesis-hash' => env('SUBSTRATE_ENJIN_GENESIS_HASH', '0x3af4ff48ec76d2efc8476730f423ac07e25ad48f5f4c9dc39c778b164d808615'),
'spec-version' => env('SUBSTRATE_ENJIN_SPEC_VERSION', 1003),
'transaction-version' => env('SUBSTRATE_ENJIN_TRANSACTION_VERSION', 5),
'spec-version' => env('SUBSTRATE_ENJIN_SPEC_VERSION', 1005),
'transaction-version' => env('SUBSTRATE_ENJIN_TRANSACTION_VERSION', 7),
],
'canary' => [
'chain-id' => 0,
Expand All @@ -109,8 +109,8 @@
'node' => env('SUBSTRATE_CANARY_RPC', 'wss://rpc.matrix.canary.enjin.io'),
'ss58-prefix' => env('SUBSTRATE_CANARY_SS58_PREFIX', 9030),
'genesis-hash' => env('SUBSTRATE_CANARY_GENESIS_HASH', '0xa37725fd8943d2a524cb7ecc65da438f9fa644db78ba24dcd0003e2f95645e8f'),
'spec-version' => env('SUBSTRATE_CANARY_SPEC_VERSION', 1003),
'transaction-version' => env('SUBSTRATE_CANARY_TRANSACTION_VERSION', 5),
'spec-version' => env('SUBSTRATE_CANARY_SPEC_VERSION', 1005),
'transaction-version' => env('SUBSTRATE_CANARY_TRANSACTION_VERSION', 7),
],
'local' => [
'chain-id' => 0,
Expand Down

0 comments on commit b93b2d7

Please sign in to comment.