Skip to content

Commit

Permalink
CENTS in Kusama are now 1e12/3000 (#2004)
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki authored Dec 13, 2022
1 parent 85771c6 commit a211fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/smoke-tests/test-relay-xcm-fees.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describeSmokeSuite(`Verify XCM weight fees for relay`, (context) => {
relayRuntime.startsWith("westend")
? units / 100n
: relayRuntime.startsWith("kusama")
? units / 30_000n
? units / 3_000n
: units / 100n;
const coef = cent / 10n;

Expand Down

0 comments on commit a211fb5

Please sign in to comment.