Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version bump and init data update v2.0.3 #1700

Merged
merged 1 commit into from
Nov 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0.2",
"version": "2.0.3",
"private": true,
"license": "GPL-3.0-or-later",
"dependencies": {
Expand Down
107 changes: 84 additions & 23 deletions packages/chaindata-provider/src/init/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ export const chains = [
{
url: "wss://rpc.ibp.network/polkadot",
},
{
url: "wss://rpc.dotters.network/polkadot",
},
{
url: "wss://1rpc.io/dot",
},
Expand All @@ -50,6 +47,9 @@ export const chains = [
{
url: "wss://polkadot-public-rpc.blockops.network/ws",
},
{
url: "wss://polkadot.dotters.network",
},
{
url: "wss://rpc-polkadot.luckyfriday.io",
},
Expand All @@ -62,6 +62,9 @@ export const chains = [
{
url: "wss://dot-rpc.stakeworld.io",
},
{
url: "wss://polkadot.rpc.subquery.network/public/ws",
},
],
evmNetworks: [],
parathreads: [
Expand Down Expand Up @@ -130,6 +133,11 @@ export const chains = [
paraId: 2091,
name: "Frequency",
},
{
id: "geminis",
paraId: 2038,
name: "Geminis",
},
{
id: "hashed",
paraId: 2093,
Expand Down Expand Up @@ -205,6 +213,21 @@ export const chains = [
paraId: 2026,
name: "Nodle",
},
{
id: "oak",
paraId: 2090,
name: "Oak",
},
{
id: "omnibtc",
paraId: 2053,
name: "OmniBTC",
},
{
id: "peaq",
paraId: 3338,
name: "Peaq",
},
{
id: "pendulum",
paraId: 2094,
Expand Down Expand Up @@ -240,16 +263,31 @@ export const chains = [
paraId: 1001,
name: "Polkadot Collectives",
},
{
id: "polkadot-coretime",
paraId: 1005,
name: "Polkadot Coretime",
},
{
id: "polkadot-people",
paraId: 1004,
name: "Polkadot People",
},
{
id: "robonomics-polkadot",
paraId: 3388,
name: "Robonomics Polkadot",
},
{
id: "sora-polkadot",
paraId: 2025,
name: "Sora",
},
{
id: "subdao",
paraId: 2018,
name: "SubDAO",
},
{
id: "subsocial-polkadot",
paraId: 2101,
Expand Down Expand Up @@ -319,9 +357,6 @@ export const chains = [
{
url: "wss://rpc.ibp.network/kusama",
},
{
url: "wss://rpc.dotters.network/kusama",
},
{
url: "wss://1rpc.io/ksm",
},
Expand All @@ -334,6 +369,9 @@ export const chains = [
{
url: "wss://kusama-rpc.publicnode.com",
},
{
url: "wss://kusama.dotters.network",
},
{
url: "wss://rpc-kusama.luckyfriday.io",
},
Expand All @@ -346,6 +384,9 @@ export const chains = [
{
url: "wss://ksm-rpc.stakeworld.io",
},
{
url: "wss://kusama.rpc.subquery.network/public/ws",
},
],
evmNetworks: [],
parathreads: [
Expand Down Expand Up @@ -404,6 +445,11 @@ export const chains = [
paraId: 1001,
name: "Encointer",
},
{
id: "gm",
paraId: 2123,
name: "GM",
},
{
id: "imbue",
paraId: 2121,
Expand All @@ -414,6 +460,11 @@ export const chains = [
paraId: 2015,
name: "Integritee",
},
{
id: "ipci",
paraId: 2222,
name: "DAO IPCI",
},
{
id: "kabocha",
paraId: 2113,
Expand All @@ -434,6 +485,11 @@ export const chains = [
paraId: 2092,
name: "Kintsugi",
},
{
id: "kpron",
paraId: 2019,
name: "Kpron",
},
{
id: "kreivo",
paraId: 2281,
Expand Down Expand Up @@ -487,7 +543,12 @@ export const chains = [
{
id: "robonomics-kusama",
paraId: 2048,
name: "Robonomics",
name: "Robonomics Kusama",
},
{
id: "sakura",
paraId: 2016,
name: "Sakura",
},
{
id: "shadow-kusama",
Expand Down Expand Up @@ -538,7 +599,7 @@ export const chains = [
id: "kusama-asset-hub",
isTestnet: false,
isDefault: true,
sortIndex: 507,
sortIndex: 512,
genesisHash: "0x48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a",
prefix: 2,
name: "Kusama Asset Hub",
Expand Down Expand Up @@ -576,15 +637,15 @@ export const chains = [
{
url: "wss://sys.ibp.network/statemine",
},
{
url: "wss://sys.dotters.network/statemine",
},
{
url: "wss://asset-hub-kusama-rpc.dwellir.com",
},
{
url: "wss://statemine-rpc-tn.dwellir.com",
},
{
url: "wss://asset-hub-kusama.dotters.network",
},
{
url: "wss://rpc-asset-hub-kusama.luckyfriday.io",
},
Expand Down Expand Up @@ -644,7 +705,7 @@ export const chains = [
id: "kusama-bridge-hub",
isTestnet: false,
isDefault: true,
sortIndex: 508,
sortIndex: 513,
genesisHash: "0x00dcb981df86429de8bbacf9803401f09485366c44efbf53af9ecfab03adc7e5",
prefix: 2,
name: "Kusama Bridge Hub",
Expand Down Expand Up @@ -674,15 +735,15 @@ export const chains = [
{
url: "wss://sys.ibp.network/bridgehub-kusama",
},
{
url: "wss://sys.dotters.network/bridgehub-kusama",
},
{
url: "wss://bridge-hub-kusama-rpc.dwellir.com",
},
{
url: "wss://kusama-bridge-hub-rpc-tn.dwellir.com",
},
{
url: "wss://bridge-hub-kusama.dotters.network",
},
{
url: "wss://rpc-bridge-hub-kusama.luckyfriday.io",
},
Expand Down Expand Up @@ -718,7 +779,7 @@ export const chains = [
id: "polkadot-asset-hub",
isTestnet: false,
isDefault: true,
sortIndex: 729,
sortIndex: 742,
genesisHash: "0x68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f",
prefix: 0,
name: "Polkadot Asset Hub",
Expand Down Expand Up @@ -804,15 +865,15 @@ export const chains = [
{
url: "wss://sys.ibp.network/asset-hub-polkadot",
},
{
url: "wss://sys.dotters.network/asset-hub-polkadot",
},
{
url: "wss://asset-hub-polkadot-rpc.dwellir.com",
},
{
url: "wss://statemint-rpc-tn.dwellir.com",
},
{
url: "wss://asset-hub-polkadot.dotters.network",
},
{
url: "wss://rpc-asset-hub-polkadot.luckyfriday.io",
},
Expand Down Expand Up @@ -1044,7 +1105,7 @@ export const chains = [
id: "polkadot-bridge-hub",
isTestnet: false,
isDefault: true,
sortIndex: 730,
sortIndex: 743,
genesisHash: "0xdcf691b5a3fbe24adc99ddc959c0561b973e329b1aef4c4b22e7bb2ddecb4464",
prefix: 0,
name: "Polkadot Bridge Hub",
Expand Down Expand Up @@ -1074,15 +1135,15 @@ export const chains = [
{
url: "wss://sys.ibp.network/bridgehub-polkadot",
},
{
url: "wss://sys.dotters.network/bridgehub-polkadot",
},
{
url: "wss://bridge-hub-polkadot-rpc.dwellir.com",
},
{
url: "wss://polkadot-bridge-hub-rpc-tn.dwellir.com",
},
{
url: "wss://bridge-hub-polkadot.dotters.network",
},
{
url: "wss://rpc-bridge-hub-polkadot.luckyfriday.io",
},
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: 312,
sortIndex: 314,
name: "Ethereum Mainnet",
themeColor: "#62688f",
logo: "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/chains/1.svg",
Expand Down
Loading