Skip to content

Commit

Permalink
[Patch] Auto enable some token
Browse files Browse the repository at this point in the history
  • Loading branch information
S2kael committed Mar 25, 2024
1 parent 4d8a8ab commit 7e93937
Showing 1 changed file with 35 additions and 37 deletions.
72 changes: 35 additions & 37 deletions packages/chain-list-assets/public/patch/0.2.52/ChainAsset.json
Original file line number Diff line number Diff line change
@@ -1,52 +1,50 @@
{
"astar-LOCAL-PINK": {
"originChain": "astar",
"slug": "astar-LOCAL-PINK",
"name": "Pink",
"symbol": "PINK",
"decimals": 10,
"priceId": null,
"minAmount": "1",
"assetType": "LOCAL",
"polkadex-NATIVE-PDEX": {
"originChain": "polkadex",
"slug": "polkadex-NATIVE-PDEX",
"name": "Polkadex",
"symbol": "PDEX",
"decimals": 12,
"priceId": "polkadex",
"minAmount": "1000000000000",
"assetType": "NATIVE",
"metadata": {
"assetId": "18446744073709551633",
"multilocation": {
"Concrete": {
"parents": 1,
"interior": {
"X3": [
{
"Parachain": 1000
},
{
"PalletInstance": 50
},
{
"GeneralIndex": 23
}
]
}
}
}
"autoEnable": true
},
"multiChainAsset": null,
"hasValue": true,
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/astar-local-pink.png"
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polkadex-native-pdex.png"
},
"westend-NATIVE-WND": {
"originChain": "westend",
"slug": "westend-NATIVE-WND",
"name": "Westend",
"symbol": "WND",
"invarch-NATIVE-VARCH": {
"originChain": "invarch",
"slug": "invarch-NATIVE-VARCH",
"name": "InvArch Network",
"symbol": "VARCH",
"decimals": 12,
"priceId": null,
"minAmount": "10000000000",
"minAmount": "1000000000",
"assetType": "NATIVE",
"metadata": {
"autoEnable": true
},
"multiChainAsset": null,
"hasValue": false,
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/westend-native-wnd.png"
"hasValue": true,
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/invarch-native-varch.png"
},
"polkadex_dot-NATIVE-PDEX": {
"originChain": "polkadex_dot",
"slug": "polkadex_dot-NATIVE-PDEX",
"name": "Polkadex Polkadot",
"symbol": "PDEX",
"decimals": 12,
"priceId": "polkadex",
"minAmount": "1000000000000",
"assetType": "NATIVE",
"metadata": {
"autoEnable": true
},
"multiChainAsset": null,
"hasValue": true,
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polkadex_dot-native-pdex.png"
}
}

0 comments on commit 7e93937

Please sign in to comment.