@subwallet/chain-list 0.2.100-beta.0 → 0.2.100-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle-subwallet-chain-list.js +109 -1
- package/cjs/data/ChainAsset.json +64 -0
- package/cjs/data/ChainInfo.json +42 -0
- package/cjs/packageInfo.js +1 -1
- package/cjs/types.js +2 -1
- package/data/ChainAsset.json +64 -0
- package/data/ChainInfo.json +42 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
- package/types.d.ts +10 -1
- package/types.js +2 -1
|
@@ -20090,6 +20090,70 @@
|
|
|
20090
20090
|
multiChainAsset: null,
|
|
20091
20091
|
hasValue: true,
|
|
20092
20092
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/arbitrum_one-erc20-wbtc-0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f.png"
|
|
20093
|
+
},
|
|
20094
|
+
"cardano-NATIVE-ADA": {
|
|
20095
|
+
originChain: "cardano",
|
|
20096
|
+
slug: "cardano-NATIVE-ADA",
|
|
20097
|
+
name: "Cardano",
|
|
20098
|
+
symbol: "ADA",
|
|
20099
|
+
decimals: 6,
|
|
20100
|
+
priceId: null,
|
|
20101
|
+
minAmount: "0",
|
|
20102
|
+
assetType: "NATIVE",
|
|
20103
|
+
metadata: {
|
|
20104
|
+
cardanoId: "lovelace"
|
|
20105
|
+
},
|
|
20106
|
+
multiChainAsset: null,
|
|
20107
|
+
hasValue: true,
|
|
20108
|
+
icon: null
|
|
20109
|
+
},
|
|
20110
|
+
"cardano_preproduction-NATIVE-tADA": {
|
|
20111
|
+
originChain: "cardano_preproduction",
|
|
20112
|
+
slug: "cardano_preproduction-NATIVE-tADA",
|
|
20113
|
+
name: "Cardano Testnet",
|
|
20114
|
+
symbol: "tADA",
|
|
20115
|
+
decimals: 6,
|
|
20116
|
+
priceId: null,
|
|
20117
|
+
minAmount: "0",
|
|
20118
|
+
assetType: "NATIVE",
|
|
20119
|
+
metadata: {
|
|
20120
|
+
cardanoId: "lovelace"
|
|
20121
|
+
},
|
|
20122
|
+
multiChainAsset: null,
|
|
20123
|
+
hasValue: false,
|
|
20124
|
+
icon: null
|
|
20125
|
+
},
|
|
20126
|
+
"cardano_preproduction-CIP26-BLUEDOT": {
|
|
20127
|
+
originChain: "cardano_preproduction",
|
|
20128
|
+
slug: "cardano_preproduction-CIP26-BLUEDOT",
|
|
20129
|
+
name: "Bluedot Cardano",
|
|
20130
|
+
symbol: "BLUEDOT",
|
|
20131
|
+
decimals: 8,
|
|
20132
|
+
priceId: null,
|
|
20133
|
+
minAmount: "0",
|
|
20134
|
+
assetType: "CIP26",
|
|
20135
|
+
metadata: {
|
|
20136
|
+
cardanoId: "3d64987c567150b011edeed959cd1293432b7f2bc228982e2be395f70014df10426c7565646f742043617264616e6f"
|
|
20137
|
+
},
|
|
20138
|
+
multiChainAsset: null,
|
|
20139
|
+
hasValue: false,
|
|
20140
|
+
icon: null
|
|
20141
|
+
},
|
|
20142
|
+
"cardano-CIP26-HOSKY-a0028f350aaabe0545fdcb56b039bfb08e4bb4d8c4d7c3c7d481c235484f534b59": {
|
|
20143
|
+
originChain: "cardano",
|
|
20144
|
+
slug: "cardano-CIP26-HOSKY-a0028f350aaabe0545fdcb56b039bfb08e4bb4d8c4d7c3c7d481c235484f534b59",
|
|
20145
|
+
name: "HOSKY",
|
|
20146
|
+
symbol: "HOSKY",
|
|
20147
|
+
decimals: 0,
|
|
20148
|
+
priceId: null,
|
|
20149
|
+
minAmount: "0",
|
|
20150
|
+
assetType: "CIP26",
|
|
20151
|
+
metadata: {
|
|
20152
|
+
cardanoId: "a0028f350aaabe0545fdcb56b039bfb08e4bb4d8c4d7c3c7d481c235484f534b59"
|
|
20153
|
+
},
|
|
20154
|
+
multiChainAsset: null,
|
|
20155
|
+
hasValue: true,
|
|
20156
|
+
icon: null
|
|
20093
20157
|
}
|
|
20094
20158
|
};
|
|
20095
20159
|
|
|
@@ -31677,6 +31741,48 @@
|
|
|
31677
31741
|
bitcoinInfo: null,
|
|
31678
31742
|
tonInfo: null
|
|
31679
31743
|
};
|
|
31744
|
+
var cardano = {
|
|
31745
|
+
slug: "cardano",
|
|
31746
|
+
name: "Cardano",
|
|
31747
|
+
isTestnet: false,
|
|
31748
|
+
chainStatus: "ACTIVE",
|
|
31749
|
+
icon: null,
|
|
31750
|
+
providers: {
|
|
31751
|
+
Blockfrost: "FAKE"
|
|
31752
|
+
},
|
|
31753
|
+
evmInfo: null,
|
|
31754
|
+
substrateInfo: null,
|
|
31755
|
+
extraInfo: null,
|
|
31756
|
+
bitcoinInfo: null,
|
|
31757
|
+
tonInfo: null,
|
|
31758
|
+
cardanoInfo: {
|
|
31759
|
+
blockExplorer: "https://cardanoscan.io",
|
|
31760
|
+
existentialDeposit: "0",
|
|
31761
|
+
decimals: 6,
|
|
31762
|
+
symbol: "ADA"
|
|
31763
|
+
}
|
|
31764
|
+
};
|
|
31765
|
+
var cardano_preproduction = {
|
|
31766
|
+
slug: "cardano_preproduction",
|
|
31767
|
+
name: "Cardano Testnet",
|
|
31768
|
+
isTestnet: true,
|
|
31769
|
+
chainStatus: "ACTIVE",
|
|
31770
|
+
icon: null,
|
|
31771
|
+
providers: {
|
|
31772
|
+
Blockfrost: "FAKE"
|
|
31773
|
+
},
|
|
31774
|
+
evmInfo: null,
|
|
31775
|
+
substrateInfo: null,
|
|
31776
|
+
extraInfo: null,
|
|
31777
|
+
bitcoinInfo: null,
|
|
31778
|
+
tonInfo: null,
|
|
31779
|
+
cardanoInfo: {
|
|
31780
|
+
blockExplorer: "https://preprod.cardanoscan.io",
|
|
31781
|
+
existentialDeposit: "0",
|
|
31782
|
+
decimals: 6,
|
|
31783
|
+
symbol: "tADA"
|
|
31784
|
+
}
|
|
31785
|
+
};
|
|
31680
31786
|
const _ChainInfoMap = {
|
|
31681
31787
|
polkadot: polkadot$1,
|
|
31682
31788
|
kusama: kusama$1,
|
|
@@ -32072,7 +32178,9 @@
|
|
|
32072
32178
|
ternoaZkEvm: ternoaZkEvm$1,
|
|
32073
32179
|
gen6_public: gen6_public$1,
|
|
32074
32180
|
monad_testnet: monad_testnet$1,
|
|
32075
|
-
melodie_testnet: melodie_testnet$1
|
|
32181
|
+
melodie_testnet: melodie_testnet$1,
|
|
32182
|
+
cardano: cardano,
|
|
32183
|
+
cardano_preproduction: cardano_preproduction
|
|
32076
32184
|
};
|
|
32077
32185
|
|
|
32078
32186
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -13837,5 +13837,69 @@
|
|
|
13837
13837
|
"multiChainAsset": null,
|
|
13838
13838
|
"hasValue": true,
|
|
13839
13839
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/arbitrum_one-erc20-wbtc-0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f.png"
|
|
13840
|
+
},
|
|
13841
|
+
"cardano-NATIVE-ADA": {
|
|
13842
|
+
"originChain": "cardano",
|
|
13843
|
+
"slug": "cardano-NATIVE-ADA",
|
|
13844
|
+
"name": "Cardano",
|
|
13845
|
+
"symbol": "ADA",
|
|
13846
|
+
"decimals": 6,
|
|
13847
|
+
"priceId": null,
|
|
13848
|
+
"minAmount": "0",
|
|
13849
|
+
"assetType": "NATIVE",
|
|
13850
|
+
"metadata": {
|
|
13851
|
+
"cardanoId": "lovelace"
|
|
13852
|
+
},
|
|
13853
|
+
"multiChainAsset": null,
|
|
13854
|
+
"hasValue": true,
|
|
13855
|
+
"icon": null
|
|
13856
|
+
},
|
|
13857
|
+
"cardano_preproduction-NATIVE-tADA": {
|
|
13858
|
+
"originChain": "cardano_preproduction",
|
|
13859
|
+
"slug": "cardano_preproduction-NATIVE-tADA",
|
|
13860
|
+
"name": "Cardano Testnet",
|
|
13861
|
+
"symbol": "tADA",
|
|
13862
|
+
"decimals": 6,
|
|
13863
|
+
"priceId": null,
|
|
13864
|
+
"minAmount": "0",
|
|
13865
|
+
"assetType": "NATIVE",
|
|
13866
|
+
"metadata": {
|
|
13867
|
+
"cardanoId": "lovelace"
|
|
13868
|
+
},
|
|
13869
|
+
"multiChainAsset": null,
|
|
13870
|
+
"hasValue": false,
|
|
13871
|
+
"icon": null
|
|
13872
|
+
},
|
|
13873
|
+
"cardano_preproduction-CIP26-BLUEDOT": {
|
|
13874
|
+
"originChain": "cardano_preproduction",
|
|
13875
|
+
"slug": "cardano_preproduction-CIP26-BLUEDOT",
|
|
13876
|
+
"name": "Bluedot Cardano",
|
|
13877
|
+
"symbol": "BLUEDOT",
|
|
13878
|
+
"decimals": 8,
|
|
13879
|
+
"priceId": null,
|
|
13880
|
+
"minAmount": "0",
|
|
13881
|
+
"assetType": "CIP26",
|
|
13882
|
+
"metadata": {
|
|
13883
|
+
"cardanoId": "3d64987c567150b011edeed959cd1293432b7f2bc228982e2be395f70014df10426c7565646f742043617264616e6f"
|
|
13884
|
+
},
|
|
13885
|
+
"multiChainAsset": null,
|
|
13886
|
+
"hasValue": false,
|
|
13887
|
+
"icon": null
|
|
13888
|
+
},
|
|
13889
|
+
"cardano-CIP26-HOSKY-a0028f350aaabe0545fdcb56b039bfb08e4bb4d8c4d7c3c7d481c235484f534b59": {
|
|
13890
|
+
"originChain": "cardano",
|
|
13891
|
+
"slug": "cardano-CIP26-HOSKY-a0028f350aaabe0545fdcb56b039bfb08e4bb4d8c4d7c3c7d481c235484f534b59",
|
|
13892
|
+
"name": "HOSKY",
|
|
13893
|
+
"symbol": "HOSKY",
|
|
13894
|
+
"decimals": 0,
|
|
13895
|
+
"priceId": null,
|
|
13896
|
+
"minAmount": "0",
|
|
13897
|
+
"assetType": "CIP26",
|
|
13898
|
+
"metadata": {
|
|
13899
|
+
"cardanoId": "a0028f350aaabe0545fdcb56b039bfb08e4bb4d8c4d7c3c7d481c235484f534b59"
|
|
13900
|
+
},
|
|
13901
|
+
"multiChainAsset": null,
|
|
13902
|
+
"hasValue": true,
|
|
13903
|
+
"icon": null
|
|
13840
13904
|
}
|
|
13841
13905
|
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -11448,5 +11448,47 @@
|
|
|
11448
11448
|
"extraInfo": null,
|
|
11449
11449
|
"bitcoinInfo": null,
|
|
11450
11450
|
"tonInfo": null
|
|
11451
|
+
},
|
|
11452
|
+
"cardano": {
|
|
11453
|
+
"slug": "cardano",
|
|
11454
|
+
"name": "Cardano",
|
|
11455
|
+
"isTestnet": false,
|
|
11456
|
+
"chainStatus": "ACTIVE",
|
|
11457
|
+
"icon": null,
|
|
11458
|
+
"providers": {
|
|
11459
|
+
"Blockfrost": "FAKE"
|
|
11460
|
+
},
|
|
11461
|
+
"evmInfo": null,
|
|
11462
|
+
"substrateInfo": null,
|
|
11463
|
+
"extraInfo": null,
|
|
11464
|
+
"bitcoinInfo": null,
|
|
11465
|
+
"tonInfo": null,
|
|
11466
|
+
"cardanoInfo": {
|
|
11467
|
+
"blockExplorer": "https://cardanoscan.io",
|
|
11468
|
+
"existentialDeposit": "0",
|
|
11469
|
+
"decimals": 6,
|
|
11470
|
+
"symbol": "ADA"
|
|
11471
|
+
}
|
|
11472
|
+
},
|
|
11473
|
+
"cardano_preproduction": {
|
|
11474
|
+
"slug": "cardano_preproduction",
|
|
11475
|
+
"name": "Cardano Testnet",
|
|
11476
|
+
"isTestnet": true,
|
|
11477
|
+
"chainStatus": "ACTIVE",
|
|
11478
|
+
"icon": null,
|
|
11479
|
+
"providers": {
|
|
11480
|
+
"Blockfrost": "FAKE"
|
|
11481
|
+
},
|
|
11482
|
+
"evmInfo": null,
|
|
11483
|
+
"substrateInfo": null,
|
|
11484
|
+
"extraInfo": null,
|
|
11485
|
+
"bitcoinInfo": null,
|
|
11486
|
+
"tonInfo": null,
|
|
11487
|
+
"cardanoInfo": {
|
|
11488
|
+
"blockExplorer": "https://preprod.cardanoscan.io",
|
|
11489
|
+
"existentialDeposit": "0",
|
|
11490
|
+
"decimals": 6,
|
|
11491
|
+
"symbol": "tADA"
|
|
11492
|
+
}
|
|
11451
11493
|
}
|
|
11452
11494
|
}
|
package/cjs/packageInfo.js
CHANGED
package/cjs/types.js
CHANGED
|
@@ -30,11 +30,12 @@ exports._AssetType = _AssetType;
|
|
|
30
30
|
_AssetType["PSP22"] = "PSP22";
|
|
31
31
|
_AssetType["PSP34"] = "PSP34";
|
|
32
32
|
_AssetType["GRC20"] = "GRC20";
|
|
33
|
-
_AssetType["TEP74"] = "TEP74";
|
|
34
33
|
_AssetType["VFT"] = "VFT";
|
|
35
34
|
_AssetType["GRC721"] = "GRC721";
|
|
36
35
|
_AssetType["RUNE"] = "RUNE";
|
|
37
36
|
_AssetType["BRC20"] = "BRC20";
|
|
37
|
+
_AssetType["TEP74"] = "TEP74";
|
|
38
|
+
_AssetType["CIP26"] = "CIP26";
|
|
38
39
|
_AssetType["UNKNOWN"] = "UNKNOWN";
|
|
39
40
|
})(_AssetType || (exports._AssetType = _AssetType = {}));
|
|
40
41
|
let _SubstrateChainType;
|
package/data/ChainAsset.json
CHANGED
|
@@ -13837,5 +13837,69 @@
|
|
|
13837
13837
|
"multiChainAsset": null,
|
|
13838
13838
|
"hasValue": true,
|
|
13839
13839
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/arbitrum_one-erc20-wbtc-0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f.png"
|
|
13840
|
+
},
|
|
13841
|
+
"cardano-NATIVE-ADA": {
|
|
13842
|
+
"originChain": "cardano",
|
|
13843
|
+
"slug": "cardano-NATIVE-ADA",
|
|
13844
|
+
"name": "Cardano",
|
|
13845
|
+
"symbol": "ADA",
|
|
13846
|
+
"decimals": 6,
|
|
13847
|
+
"priceId": null,
|
|
13848
|
+
"minAmount": "0",
|
|
13849
|
+
"assetType": "NATIVE",
|
|
13850
|
+
"metadata": {
|
|
13851
|
+
"cardanoId": "lovelace"
|
|
13852
|
+
},
|
|
13853
|
+
"multiChainAsset": null,
|
|
13854
|
+
"hasValue": true,
|
|
13855
|
+
"icon": null
|
|
13856
|
+
},
|
|
13857
|
+
"cardano_preproduction-NATIVE-tADA": {
|
|
13858
|
+
"originChain": "cardano_preproduction",
|
|
13859
|
+
"slug": "cardano_preproduction-NATIVE-tADA",
|
|
13860
|
+
"name": "Cardano Testnet",
|
|
13861
|
+
"symbol": "tADA",
|
|
13862
|
+
"decimals": 6,
|
|
13863
|
+
"priceId": null,
|
|
13864
|
+
"minAmount": "0",
|
|
13865
|
+
"assetType": "NATIVE",
|
|
13866
|
+
"metadata": {
|
|
13867
|
+
"cardanoId": "lovelace"
|
|
13868
|
+
},
|
|
13869
|
+
"multiChainAsset": null,
|
|
13870
|
+
"hasValue": false,
|
|
13871
|
+
"icon": null
|
|
13872
|
+
},
|
|
13873
|
+
"cardano_preproduction-CIP26-BLUEDOT": {
|
|
13874
|
+
"originChain": "cardano_preproduction",
|
|
13875
|
+
"slug": "cardano_preproduction-CIP26-BLUEDOT",
|
|
13876
|
+
"name": "Bluedot Cardano",
|
|
13877
|
+
"symbol": "BLUEDOT",
|
|
13878
|
+
"decimals": 8,
|
|
13879
|
+
"priceId": null,
|
|
13880
|
+
"minAmount": "0",
|
|
13881
|
+
"assetType": "CIP26",
|
|
13882
|
+
"metadata": {
|
|
13883
|
+
"cardanoId": "3d64987c567150b011edeed959cd1293432b7f2bc228982e2be395f70014df10426c7565646f742043617264616e6f"
|
|
13884
|
+
},
|
|
13885
|
+
"multiChainAsset": null,
|
|
13886
|
+
"hasValue": false,
|
|
13887
|
+
"icon": null
|
|
13888
|
+
},
|
|
13889
|
+
"cardano-CIP26-HOSKY-a0028f350aaabe0545fdcb56b039bfb08e4bb4d8c4d7c3c7d481c235484f534b59": {
|
|
13890
|
+
"originChain": "cardano",
|
|
13891
|
+
"slug": "cardano-CIP26-HOSKY-a0028f350aaabe0545fdcb56b039bfb08e4bb4d8c4d7c3c7d481c235484f534b59",
|
|
13892
|
+
"name": "HOSKY",
|
|
13893
|
+
"symbol": "HOSKY",
|
|
13894
|
+
"decimals": 0,
|
|
13895
|
+
"priceId": null,
|
|
13896
|
+
"minAmount": "0",
|
|
13897
|
+
"assetType": "CIP26",
|
|
13898
|
+
"metadata": {
|
|
13899
|
+
"cardanoId": "a0028f350aaabe0545fdcb56b039bfb08e4bb4d8c4d7c3c7d481c235484f534b59"
|
|
13900
|
+
},
|
|
13901
|
+
"multiChainAsset": null,
|
|
13902
|
+
"hasValue": true,
|
|
13903
|
+
"icon": null
|
|
13840
13904
|
}
|
|
13841
13905
|
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -11448,5 +11448,47 @@
|
|
|
11448
11448
|
"extraInfo": null,
|
|
11449
11449
|
"bitcoinInfo": null,
|
|
11450
11450
|
"tonInfo": null
|
|
11451
|
+
},
|
|
11452
|
+
"cardano": {
|
|
11453
|
+
"slug": "cardano",
|
|
11454
|
+
"name": "Cardano",
|
|
11455
|
+
"isTestnet": false,
|
|
11456
|
+
"chainStatus": "ACTIVE",
|
|
11457
|
+
"icon": null,
|
|
11458
|
+
"providers": {
|
|
11459
|
+
"Blockfrost": "FAKE"
|
|
11460
|
+
},
|
|
11461
|
+
"evmInfo": null,
|
|
11462
|
+
"substrateInfo": null,
|
|
11463
|
+
"extraInfo": null,
|
|
11464
|
+
"bitcoinInfo": null,
|
|
11465
|
+
"tonInfo": null,
|
|
11466
|
+
"cardanoInfo": {
|
|
11467
|
+
"blockExplorer": "https://cardanoscan.io",
|
|
11468
|
+
"existentialDeposit": "0",
|
|
11469
|
+
"decimals": 6,
|
|
11470
|
+
"symbol": "ADA"
|
|
11471
|
+
}
|
|
11472
|
+
},
|
|
11473
|
+
"cardano_preproduction": {
|
|
11474
|
+
"slug": "cardano_preproduction",
|
|
11475
|
+
"name": "Cardano Testnet",
|
|
11476
|
+
"isTestnet": true,
|
|
11477
|
+
"chainStatus": "ACTIVE",
|
|
11478
|
+
"icon": null,
|
|
11479
|
+
"providers": {
|
|
11480
|
+
"Blockfrost": "FAKE"
|
|
11481
|
+
},
|
|
11482
|
+
"evmInfo": null,
|
|
11483
|
+
"substrateInfo": null,
|
|
11484
|
+
"extraInfo": null,
|
|
11485
|
+
"bitcoinInfo": null,
|
|
11486
|
+
"tonInfo": null,
|
|
11487
|
+
"cardanoInfo": {
|
|
11488
|
+
"blockExplorer": "https://preprod.cardanoscan.io",
|
|
11489
|
+
"existentialDeposit": "0",
|
|
11490
|
+
"decimals": 6,
|
|
11491
|
+
"symbol": "tADA"
|
|
11492
|
+
}
|
|
11451
11493
|
}
|
|
11452
11494
|
}
|
package/package.json
CHANGED
package/packageInfo.js
CHANGED
|
@@ -7,5 +7,5 @@ export const packageInfo = {
|
|
|
7
7
|
name: '@subwallet/chain-list',
|
|
8
8
|
path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto',
|
|
9
9
|
type: 'esm',
|
|
10
|
-
version: '0.2.100-beta.
|
|
10
|
+
version: '0.2.100-beta.1'
|
|
11
11
|
};
|
package/types.d.ts
CHANGED
|
@@ -24,11 +24,12 @@ export declare enum _AssetType {
|
|
|
24
24
|
PSP22 = "PSP22",
|
|
25
25
|
PSP34 = "PSP34",
|
|
26
26
|
GRC20 = "GRC20",
|
|
27
|
-
TEP74 = "TEP74",
|
|
28
27
|
VFT = "VFT",
|
|
29
28
|
GRC721 = "GRC721",
|
|
30
29
|
RUNE = "RUNE",
|
|
31
30
|
BRC20 = "BRC20",
|
|
31
|
+
TEP74 = "TEP74",
|
|
32
|
+
CIP26 = "CIP26",
|
|
32
33
|
UNKNOWN = "UNKNOWN"
|
|
33
34
|
}
|
|
34
35
|
export declare enum _SubstrateChainType {
|
|
@@ -46,6 +47,7 @@ export interface _ChainInfo {
|
|
|
46
47
|
bitcoinInfo: _BitcoinInfo | null;
|
|
47
48
|
extraInfo: _ExtraInfo | null;
|
|
48
49
|
tonInfo: _TonInfo | null;
|
|
50
|
+
cardanoInfo: _CardanoInfo | null;
|
|
49
51
|
icon: string;
|
|
50
52
|
}
|
|
51
53
|
export interface _ChainAsset {
|
|
@@ -66,6 +68,7 @@ export interface _ChainAsset {
|
|
|
66
68
|
assetType?: string;
|
|
67
69
|
canPayTxFee?: boolean;
|
|
68
70
|
runeId?: string;
|
|
71
|
+
cardanoId?: string;
|
|
69
72
|
alternativeSwapAsset?: string;
|
|
70
73
|
disableEvmTransfer?: boolean;
|
|
71
74
|
isDisableTransfer?: boolean;
|
|
@@ -98,6 +101,12 @@ export interface _TonInfo {
|
|
|
98
101
|
decimals: number;
|
|
99
102
|
symbol: string;
|
|
100
103
|
}
|
|
104
|
+
export interface _CardanoInfo {
|
|
105
|
+
blockExplorer: string | null;
|
|
106
|
+
existentialDeposit: string;
|
|
107
|
+
decimals: number;
|
|
108
|
+
symbol: string;
|
|
109
|
+
}
|
|
101
110
|
export interface _ExtraInfo {
|
|
102
111
|
subscanSlug: string | null;
|
|
103
112
|
chainBalanceSlug: string | null;
|
package/types.js
CHANGED
|
@@ -22,11 +22,12 @@ export let _AssetType;
|
|
|
22
22
|
_AssetType["PSP22"] = "PSP22";
|
|
23
23
|
_AssetType["PSP34"] = "PSP34";
|
|
24
24
|
_AssetType["GRC20"] = "GRC20";
|
|
25
|
-
_AssetType["TEP74"] = "TEP74";
|
|
26
25
|
_AssetType["VFT"] = "VFT";
|
|
27
26
|
_AssetType["GRC721"] = "GRC721";
|
|
28
27
|
_AssetType["RUNE"] = "RUNE";
|
|
29
28
|
_AssetType["BRC20"] = "BRC20";
|
|
29
|
+
_AssetType["TEP74"] = "TEP74";
|
|
30
|
+
_AssetType["CIP26"] = "CIP26";
|
|
30
31
|
_AssetType["UNKNOWN"] = "UNKNOWN";
|
|
31
32
|
})(_AssetType || (_AssetType = {}));
|
|
32
33
|
export let _SubstrateChainType;
|