Skip to content

Commit a59c5cc

Browse files
committed
fix: usdt and moonriver coingecko ids
1 parent c05843a commit a59c5cc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/init-testnet.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ function constructForeignAssetSetup(api: ApiPromise) {
354354
symbol: "USDT",
355355
existentialDeposit: 0,
356356
location: null,
357-
additional: { feePerSecond: 8153838, coingeckoId: "" }
357+
additional: { feePerSecond: 8153838, coingeckoId: "tether" }
358358
},
359359
1
360360
), api.tx.assetRegistry.registerAsset(
@@ -364,7 +364,7 @@ function constructForeignAssetSetup(api: ApiPromise) {
364364
symbol: "MOVR",
365365
existentialDeposit: 0,
366366
location: null,
367-
additional: { feePerSecond: 0, coingeckoId: "" }
367+
additional: { feePerSecond: 0, coingeckoId: "moonriver" }
368368
},
369369
2
370370
), api.tx.assetRegistry.registerAsset(
@@ -412,7 +412,7 @@ function constructForeignAssetSetup(api: ApiPromise) {
412412
}
413413
}
414414
},
415-
additional: { feePerSecond: 233100000000, coingeckoId: "" }
415+
additional: { feePerSecond: 233100000000, coingeckoId: "voucher-ksm" }
416416
},
417417
4
418418
), api.tx.assetRegistry.registerAsset(

0 commit comments

Comments
 (0)