Skip to content

Commit

Permalink
add usdc wh and ftm wh to moonbase beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Rihyx committed Mar 20, 2024
1 parent 2723eba commit c6f30e1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/config/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,16 @@ export const moonbaseBeta = new EvmParachain({
balanceId: '85534404031760856987006367174489651085',
id: { ForeignAsset: '85534404031760856987006367174489651085' },
},
{
asset: usdcwh,
balanceId: '319794858556516669238969276945382613133',
id: { ForeignAsset: '319794858556516669238969276945382613133' },
},
{
asset: ftmwh,
balanceId: '198801030527939140930753142903035039136',
id: { ForeignAsset: '198801030527939140930753142903035039136' },
},
],
ecosystem: Ecosystem.AlphanetRelay,
genesisHash:
Expand Down

0 comments on commit c6f30e1

Please sign in to comment.