Skip to content

Commit

Permalink
Merge pull request #70 from sygmaprotocol/tcar/fix-sygUSDC-config
Browse files Browse the repository at this point in the history
fix: add assetID for sygUSD
  • Loading branch information
tcar121293 authored Oct 13, 2023
2 parents 120bc63 + baef673 commit bce859c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions testnet/shared-config-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,10 @@
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000001100",
"type": "fungible",
"native": true,
"assetID": 1984,
"native": false,
"symbol": "sygUSD",
"decimals": 18,
"decimals": 6,
"assetName": "SygmaUSD",
"xcmMultiAssetId": {
"concrete": {
Expand Down

0 comments on commit bce859c

Please sign in to comment.