Skip to content

Commit e1aaa5b

Browse files
committed
chore: fund faucet in kbtc
1 parent 2510b34 commit e1aaa5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/init-testnet.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ function constructFundingSetup(api: ApiPromise) {
161161
const tokens = [
162162
{Token: "KSM"},
163163
{Token: "KINT"},
164+
{Token: "KBTC"}, // note: if the faucet gives this, it'll lead to unredeemable kbtc
164165
{ ForeignAsset: 1 },
165166
{ ForeignAsset: 2 },
166167
{ ForeignAsset: 3 },

0 commit comments

Comments
 (0)