From fd8c5c92b0f333006602a5c4710c04820c25b446 Mon Sep 17 00:00:00 2001 From: mpetrun5 Date: Tue, 20 Aug 2024 17:36:51 +0200 Subject: [PATCH] Add substrate network to devnet --- testnet/shared-config-dev.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/testnet/shared-config-dev.json b/testnet/shared-config-dev.json index c283792..2bb57cd 100644 --- a/testnet/shared-config-dev.json +++ b/testnet/shared-config-dev.json @@ -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" + } + } + } + ] } ] }