Skip to content

Commit

Permalink
feat: output oldPrefix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKheops committed Jan 14, 2025
1 parent 6d54806 commit 37a540e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build/steps/addChains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const addChains = async () => {
sortIndex: null,
genesisHash: null,
prefix: null,
oldPrefix: configChain.oldPrefix,
name: configChain.name ?? null,
themeColor: null,
logo: null,
Expand Down
1 change: 1 addition & 0 deletions scripts/shared/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export type ConfigChain = {
overrideNativeTokenId?: string
isUnknownFeeToken?: boolean
feeToken?: string
oldPrefix?: number
rpcs?: string[]
paraId?: number
relay?: { id: string }
Expand Down

0 comments on commit 37a540e

Please sign in to comment.