Skip to content

Commit

Permalink
Add AssetHub to types-support and test generation (#6022)
Browse files Browse the repository at this point in the history
* Add AssetHub to types-support and test generation

* lint
  • Loading branch information
TarikGul authored Nov 8, 2024
1 parent d5e31e4 commit 173b311
Show file tree
Hide file tree
Showing 13 changed files with 97,788 additions and 5 deletions.
2 changes: 2 additions & 0 deletions packages/types-known/src/upgrades/e2e/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ import * as allGen from './index.js';

const keys = ['kusama', 'polkadot', 'westend'] as const;
const urls = {
'asset-hub-kusama': 'wss://kusama-asset-hub-rpc.polkadot.io',
'asset-hub-polkadot': 'wss://polkadot-asset-hub-rpc.polkadot.io',
kusama: 'wss://kusama-rpc.polkadot.io',
polkadot: 'wss://rpc.polkadot.io',
westend: 'wss://westend-rpc.polkadot.io'
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 173b311

Please sign in to comment.