Skip to content

Commit

Permalink
Merge pull request #2932 from Koniverse/koni/dev/issue-2931
Browse files Browse the repository at this point in the history
[Issue-2931] Update chainlist
  • Loading branch information
saltict authored Apr 19, 2024
2 parents dccfeca + d17eb7f commit 348d775
Show file tree
Hide file tree
Showing 6 changed files with 223 additions and 228 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"@polkadot/types-codec": "10.10.1",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@subwallet/chain-list": "0.2.55",
"@subwallet/chain-list": "0.2.56",
"@subwallet/keyring": "^0.1.5",
"@subwallet/ui-keyring": "^0.1.5",
"babel-core": "^7.0.0-bridge.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@reduxjs/toolkit": "^1.9.1",
"@sora-substrate/type-definitions": "^1.17.7",
"@substrate/connect": "^0.8.9",
"@subwallet/chain-list": "0.2.55",
"@subwallet/chain-list": "0.2.56",
"@subwallet/extension-base": "^1.1.55-0",
"@subwallet/extension-chains": "^1.1.55-0",
"@subwallet/extension-dapp": "^1.1.55-0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ export const _STAKING_ERA_LENGTH_MAP: Record<string, number> = { // in hours
goldberg_testnet: 24,
manta_network: 6,
krest_network: 4,
polimec: 6
polimec: 6,
enjin_relaychain: 24
};

export const _EXPECTED_BLOCK_TIME: Record<string, number> = { // in seconds
Expand All @@ -118,7 +119,8 @@ export const _EXPECTED_BLOCK_TIME: Record<string, number> = { // in seconds
bifrost_testnet: 3,
calamari: 12,
calamari_test: 12,
manta_network: 12
manta_network: 12,
enjin_relaychain: 6
};

export const _PARACHAIN_INFLATION_DISTRIBUTION: Record<string, Record<string, number>> = {
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-koni-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@polkadot/util-crypto": "^12.6.2",
"@ramonak/react-progress-bar": "^5.0.3",
"@reduxjs/toolkit": "^1.9.1",
"@subwallet/chain-list": "0.2.55",
"@subwallet/chain-list": "0.2.56",
"@subwallet/extension-base": "^1.1.55-0",
"@subwallet/extension-chains": "^1.1.55-0",
"@subwallet/extension-dapp": "^1.1.55-0",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-web-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@polkadot/util-crypto": "^12.6.2",
"@ramonak/react-progress-bar": "^5.0.3",
"@reduxjs/toolkit": "^1.9.1",
"@subwallet/chain-list": "0.2.55",
"@subwallet/chain-list": "0.2.56",
"@subwallet/extension-base": "^1.1.55-0",
"@subwallet/extension-chains": "^1.1.55-0",
"@subwallet/extension-dapp": "^1.1.55-0",
Expand Down
Loading

1 comment on commit 348d775

@saltict
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.