Skip to content

Commit

Permalink
add tangle testnet in testnet shared configu
Browse files Browse the repository at this point in the history
  • Loading branch information
Freddy Li authored and Freddy Li committed Jun 3, 2024
1 parent d3c84d6 commit 5bc57ed
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions testnet/shared-config-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,74 @@
"decimals": 18
}
]
},
{
"id": 12,
"chainId": 6231,
"parachainId": 1000,
"name": "tangle-standalone-testnet",
"type": "substrate",
"bridge": "",
"handlers": [
{
"address": "--TODO--",
"type": "erc20"
}
],
"nativeTokenSymbol": "tnt",
"nativeTokenFullName": "tnt",
"nativeTokenDecimals": 12,
"blockConfirmations": 2,
"startBlock": 6042982,
"resources": [
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000002000",
"type": "fungible",
"native": true,
"symbol": "TNT",
"decimals": 12,
"assetName": "TNT",
"xcmMultiAssetId": {
"concrete": {
"parents": 0,
"interior": "here"
}
}
},
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000001100",
"type": "fungible",
"assetID": 1984,
"native": false,
"symbol": "sygUSD",
"decimals": 6,
"assetName": "SygmaUSD",
"xcmMultiAssetId": {
"concrete": {
"parents": 1,
"interior": {
"X3": [
{
"Parachain": 1000
},
{
"GeneralKey": {
"length": 5,
"data": "0x7379676d61000000000000000000000000000000000000000000000000000000"
}
},
{
"GeneralKey": {
"length": 6,
"data": "0x7379677573640000000000000000000000000000000000000000000000000000"
}
}
]
}
}
}
}
]
}
]
}

0 comments on commit 5bc57ed

Please sign in to comment.