Skip to content

Commit

Permalink
Add substrate network to devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrun5 committed Aug 20, 2024
1 parent f391efc commit fd8c5c9
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions testnet/shared-config-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,38 @@
"feeAmount": "1000000"
}
]
},
{
"id": 4,
"chainId": 5,
"parachainId": 1,
"caipId": "polkadot:5",
"name": "Sygma standalone pallet",
"type": "substrate",
"bridge": "",
"handlers": [],
"nativeTokenSymbol": "syg",
"nativeTokenFullName": "Sygma",
"nativeTokenDecimals": 12,
"blockConfirmations": 2,
"startBlock": 5,
"resources": [
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000300",
"caip19": "polkadot:5",
"type": "fungible",
"native": true,
"symbol": "PHA",
"decimals": 12,
"assetName": "Sygma",
"xcmMultiAssetId": {
"concrete": {
"parents": 0,
"interior": "here"
}
}
}
]
}
]
}

0 comments on commit fd8c5c9

Please sign in to comment.