Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ntn-x2 committed Dec 19, 2023
1 parent efcf328 commit ffb3e35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const baseConfig: Pick<
| "identityDetailsRuntimeType"
> = {
accountIdRuntimeType: "AccountId32",
blockNumberRuntimeType: "u32",
blockNumberRuntimeType: "u64",
identityDetailsRuntimeType: "Option<u128>",
}
const web3NameRuntimeType = "Text"
Expand Down
1 change: 0 additions & 1 deletion tests/peregrine-dip-consumer-template/develop.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import type { Call } from "@polkadot/types/interfaces"
import type { Codec } from "@polkadot/types/types"

import {
createProviderApi,
signAndSubmitTx,
withCrossModuleSystemImport,
} from "../utils.js"
Expand Down

0 comments on commit ffb3e35

Please sign in to comment.