Skip to content

Commit

Permalink
add usdc.wh contract address
Browse files Browse the repository at this point in the history
  • Loading branch information
Rihyx committed Mar 21, 2024
1 parent 04f22ad commit 719c6dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/config/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ export const moonbaseAlpha = new EvmParachain({
},
{
asset: usdcwh,
id: '0xD909178CC99d318e4D46e7E66a972955859670E1',
id: '0xE5dE10C4b744bac6b783fAF8d9B9fDFF14Acc3c9',
},
],
ecosystem: Ecosystem.AlphanetRelay,
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/tests/acceptance/__snapshots__/sdk.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,13 @@ exports[`sdk getParachainBalances should get expected balances for Moonbase Alph
"originSymbol": "FTM.wh",
"symbol": "FTM.wh",
},
r {
"amount": 10000n,
"decimals": 6,
"key": "usdcwh",
"originSymbol": "USDC.Wh",
"symbol": "USDC.Wh",
},
r {
"amount": 0n,
"decimals": 12,
Expand Down

0 comments on commit 719c6dc

Please sign in to comment.