Skip to content
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
7 changes: 4 additions & 3 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
49 pan update Bifrost kusama on Subsquare (#9752)
46 Antoine Estienne Update moonbeam endpoints and moonbase logo and color (#6890)
41 MiZiet Apply styles to the unbonding icon (#6314)
40 RadiumBlock Add Radiumblock endpoints to People Kusama and Coretime Polkadot (#12137)
39 Joakim Nyman Clean up and renaming of Dwellir endpoints (#11609)
39 RadiumBlock Re-adding RadiumBlock as Shiden and Bifrost Polkadot Endpoint provider (#11112)
35 Yongfeng LI Update subsquare external links (#11985)
32 brenzi reactivate Integritee Paseo endpoint (#11831)
31 Stefanie Doll Set higher default gas limit, switch from bitlength u32 to u128 for input fields (#2743)
Expand Down Expand Up @@ -202,6 +202,7 @@
3 Bruno Škvorc Clarify signed message input (#3303)
3 Caos Update NFTMart logo (#5815)
3 Chris D'Costa Add Totem Stagex & remove Totem Lego & Wapex networks #8144 (#8145)
3 Daniel Magro Added Spectrum Provider for Kusama Relay, Kusama Bridge Hub, and Polkadot Bridge Hub (#12138)
3 Dmitriy Zagrebin Return Robonomics endpoint (#12077)
3 Dmitry Selikhov Update pontem-types-bundle from 1.0.14 to 1.0.15 (#6191)
3 drgora Add VFlow Testnet (#11754)
Expand Down Expand Up @@ -269,7 +270,6 @@
2 composabledev added picasso logo (#6043)
2 CrabGopher Refactor provider names for Autonomys Chronos networks (#11942)
2 Dan Shields Update ED and reaping info in app (#4771)
2 Daniel Magro Updated Simply Staking endpoint for Polkadot in productionRelayPolkadot.ts (#11778)
2 Daniel Olano Restore Virto provider for Kreivo in Kusama (#10363)
2 dansoft update manta network logo (#6972)
2 Danylo Kyrieiev update karmachain endpoints (#9883)
Expand Down Expand Up @@ -302,6 +302,7 @@
2 Krishna Singh Updated Polkadex mainnet and parachain endpoints (#9765)
2 Kyilkhor Moonsama listing + types (#9682)
2 Leonardo Razovic Polimec: add new RPC provider and change color (#10371)
2 leoonf remove Nodle onfinality provider (#12192)
2 LL change riodefi network (#8446)
2 Lohsea Add new color and logo (#6004)
2 Loïs update allfeat testnet (#11214)
Expand Down Expand Up @@ -379,6 +380,7 @@
1 augustocollado Enables identity on Tanssi and Dancelight (#11924)
1 Bart200c add kylin network (#7865)
1 Bastian Köcher Update copyright year to make CI happy (#12142)
1 Bear Wang refactor: remove references to Darwinia Crab and associated assets (#12131)
1 Beqa Abuladze Rename Creditcoin Classic to CC Enterprise (#10878)
1 blackjooohn NFTMart is available (#11606)
1 Blake Byrnes Add Argon Protocol Testnet (#10871)
Expand Down Expand Up @@ -488,7 +490,6 @@
1 Lauro Gripa Neto Add portuguese translation (#2940)
1 Leechael chore: Remove Phala PoC5 since it going to take down (#10082)
1 legape Add Chainflip networks (#10153)
1 leoonf remove Onfinality's Aleph Zero and Integritee-Kusama endpoint (#11966)
1 Letho Coinversation (#6597)
1 Levi feat: support asset filter (#10423)
1 Liaoyi Remove Automata mainnet and contextfree testnet (#10531)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"sideEffects": false,
"type": "module",
"version": "0.170.2-2-x",
"version": "0.170.2-5-x",
"versions": {
"git": "0.170.2-2-x",
"git": "0.170.2-5-x",
"npm": "0.170.1"
},
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.170.2-2-x",
"version": "0.170.2-5-x",
"main": "index.js",
"dependencies": {
"@acala-network/type-definitions": "5.1.2",
Expand Down
200 changes: 200 additions & 0 deletions packages/apps-config/src/api/typesBundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103910,6 +103910,15 @@ export const typesBundle = {
null
],
"types": {
"Juror": {
"status": "JurorStatus"
},
"JurorStatus": {
"_enum": [
"OK",
"Tardy"
]
},
"Address": "MultiAddress",
"Amount": "i128",
"AmountOf": "i128",
Expand Down Expand Up @@ -104035,6 +104044,197 @@ export const typesBundle = {
]
},
"VestingBlockNumber": "u32",
"OrderSide": {
"_enum": [
"Bid",
"Ask"
]
},
"Order": {
"side": "OrderSide",
"maker": "AccountId",
"taker": "Option<AccountId>",
"asset": "Asset",
"total": "Balance",
"price": "Balance",
"filled": "Balance"
},
"MarketCreation": {
"_enum": [
"Permissionless",
"Advised"
]
},
"MarketPeriod": {
"_enum": {
"Block": "Range<BlockNumber>",
"Timestamp": "Range<Moment>"
}
},
"MarketId": "u128",
"MarketType": {
"_enum": {
"Categorical": "u16",
"Scalar": "RangeInclusive<u128>"
}
},
"MarketStatus": {
"_enum": [
"Proposed",
"Active",
"Suspended",
"Closed",
"CollectingSubsidy",
"InsufficientSubsidy",
"Reported",
"Disputed",
"Resolved"
]
},
"Market": {
"creator": "AccountId",
"creation": "MarketCreation",
"creatorFee": "u8",
"oracle": "AccountId",
"metadata": "Vec<u8>",
"marketType": "MarketType",
"period": "MarketPeriod",
"scoringRule": "ScoringRule",
"status": "MarketStatus",
"report": "Option<Report>",
"resolvedOutcome": "Option<OutcomeReport>",
"disputeMechanism": "MarketDisputeMechanism"
},
"ScoringRule": {
"_enum": [
"CPMM",
"RikiddoSigmoidFeeMarketEma"
]
},
"OutcomeReport": {
"_enum": {
"Categorical": "u16",
"Scalar": "u128"
}
},
"Report": {
"at": "BlockNumber",
"by": "AccountId",
"outcome": "OutcomeReport"
},
"MarketDispute": {
"at": "BlockNumber",
"by": "AccountId",
"outcome": "OutcomeReport"
},
"MarketDisputeMechanism": {
"_enum": {
"Authorized": "AccountId",
"Court": null,
"SimpleDisputes": null
}
},
"EmaConfig": {
"emaPeriod": "Timespan",
"emaPeriodEstimateAfter": "Option<Timespan>",
"smoothing": "u128"
},
"EmaMarketVolume": {
"config": "EmaConfig",
"ema": "u128",
"multiplier": "u128",
"lastTime": "UnixTimestamp",
"state": "MarketVolumeState",
"startTime": "UnixTimestamp",
"volumesPerPeriod": "u128"
},
"FeeSigmoid": {
"config": "FeeSigmoidConfig"
},
"FeeSigmoidConfig": {
"m": "i128",
"p": "i128",
"n": "i128",
"initialFee": "i128",
"minRevenue": "i128"
},
"MarketVolumeState": {
"_enum": [
"Uninitialized",
"DataCollectionStarted",
"DataCollected"
]
},
"Rikiddo": {
"config": "RikiddoConfig",
"fees": "FeeSigmoid",
"maShort": "EmaMarketVolume",
"maLong": "EmaMarketVolume"
},
"RikiddoConfig": {
"initialFee": "i128",
"log2E": "i128"
},
"Timespan": {
"_enum": {
"Seconds": "u32",
"Minutes": "u32",
"Hours": "u32",
"Days": "u16",
"Weeks": "u16"
}
},
"UnixTimestamp": "u64",
"Pool": {
"assets": "Vec<Asset>",
"baseAsset": "Asset",
"marketId": "MarketId",
"poolStatus": "PoolStatus",
"scoringRule": "ScoringRule",
"swapFee": "Option<Balance>",
"totalSubsidy": "Option<Balance>",
"totalWeight": "Option<u128>",
"weights": "Option<BTreeMap<Asset, u128>>"
},
"CommonPoolEventParams": {
"poolId": "u128",
"who": "AccountId"
},
"PoolAssetEvent": {
"asset": "Asset",
"bound": "Balance",
"cpep": "CommonPoolEventParams<AccountId>",
"transferred": "Balance"
},
"PoolAssetsEvent": {
"assets": "Vec<Asset>",
"bounds": "Vec<Balance>",
"cpep": "CommonPoolEventParams<AccountId>",
"transferred": "Vec<Balance>"
},
"PoolId": "u128",
"PoolStatus": {
"_enum": [
"Active",
"CollectingSubsidy",
"Closed",
"Clean",
"Initialized"
]
},
"SubsidyUntil": {
"marketId": "MarketId",
"period": "MarketPeriod"
},
"SwapEvent": {
"assetAmountIn": "Balance",
"assetAmountOut": "Balance",
"assetBound": "Balance",
"assetIn": "Asset",
"assetOut": "Asset",
"cpep": "CommonPoolEventParams<AccountId>",
"maxPrice": "Balance"
},
"TokensAccountData": {
"free": "Balance",
"frozen": "Balance",
Expand Down
24 changes: 6 additions & 18 deletions packages/apps-config/src/endpoints/productionRelayKusama.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type { EndpointOption } from './types.js';

import { KUSAMA_GENESIS } from '../api/constants.js';
import { chainsAbandPNG, chainsAcurastSVG, chainsAltairSVG, chainsAmplitudeSVG, chainsAssethubKusamaSVG, chainsCoretimeKusamaSVG, chainsDorafactoryPNG, chainsGenshiroSVG, chainsGmJPEG, chainsKaruraSVG, chainsKicoPNG, chainsKintsugiPNG, chainsKreivoSVG, chainsKusamaSVG, chainsListenPNG, chainsPeopleKusamaSVG, chainsQpnPNG, chainsRiodefiPNG, chainsShidenPNG, chainsTinkerPNG, chainsTuringPNG, chainsUnorthodoxPNG } from '../ui/logos/chains/index.js';
import { nodesApronPNG, nodesAresMarsPNG, nodesBajunPNG, nodesBasiliskPNG, nodesBifrostSVG, nodesBitcountryPNG, nodesBridgeHubBlackSVG, nodesCalamariPNG, nodesCrabSVG, nodesCurioSVG, nodesDatahighwayPNG, nodesEncointerBlueSVG, nodesHyperbridgePNG, nodesImbuePNG, nodesIpciSVG, nodesKabochaSVG, nodesKhalaSVG, nodesKrestPNG, nodesLoomNetworkPNG, nodesMoonriverSVG, nodesParallelSVG, nodesPicassoPNG, nodesPichiuPNG, nodesPolkasmithSVG, nodesQuartzPNG, nodesRegionxPNG, nodesRobonomicsSVG, nodesSakuraSVG, nodesShadowSVG, nodesSnowPNG, nodesSoraSubstrateSVG, nodesSubgameSVG, nodesSubsocialXSVG, nodesT1rnPNG, nodesTrustbasePNG, nodesXodePNG, nodesYerbanetworkPNG, nodesZeroSVG } from '../ui/logos/nodes/index.js';
import { nodesApronPNG, nodesAresMarsPNG, nodesBajunPNG, nodesBasiliskPNG, nodesBifrostSVG, nodesBitcountryPNG, nodesBridgeHubBlackSVG, nodesCalamariPNG, nodesCurioSVG, nodesDatahighwayPNG, nodesEncointerBlueSVG, nodesHyperbridgePNG, nodesImbuePNG, nodesIpciSVG, nodesKabochaSVG, nodesKhalaSVG, nodesKrestPNG, nodesLoomNetworkPNG, nodesMoonriverSVG, nodesParallelSVG, nodesPicassoPNG, nodesPichiuPNG, nodesPolkasmithSVG, nodesQuartzPNG, nodesRegionxPNG, nodesRobonomicsSVG, nodesSakuraSVG, nodesShadowSVG, nodesSnowPNG, nodesSoraSubstrateSVG, nodesSubgameSVG, nodesSubsocialXSVG, nodesT1rnPNG, nodesTrustbasePNG, nodesXodePNG, nodesYerbanetworkPNG, nodesZeroSVG } from '../ui/logos/nodes/index.js';
import { getTeleports } from './util.js';

// The available endpoints that will show in the dropdown. For the most part (with the exception of
Expand Down Expand Up @@ -128,21 +128,6 @@ export const prodParasKusama: Omit<EndpointOption, 'teleport'>[] = [
logo: nodesCalamariPNG
}
},
{
homepage: 'https://crab.network',
info: 'crab',
paraId: 2105,
providers: {
Darwinia: 'wss://crab-rpc.darwinia.network/'
// Dcdao: 'wss://crab-rpc.dcdao.box', // https://github.com/polkadot-js/apps/issues/11232
// Dwellir: 'wss://darwiniacrab-rpc.n.dwellir.com' // https://github.com/polkadot-js/apps/issues/11965
},
text: 'Crab',
ui: {
color: '#512DBC',
logo: nodesCrabSVG
}
},
{
homepage: 'https://crust.network/',
info: 'shadow',
Expand Down Expand Up @@ -896,7 +881,8 @@ export const prodParasKusamaCommon: EndpointOption[] = [
LuckyFriday: 'wss://rpc-bridge-hub-kusama.luckyfriday.io',
OnFinality: 'wss://bridgehub-kusama.api.onfinality.io/public-ws',
Parity: 'wss://kusama-bridge-hub-rpc.polkadot.io',
RadiumBlock: 'wss://bridgehub-kusama.public.curie.radiumblock.co/ws'
RadiumBlock: 'wss://bridgehub-kusama.public.curie.radiumblock.co/ws',
Spectrum: 'wss://spectrum-03.simplystaking.xyz/cG9sa2Fkb3QtMDMtOTFkMmYwZGYtcG9sa2Fkb3Q/balkpUVauqyv8g/kusamabridgehub/mainnet/'
// Stakeworld: 'wss://rpc-bridgehub-kusama.stakeworld.io'
},
relayName: 'kusama',
Expand Down Expand Up @@ -961,7 +947,8 @@ export const prodParasKusamaCommon: EndpointOption[] = [
IBP2: 'wss://people-kusama.dotters.network',
LuckyFriday: 'wss://rpc-people-kusama.luckyfriday.io',
OnFinality: 'wss://people-kusama.api.onfinality.io/public-ws',
Parity: 'wss://kusama-people-rpc.polkadot.io'
Parity: 'wss://kusama-people-rpc.polkadot.io',
RadiumBlock: 'wss://people-kusama.public.curie.radiumblock.co/ws'
// Stakeworld: 'wss://rpc-people-kusama.stakeworld.io'
},
relayName: 'kusama',
Expand Down Expand Up @@ -997,6 +984,7 @@ export const prodRelayKusama: EndpointOption = {
OnFinality: 'wss://kusama.api.onfinality.io/public-ws',
RadiumBlock: 'wss://kusama.public.curie.radiumblock.co/ws',
// RockX: 'wss://rockx-ksm.w3node.com/polka-public-ksm/ws', // https://github.com/polkadot-js/apps/issues/11477
Spectrum: 'wss://spectrum-03.simplystaking.xyz/cG9sa2Fkb3QtMDMtOTFkMmYwZGYtcG9sa2Fkb3Q/QXq7QZ6Q60NDzA/kusama/mainnet/',
Stakeworld: 'wss://rpc-kusama.stakeworld.io',
// SubQuery: 'wss://kusama.rpc.subquery.network/public/ws', https://github.com/polkadot-js/apps/issues/11026
'light client': 'light://substrate-connect/kusama'
Expand Down
14 changes: 8 additions & 6 deletions packages/apps-config/src/endpoints/productionRelayPolkadot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
paraId: 2026,
providers: {
// Dwellir: 'wss://nodle-rpc.dwellir.com', // https://github.com/polkadot-js/apps/issues/11965
OnFinality: 'wss://nodle-parachain.api.onfinality.io/public-ws'
// OnFinality: 'wss://nodle-parachain.api.onfinality.io/public-ws'
},
text: 'Nodle',
ui: {
Expand Down Expand Up @@ -904,7 +904,8 @@ export const prodParasPolkadotCommon: EndpointOption[] = [
LuckyFriday: 'wss://rpc-bridge-hub-polkadot.luckyfriday.io',
OnFinality: 'wss://bridgehub-polkadot.api.onfinality.io/public-ws',
Parity: 'wss://polkadot-bridge-hub-rpc.polkadot.io',
RadiumBlock: 'wss://bridgehub-polkadot.public.curie.radiumblock.co/ws'
RadiumBlock: 'wss://bridgehub-polkadot.public.curie.radiumblock.co/ws',
Spectrum: 'wss://spectrum-03.simplystaking.xyz/cG9sa2Fkb3QtMDMtOTFkMmYwZGYtcG9sa2Fkb3Q/mgX--uWlEtmNKw/polkadotbridgehub/mainnet/'
// Stakeworld: 'wss://rpc-bridge-hub-polkadot.stakeworld.io'
},
relayName: 'polkadot',
Expand Down Expand Up @@ -947,7 +948,8 @@ export const prodParasPolkadotCommon: EndpointOption[] = [
IBP2: 'wss://coretime-polkadot.dotters.network',
LuckyFriday: 'wss://rpc-coretime-polkadot.luckyfriday.io',
OnFinality: 'wss://coretime-polkadot.api.onfinality.io/public-ws',
Parity: 'wss://polkadot-coretime-rpc.polkadot.io'
Parity: 'wss://polkadot-coretime-rpc.polkadot.io',
RadiumBlock: 'wss://coretime-polkadot.public.curie.radiumblock.co/ws'
// Stakeworld: 'wss://rpc-coretime-polkadot.stakeworld.io'
},
relayName: 'polkadot',
Expand All @@ -966,8 +968,8 @@ export const prodParasPolkadotCommon: EndpointOption[] = [
IBP2: 'wss://people-polkadot.dotters.network',
LuckyFriday: 'wss://rpc-people-polkadot.luckyfriday.io',
OnFinality: 'wss://people-polkadot.api.onfinality.io/public-ws',
Parity: 'wss://polkadot-people-rpc.polkadot.io'
// RadiumBlock: 'wss://people-polkadot.public.curie.radiumblock.co/ws', // https://github.com/polkadot-js/apps/issues/11791
Parity: 'wss://polkadot-people-rpc.polkadot.io',
RadiumBlock: 'wss://people-polkadot.public.curie.radiumblock.co/ws'
// Stakeworld: 'wss://rpc-people-polkadot.stakeworld.io'
},
relayName: 'polkadot',
Expand Down Expand Up @@ -1004,7 +1006,7 @@ export const prodRelayPolkadot: EndpointOption = {
// 'Permanence DAO EU': 'wss://polkadot.rpc.permanence.io', // https://github.com/polkadot-js/apps/issues/12078
RadiumBlock: 'wss://polkadot.public.curie.radiumblock.co/ws',
// RockX: 'wss://rockx-dot.w3node.com/polka-public-dot/ws', // https://github.com/polkadot-js/apps/issues/11439
'Simply Staking': 'wss://spectrum-03.simplystaking.xyz/cG9sa2Fkb3QtMDMtOTFkMmYwZGYtcG9sa2Fkb3Q/LjwBJpV3dIKyWQ/polkadot/mainnet/',
Spectrum: 'wss://spectrum-03.simplystaking.xyz/cG9sa2Fkb3QtMDMtOTFkMmYwZGYtcG9sa2Fkb3Q/LjwBJpV3dIKyWQ/polkadot/mainnet/',
Stakeworld: 'wss://rpc-polkadot.stakeworld.io',
SubQuery: 'wss://polkadot.rpc.subquery.network/public/ws',
'light client': 'light://substrate-connect/polkadot'
Expand Down
Loading
Loading