We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2510b34 commit e1aaa5bCopy full SHA for e1aaa5b
scripts/init-testnet.ts
@@ -161,6 +161,7 @@ function constructFundingSetup(api: ApiPromise) {
161
const tokens = [
162
{Token: "KSM"},
163
{Token: "KINT"},
164
+ {Token: "KBTC"}, // note: if the faucet gives this, it'll lead to unredeemable kbtc
165
{ ForeignAsset: 1 },
166
{ ForeignAsset: 2 },
167
{ ForeignAsset: 3 },
0 commit comments