Skip to content

Commit

Permalink
chore: update versio number and init data
Browse files Browse the repository at this point in the history
  • Loading branch information
chidg committed Dec 24, 2024
1 parent cbe75b2 commit 8543839
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/tasty-ties-fry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@talismn/chaindata-provider": patch
---

Update init data
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": "2.3.0",
"version": "2.3.1",
"private": true,
"license": "GPL-3.0-or-later",
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/chaindata-provider/src/init/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ export const chains = [
id: "kusama-asset-hub",
isTestnet: false,
isDefault: true,
sortIndex: 533,
sortIndex: 539,
genesisHash: "0x48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a",
prefix: 2,
name: "Kusama Asset Hub",
Expand Down Expand Up @@ -672,7 +672,7 @@ export const chains = [
id: "kusama-bridge-hub",
isTestnet: false,
isDefault: true,
sortIndex: 534,
sortIndex: 540,
genesisHash: "0x00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5",
prefix: 2,
name: "Kusama Bridge Hub",
Expand Down Expand Up @@ -746,7 +746,7 @@ export const chains = [
id: "polkadot-asset-hub",
isTestnet: false,
isDefault: true,
sortIndex: 768,
sortIndex: 776,
genesisHash: "0x68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f",
prefix: 0,
name: "Polkadot Asset Hub",
Expand Down Expand Up @@ -1086,7 +1086,7 @@ export const chains = [
id: "polkadot-bridge-hub",
isTestnet: false,
isDefault: true,
sortIndex: 769,
sortIndex: 777,
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: 331,
sortIndex: 333,
name: "Ethereum Mainnet",
themeColor: "#62688f",
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/chains/1.svg",
Expand Down

0 comments on commit 8543839

Please sign in to comment.