Skip to content

Commit

Permalink
Version bump 1.28.0 (#1488)
Browse files Browse the repository at this point in the history
* chore: package version bump and update init data

* chore: add whats new info
  • Loading branch information
chidg committed Jun 27, 2024
1 parent 4b830e8 commit 526b9cf
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 25 deletions.
2 changes: 1 addition & 1 deletion apps/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extension",
"version": "1.27.1",
"version": "1.28.0",
"private": true,
"license": "GPL-3.0-or-later",
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import content1240 from "./v1.24.0"
import content1250 from "./v1.25.0"
import content1260 from "./v1.26.0"
import content1270 from "./v1.27.0"
import content1280 from "./v1.28.0"

export const latestUpdates: WhatsNewVersionData = {
...content1210,
Expand All @@ -13,4 +14,5 @@ export const latestUpdates: WhatsNewVersionData = {
...content1250,
...content1260,
...content1270,
...content1280,
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!-- version: v1.28.0 -->

**<span class="icon">🏦</span> Substrate Generic Ledger:** You can now use the new Substrate Generic Ledger Application to sign transactions on the Polkadot network.

**<span class="icon">🚀</span> Performance Boost:** Talisman has been optimised to provide a smoother user experience, faster performance, and greater stability.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { WhatsNewVersionData } from "../types"
import content from "./content.md"

const content1280: WhatsNewVersionData = {
"1.28.0": {
content,
date: "June 2024",
},
}

export default content1280
12 changes: 6 additions & 6 deletions packages/chaindata-provider/src/init/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ export const chains = [
chainType: "Live",
implName: "parity-kusama",
specName: "kusama",
specVersion: "1002005",
specVersion: "1002006",
nativeToken: {
id: "kusama-substrate-native",
},
Expand Down Expand Up @@ -612,7 +612,7 @@ export const chains = [
id: "kusama-asset-hub",
isTestnet: false,
isDefault: true,
sortIndex: 440,
sortIndex: 441,
genesisHash: "0x48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a",
prefix: 2,
name: "Kusama Asset Hub",
Expand All @@ -622,7 +622,7 @@ export const chains = [
chainType: "Live",
implName: "statemine",
specName: "statemine",
specVersion: "1002005",
specVersion: "1002006",
nativeToken: {
id: "kusama-asset-hub-substrate-native",
},
Expand Down Expand Up @@ -718,7 +718,7 @@ export const chains = [
id: "kusama-bridge-hub",
isTestnet: false,
isDefault: true,
sortIndex: 441,
sortIndex: 442,
genesisHash: "0x00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5",
prefix: 2,
name: "Kusama Bridge Hub",
Expand Down Expand Up @@ -784,7 +784,7 @@ export const chains = [
id: "polkadot-asset-hub",
isTestnet: false,
isDefault: true,
sortIndex: 629,
sortIndex: 630,
genesisHash: "0x68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f",
prefix: 0,
name: "Polkadot Asset Hub",
Expand Down Expand Up @@ -907,7 +907,7 @@ export const chains = [
id: "polkadot-bridge-hub",
isTestnet: false,
isDefault: true,
sortIndex: 630,
sortIndex: 631,
genesisHash: "0xdcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464",
prefix: 0,
name: "Polkadot Bridge Hub",
Expand Down
2 changes: 1 addition & 1 deletion packages/chaindata-provider/src/init/evm-networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const evmNetworks = [
{
id: "1",
isTestnet: false,
sortIndex: 264,
sortIndex: 265,
name: "Ethereum Mainnet",
themeColor: "#62688f",
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/chains/1.svg",
Expand Down
34 changes: 17 additions & 17 deletions packages/chaindata-provider/src/init/mini-metadatas.ts

Large diffs are not rendered by default.

0 comments on commit 526b9cf

Please sign in to comment.