@subwallet/chain-list 0.2.58-beta.0 → 0.2.59-beta.0
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 +358 -4
- package/cjs/data/AssetLogoMap.json +9 -0
- package/cjs/data/ChainAsset.json +181 -1
- package/cjs/data/ChainInfo.json +151 -2
- package/cjs/data/ChainLogoMap.json +6 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +9 -0
- package/data/ChainAsset.json +181 -1
- package/data/ChainInfo.json +151 -2
- package/data/ChainLogoMap.json +6 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -557,6 +557,15 @@
|
|
|
557
557
|
"dbcchain-native-dbc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/dbcchain-native-dbc.png",
|
|
558
558
|
"dbcchain-local-dlc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/dbcchain-local-dlc.png",
|
|
559
559
|
"availturingtest-native-avail": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/availturingtest-native-avail.png",
|
|
560
|
+
"bitlayer-native-btc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-native-btc.png",
|
|
561
|
+
"bitlayertest-native-btc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayertest-native-btc.png",
|
|
562
|
+
"bevm-native-btc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bevm-native-btc.png",
|
|
563
|
+
"bevmtest-native-btc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bevmtest-native-btc.png",
|
|
564
|
+
"b2-native-btc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/b2-native-btc.png",
|
|
565
|
+
"bitlayer-erc20-usdt-0xfe9f969faf8ad72a83b761138bf25de87eff9dd2": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-erc20-usdt-0xfe9f969faf8ad72a83b761138bf25de87eff9dd2.png",
|
|
566
|
+
"bitlayer-erc20-usdc-0x9827431e8b77e87c9894bd50b055d6be56be0030": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-erc20-usdc-0x9827431e8b77e87c9894bd50b055d6be56be0030.png",
|
|
567
|
+
"bitlayer-erc20-eth-0xef63d4e178b3180beec9b0e143e0f37f4c93f4c2": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-erc20-eth-0xef63d4e178b3180beec9b0e143e0f37f4c93f4c2.png",
|
|
568
|
+
"bobmainnet-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bobmainnet-native-eth.png",
|
|
560
569
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
561
570
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
562
571
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -11096,7 +11105,7 @@
|
|
|
11096
11105
|
name: "COMAI",
|
|
11097
11106
|
symbol: "C",
|
|
11098
11107
|
decimals: 9,
|
|
11099
|
-
priceId:
|
|
11108
|
+
priceId: "commune-ai",
|
|
11100
11109
|
minAmount: "500",
|
|
11101
11110
|
assetType: "NATIVE",
|
|
11102
11111
|
metadata: null,
|
|
@@ -11149,6 +11158,186 @@
|
|
|
11149
11158
|
multiChainAsset: null,
|
|
11150
11159
|
hasValue: false,
|
|
11151
11160
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/availturingtest-native-avail.png"
|
|
11161
|
+
},
|
|
11162
|
+
"bitlayer-NATIVE-BTC": {
|
|
11163
|
+
originChain: "bitlayer",
|
|
11164
|
+
slug: "bitlayer-NATIVE-BTC",
|
|
11165
|
+
name: "Bitcoin",
|
|
11166
|
+
symbol: "BTC",
|
|
11167
|
+
decimals: 18,
|
|
11168
|
+
priceId: null,
|
|
11169
|
+
minAmount: "0",
|
|
11170
|
+
assetType: "NATIVE",
|
|
11171
|
+
metadata: null,
|
|
11172
|
+
multiChainAsset: null,
|
|
11173
|
+
hasValue: true,
|
|
11174
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-native-btc.png"
|
|
11175
|
+
},
|
|
11176
|
+
"bitlayerTest-NATIVE-BTC": {
|
|
11177
|
+
originChain: "bitlayerTest",
|
|
11178
|
+
slug: "bitlayerTest-NATIVE-BTC",
|
|
11179
|
+
name: "Bitcoin testnet",
|
|
11180
|
+
symbol: "BTC",
|
|
11181
|
+
decimals: 18,
|
|
11182
|
+
priceId: null,
|
|
11183
|
+
minAmount: "0",
|
|
11184
|
+
assetType: "NATIVE",
|
|
11185
|
+
metadata: null,
|
|
11186
|
+
multiChainAsset: null,
|
|
11187
|
+
hasValue: false,
|
|
11188
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayertest-native-btc.png"
|
|
11189
|
+
},
|
|
11190
|
+
"bevm-NATIVE-BTC": {
|
|
11191
|
+
originChain: "bevm",
|
|
11192
|
+
slug: "bevm-NATIVE-BTC",
|
|
11193
|
+
name: "Bitcoin",
|
|
11194
|
+
symbol: "BTC",
|
|
11195
|
+
decimals: 18,
|
|
11196
|
+
priceId: null,
|
|
11197
|
+
minAmount: "0",
|
|
11198
|
+
assetType: "NATIVE",
|
|
11199
|
+
metadata: null,
|
|
11200
|
+
multiChainAsset: null,
|
|
11201
|
+
hasValue: true,
|
|
11202
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bevm-native-btc.png"
|
|
11203
|
+
},
|
|
11204
|
+
"bevmTest-NATIVE-BTC": {
|
|
11205
|
+
originChain: "bevmTest",
|
|
11206
|
+
slug: "bevmTest-NATIVE-BTC",
|
|
11207
|
+
name: "Bitcoin testnet",
|
|
11208
|
+
symbol: "BTC",
|
|
11209
|
+
decimals: 18,
|
|
11210
|
+
priceId: null,
|
|
11211
|
+
minAmount: "0",
|
|
11212
|
+
assetType: "NATIVE",
|
|
11213
|
+
metadata: null,
|
|
11214
|
+
multiChainAsset: null,
|
|
11215
|
+
hasValue: false,
|
|
11216
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bevmtest-native-btc.png"
|
|
11217
|
+
},
|
|
11218
|
+
"b2-NATIVE-BTC": {
|
|
11219
|
+
originChain: "b2",
|
|
11220
|
+
slug: "b2-NATIVE-BTC",
|
|
11221
|
+
name: "Bitcoin",
|
|
11222
|
+
symbol: "BTC",
|
|
11223
|
+
decimals: 18,
|
|
11224
|
+
priceId: null,
|
|
11225
|
+
minAmount: "0",
|
|
11226
|
+
assetType: "NATIVE",
|
|
11227
|
+
metadata: null,
|
|
11228
|
+
multiChainAsset: null,
|
|
11229
|
+
hasValue: true,
|
|
11230
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/b2-native-btc.png"
|
|
11231
|
+
},
|
|
11232
|
+
"bitlayer-ERC20-USDT-0xfe9f969faf8ad72a83b761138bf25de87eff9dd2": {
|
|
11233
|
+
originChain: "bitlayer",
|
|
11234
|
+
slug: "bitlayer-ERC20-USDT-0xfe9f969faf8ad72a83b761138bf25de87eff9dd2",
|
|
11235
|
+
name: "Bitlayer-Peg USDT",
|
|
11236
|
+
symbol: "USDT",
|
|
11237
|
+
decimals: 6,
|
|
11238
|
+
priceId: null,
|
|
11239
|
+
minAmount: "0",
|
|
11240
|
+
assetType: "ERC20",
|
|
11241
|
+
metadata: {
|
|
11242
|
+
contractAddress: "0xfe9f969faf8ad72a83b761138bf25de87eff9dd2"
|
|
11243
|
+
},
|
|
11244
|
+
multiChainAsset: null,
|
|
11245
|
+
hasValue: true,
|
|
11246
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-erc20-usdt-0xfe9f969faf8ad72a83b761138bf25de87eff9dd2.png"
|
|
11247
|
+
},
|
|
11248
|
+
"bitlayer-ERC20-USDC-0x9827431e8b77e87c9894bd50b055d6be56be0030": {
|
|
11249
|
+
originChain: "bitlayer",
|
|
11250
|
+
slug: "bitlayer-ERC20-USDC-0x9827431e8b77e87c9894bd50b055d6be56be0030",
|
|
11251
|
+
name: "Bitlayer-Peg USDC",
|
|
11252
|
+
symbol: "USDT",
|
|
11253
|
+
decimals: 6,
|
|
11254
|
+
priceId: null,
|
|
11255
|
+
minAmount: "0",
|
|
11256
|
+
assetType: "ERC20",
|
|
11257
|
+
metadata: {
|
|
11258
|
+
contractAddress: "0x9827431e8b77e87c9894bd50b055d6be56be0030"
|
|
11259
|
+
},
|
|
11260
|
+
multiChainAsset: null,
|
|
11261
|
+
hasValue: true,
|
|
11262
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-erc20-usdc-0x9827431e8b77e87c9894bd50b055d6be56be0030.png"
|
|
11263
|
+
},
|
|
11264
|
+
"bitlayer-ERC20-ETH-0xef63d4e178b3180beec9b0e143e0f37f4c93f4c2": {
|
|
11265
|
+
originChain: "bitlayer",
|
|
11266
|
+
slug: "bitlayer-ERC20-ETH-0xef63d4e178b3180beec9b0e143e0f37f4c93f4c2",
|
|
11267
|
+
name: "Bitlayer-Peg ETH",
|
|
11268
|
+
symbol: "ETH",
|
|
11269
|
+
decimals: 18,
|
|
11270
|
+
priceId: null,
|
|
11271
|
+
minAmount: "0",
|
|
11272
|
+
assetType: "ERC20",
|
|
11273
|
+
metadata: {
|
|
11274
|
+
contractAddress: "0xef63d4e178b3180beec9b0e143e0f37f4c93f4c2"
|
|
11275
|
+
},
|
|
11276
|
+
multiChainAsset: null,
|
|
11277
|
+
hasValue: true,
|
|
11278
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-erc20-eth-0xef63d4e178b3180beec9b0e143e0f37f4c93f4c2.png"
|
|
11279
|
+
},
|
|
11280
|
+
"bevm-ERC20-WBTC-0xB5136FEba197f5fF4B765E5b50c74db717796dcD": {
|
|
11281
|
+
originChain: "bevm",
|
|
11282
|
+
slug: "bevm-ERC20-WBTC-0xB5136FEba197f5fF4B765E5b50c74db717796dcD",
|
|
11283
|
+
name: "Wrapped BTC",
|
|
11284
|
+
symbol: "WBTC",
|
|
11285
|
+
decimals: 18,
|
|
11286
|
+
priceId: null,
|
|
11287
|
+
minAmount: "0",
|
|
11288
|
+
assetType: "ERC20",
|
|
11289
|
+
metadata: {
|
|
11290
|
+
contractAddress: "0xB5136FEba197f5fF4B765E5b50c74db717796dcD"
|
|
11291
|
+
},
|
|
11292
|
+
multiChainAsset: null,
|
|
11293
|
+
hasValue: true,
|
|
11294
|
+
icon: null
|
|
11295
|
+
},
|
|
11296
|
+
"bevm-ERC20-stBTC-0x26bda683F874e7AE3e3A5d3fad44Bcb82a7c107C": {
|
|
11297
|
+
originChain: "bevm",
|
|
11298
|
+
slug: "bevm-ERC20-stBTC-0x26bda683F874e7AE3e3A5d3fad44Bcb82a7c107C",
|
|
11299
|
+
name: "Liquid staked BTC",
|
|
11300
|
+
symbol: "stBTC",
|
|
11301
|
+
decimals: 18,
|
|
11302
|
+
priceId: null,
|
|
11303
|
+
minAmount: "0",
|
|
11304
|
+
assetType: "ERC20",
|
|
11305
|
+
metadata: {
|
|
11306
|
+
contractAddress: "0x26bda683F874e7AE3e3A5d3fad44Bcb82a7c107C"
|
|
11307
|
+
},
|
|
11308
|
+
multiChainAsset: null,
|
|
11309
|
+
hasValue: true,
|
|
11310
|
+
icon: null
|
|
11311
|
+
},
|
|
11312
|
+
"bevm-ERC20-wstBTC-0x2967E7Bb9DaA5711Ac332cAF874BD47ef99B3820": {
|
|
11313
|
+
originChain: "bevm",
|
|
11314
|
+
slug: "bevm-ERC20-wstBTC-0x2967E7Bb9DaA5711Ac332cAF874BD47ef99B3820",
|
|
11315
|
+
name: "Wrapped liquid staked BTC 2.0",
|
|
11316
|
+
symbol: "wstBTC",
|
|
11317
|
+
decimals: 18,
|
|
11318
|
+
priceId: null,
|
|
11319
|
+
minAmount: "0",
|
|
11320
|
+
assetType: "ERC20",
|
|
11321
|
+
metadata: {
|
|
11322
|
+
contractAddress: "0x2967E7Bb9DaA5711Ac332cAF874BD47ef99B3820"
|
|
11323
|
+
},
|
|
11324
|
+
multiChainAsset: null,
|
|
11325
|
+
hasValue: true,
|
|
11326
|
+
icon: null
|
|
11327
|
+
},
|
|
11328
|
+
"bobMainnet-NATIVE-ETH": {
|
|
11329
|
+
originChain: "bobMainnet ",
|
|
11330
|
+
slug: "bobMainnet-NATIVE-ETH",
|
|
11331
|
+
name: "Ethereum",
|
|
11332
|
+
symbol: "ETH",
|
|
11333
|
+
decimals: 18,
|
|
11334
|
+
priceId: null,
|
|
11335
|
+
minAmount: "0",
|
|
11336
|
+
assetType: "NATIVE",
|
|
11337
|
+
metadata: null,
|
|
11338
|
+
multiChainAsset: null,
|
|
11339
|
+
hasValue: true,
|
|
11340
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bobmainnet-native-eth.png"
|
|
11152
11341
|
}
|
|
11153
11342
|
};
|
|
11154
11343
|
|
|
@@ -19208,7 +19397,7 @@
|
|
|
19208
19397
|
},
|
|
19209
19398
|
extraInfo: {
|
|
19210
19399
|
subscanSlug: "humanode",
|
|
19211
|
-
chainBalanceSlug:
|
|
19400
|
+
chainBalanceSlug: "humanode"
|
|
19212
19401
|
}
|
|
19213
19402
|
};
|
|
19214
19403
|
var humanodeEvm$1 = {
|
|
@@ -19341,7 +19530,8 @@
|
|
|
19341
19530
|
chainStatus: "ACTIVE",
|
|
19342
19531
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/availturingtest.png",
|
|
19343
19532
|
providers: {
|
|
19344
|
-
"Avail Turing ": "wss://turing-rpc.avail.so/"
|
|
19533
|
+
"Avail Turing ": "wss://turing-rpc.avail.so/",
|
|
19534
|
+
"Avail Space": "wss://turing-rpc.availspace.app/"
|
|
19345
19535
|
},
|
|
19346
19536
|
evmInfo: null,
|
|
19347
19537
|
substrateInfo: {
|
|
@@ -19364,6 +19554,130 @@
|
|
|
19364
19554
|
},
|
|
19365
19555
|
extraInfo: null
|
|
19366
19556
|
};
|
|
19557
|
+
var bitlayer$1 = {
|
|
19558
|
+
slug: "bitlayer",
|
|
19559
|
+
name: "Bitlayer Mainnet",
|
|
19560
|
+
isTestnet: false,
|
|
19561
|
+
chainStatus: "ACTIVE",
|
|
19562
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitlayer.png",
|
|
19563
|
+
providers: {
|
|
19564
|
+
Bitlayer: "https://rpc.bitlayer.org",
|
|
19565
|
+
Rpc: "https://rpc.bitlayer-rpc.com",
|
|
19566
|
+
Ankr: "https://rpc.ankr.com/bitlayer"
|
|
19567
|
+
},
|
|
19568
|
+
evmInfo: {
|
|
19569
|
+
evmChainId: 200901,
|
|
19570
|
+
blockExplorer: "https://www.btrscan.com",
|
|
19571
|
+
existentialDeposit: "0",
|
|
19572
|
+
symbol: "BTC",
|
|
19573
|
+
decimals: 18,
|
|
19574
|
+
supportSmartContract: [
|
|
19575
|
+
"ERC20",
|
|
19576
|
+
"ERC721"
|
|
19577
|
+
],
|
|
19578
|
+
abiExplorer: "https://www.btrscan.com"
|
|
19579
|
+
},
|
|
19580
|
+
substrateInfo: null,
|
|
19581
|
+
extraInfo: null
|
|
19582
|
+
};
|
|
19583
|
+
var bitlayerTest$1 = {
|
|
19584
|
+
slug: "bitlayerTest",
|
|
19585
|
+
name: "Bitlayer Testnet",
|
|
19586
|
+
isTestnet: true,
|
|
19587
|
+
chainStatus: "ACTIVE",
|
|
19588
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitlayertest.png",
|
|
19589
|
+
providers: {
|
|
19590
|
+
"Rpc testnet": "https://testnet-rpc.bitlayer.org"
|
|
19591
|
+
},
|
|
19592
|
+
evmInfo: {
|
|
19593
|
+
evmChainId: 200810,
|
|
19594
|
+
blockExplorer: "https://testnet-scan.bitlayer.org",
|
|
19595
|
+
existentialDeposit: "0",
|
|
19596
|
+
symbol: "BTC",
|
|
19597
|
+
decimals: 18,
|
|
19598
|
+
supportSmartContract: [
|
|
19599
|
+
"ERC20",
|
|
19600
|
+
"ERC721"
|
|
19601
|
+
],
|
|
19602
|
+
abiExplorer: "https://testnet-scan.bitlayer.org"
|
|
19603
|
+
},
|
|
19604
|
+
substrateInfo: null,
|
|
19605
|
+
extraInfo: null
|
|
19606
|
+
};
|
|
19607
|
+
var bevm$1 = {
|
|
19608
|
+
slug: "bevm",
|
|
19609
|
+
name: "BEVM Mainnet",
|
|
19610
|
+
isTestnet: false,
|
|
19611
|
+
chainStatus: "ACTIVE",
|
|
19612
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bevm.png",
|
|
19613
|
+
providers: {
|
|
19614
|
+
"Mainnet 1": "https://rpc-mainnet-1.bevm.io",
|
|
19615
|
+
"Mainnet 2": "https://rpc-mainnet-2.bevm.io"
|
|
19616
|
+
},
|
|
19617
|
+
evmInfo: {
|
|
19618
|
+
evmChainId: 11501,
|
|
19619
|
+
blockExplorer: "https://scan-mainnet.bevm.io/",
|
|
19620
|
+
existentialDeposit: "0",
|
|
19621
|
+
symbol: "BTC",
|
|
19622
|
+
decimals: 18,
|
|
19623
|
+
supportSmartContract: [
|
|
19624
|
+
"ERC20",
|
|
19625
|
+
"ERC721"
|
|
19626
|
+
],
|
|
19627
|
+
abiExplorer: "https://scan-mainnet.bevm.io/"
|
|
19628
|
+
},
|
|
19629
|
+
substrateInfo: null,
|
|
19630
|
+
extraInfo: null
|
|
19631
|
+
};
|
|
19632
|
+
var bevmTest$1 = {
|
|
19633
|
+
slug: "bevmTest",
|
|
19634
|
+
name: "BEVM Testnet",
|
|
19635
|
+
isTestnet: true,
|
|
19636
|
+
chainStatus: "ACTIVE",
|
|
19637
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bevmtest.png",
|
|
19638
|
+
providers: {
|
|
19639
|
+
"BEVM testnet": "https://testnet.bevm.io"
|
|
19640
|
+
},
|
|
19641
|
+
evmInfo: {
|
|
19642
|
+
evmChainId: 11503,
|
|
19643
|
+
blockExplorer: "https://scan-testnet.bevm.io",
|
|
19644
|
+
existentialDeposit: "0",
|
|
19645
|
+
symbol: "BTC",
|
|
19646
|
+
decimals: 18,
|
|
19647
|
+
supportSmartContract: [
|
|
19648
|
+
"ERC20",
|
|
19649
|
+
"ERC721"
|
|
19650
|
+
],
|
|
19651
|
+
abiExplorer: "https://scan-testnet.bevm.io"
|
|
19652
|
+
},
|
|
19653
|
+
substrateInfo: null,
|
|
19654
|
+
extraInfo: null
|
|
19655
|
+
};
|
|
19656
|
+
var b2$1 = {
|
|
19657
|
+
slug: "b2",
|
|
19658
|
+
name: "B2 Mainnet",
|
|
19659
|
+
isTestnet: false,
|
|
19660
|
+
chainStatus: "ACTIVE",
|
|
19661
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/b2.png",
|
|
19662
|
+
providers: {
|
|
19663
|
+
Bsquared: "https://rpc.bsquared.network",
|
|
19664
|
+
"Alt technology": "https://b2-mainnet.alt.technology"
|
|
19665
|
+
},
|
|
19666
|
+
evmInfo: {
|
|
19667
|
+
evmChainId: 223,
|
|
19668
|
+
blockExplorer: "https://explorer.bsquared.network/",
|
|
19669
|
+
existentialDeposit: "0",
|
|
19670
|
+
symbol: "BTC",
|
|
19671
|
+
decimals: 18,
|
|
19672
|
+
supportSmartContract: [
|
|
19673
|
+
"ERC20",
|
|
19674
|
+
"ERC721"
|
|
19675
|
+
],
|
|
19676
|
+
abiExplorer: "https://explorer.bsquared.network/"
|
|
19677
|
+
},
|
|
19678
|
+
substrateInfo: null,
|
|
19679
|
+
extraInfo: null
|
|
19680
|
+
};
|
|
19367
19681
|
const _ChainInfoMap = {
|
|
19368
19682
|
polkadot: polkadot$1,
|
|
19369
19683
|
kusama: kusama$1,
|
|
@@ -19628,7 +19942,36 @@
|
|
|
19628
19942
|
paseoTest: paseoTest$1,
|
|
19629
19943
|
commune: commune$1,
|
|
19630
19944
|
dbcchain: dbcchain$1,
|
|
19631
|
-
availTuringTest: availTuringTest$1
|
|
19945
|
+
availTuringTest: availTuringTest$1,
|
|
19946
|
+
bitlayer: bitlayer$1,
|
|
19947
|
+
bitlayerTest: bitlayerTest$1,
|
|
19948
|
+
bevm: bevm$1,
|
|
19949
|
+
bevmTest: bevmTest$1,
|
|
19950
|
+
b2: b2$1,
|
|
19951
|
+
"bobMainnet ": {
|
|
19952
|
+
slug: "bobMainnet ",
|
|
19953
|
+
name: "BOB Mainnet",
|
|
19954
|
+
isTestnet: false,
|
|
19955
|
+
chainStatus: "ACTIVE",
|
|
19956
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bobmainnet .png",
|
|
19957
|
+
providers: {
|
|
19958
|
+
Gobob: "https://rpc.gobob.xyz/"
|
|
19959
|
+
},
|
|
19960
|
+
evmInfo: {
|
|
19961
|
+
evmChainId: 60808,
|
|
19962
|
+
blockExplorer: "https://explorer.gobob.xyz/",
|
|
19963
|
+
existentialDeposit: "0",
|
|
19964
|
+
symbol: "ETH",
|
|
19965
|
+
decimals: 18,
|
|
19966
|
+
supportSmartContract: [
|
|
19967
|
+
"ERC20",
|
|
19968
|
+
"ERC721"
|
|
19969
|
+
],
|
|
19970
|
+
abiExplorer: "https://explorer.gobob.xyz/"
|
|
19971
|
+
},
|
|
19972
|
+
substrateInfo: null,
|
|
19973
|
+
extraInfo: null
|
|
19974
|
+
}
|
|
19632
19975
|
};
|
|
19633
19976
|
|
|
19634
19977
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
|
@@ -19863,6 +20206,11 @@
|
|
|
19863
20206
|
var commune = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/commune.png";
|
|
19864
20207
|
var dbcchain = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/dbcchain.png";
|
|
19865
20208
|
var availTuringTest = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/availturingtest.png";
|
|
20209
|
+
var bitlayer = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitlayer.png";
|
|
20210
|
+
var bitlayerTest = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitlayertest.png";
|
|
20211
|
+
var bevm = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bevm.png";
|
|
20212
|
+
var bevmTest = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bevmtest.png";
|
|
20213
|
+
var b2 = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/b2.png";
|
|
19866
20214
|
const _ChainLogoMap = {
|
|
19867
20215
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
19868
20216
|
polkadot: polkadot,
|
|
@@ -20098,6 +20446,12 @@
|
|
|
20098
20446
|
commune: commune,
|
|
20099
20447
|
dbcchain: dbcchain,
|
|
20100
20448
|
availTuringTest: availTuringTest,
|
|
20449
|
+
bitlayer: bitlayer,
|
|
20450
|
+
bitlayerTest: bitlayerTest,
|
|
20451
|
+
bevm: bevm,
|
|
20452
|
+
bevmTest: bevmTest,
|
|
20453
|
+
b2: b2,
|
|
20454
|
+
"bobMainnet ": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bobmainnet .png",
|
|
20101
20455
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
20102
20456
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
20103
20457
|
};
|
|
@@ -549,6 +549,15 @@
|
|
|
549
549
|
"dbcchain-native-dbc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/dbcchain-native-dbc.png",
|
|
550
550
|
"dbcchain-local-dlc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/dbcchain-local-dlc.png",
|
|
551
551
|
"availturingtest-native-avail": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/availturingtest-native-avail.png",
|
|
552
|
+
"bitlayer-native-btc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-native-btc.png",
|
|
553
|
+
"bitlayertest-native-btc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayertest-native-btc.png",
|
|
554
|
+
"bevm-native-btc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bevm-native-btc.png",
|
|
555
|
+
"bevmtest-native-btc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bevmtest-native-btc.png",
|
|
556
|
+
"b2-native-btc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/b2-native-btc.png",
|
|
557
|
+
"bitlayer-erc20-usdt-0xfe9f969faf8ad72a83b761138bf25de87eff9dd2": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-erc20-usdt-0xfe9f969faf8ad72a83b761138bf25de87eff9dd2.png",
|
|
558
|
+
"bitlayer-erc20-usdc-0x9827431e8b77e87c9894bd50b055d6be56be0030": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-erc20-usdc-0x9827431e8b77e87c9894bd50b055d6be56be0030.png",
|
|
559
|
+
"bitlayer-erc20-eth-0xef63d4e178b3180beec9b0e143e0f37f4c93f4c2": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-erc20-eth-0xef63d4e178b3180beec9b0e143e0f37f4c93f4c2.png",
|
|
560
|
+
"bobmainnet-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bobmainnet-native-eth.png",
|
|
552
561
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
553
562
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
554
563
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -8932,7 +8932,7 @@
|
|
|
8932
8932
|
"name": "COMAI",
|
|
8933
8933
|
"symbol": "C",
|
|
8934
8934
|
"decimals": 9,
|
|
8935
|
-
"priceId":
|
|
8935
|
+
"priceId": "commune-ai",
|
|
8936
8936
|
"minAmount": "500",
|
|
8937
8937
|
"assetType": "NATIVE",
|
|
8938
8938
|
"metadata": null,
|
|
@@ -8985,5 +8985,185 @@
|
|
|
8985
8985
|
"multiChainAsset": null,
|
|
8986
8986
|
"hasValue": false,
|
|
8987
8987
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/availturingtest-native-avail.png"
|
|
8988
|
+
},
|
|
8989
|
+
"bitlayer-NATIVE-BTC": {
|
|
8990
|
+
"originChain": "bitlayer",
|
|
8991
|
+
"slug": "bitlayer-NATIVE-BTC",
|
|
8992
|
+
"name": "Bitcoin",
|
|
8993
|
+
"symbol": "BTC",
|
|
8994
|
+
"decimals": 18,
|
|
8995
|
+
"priceId": null,
|
|
8996
|
+
"minAmount": "0",
|
|
8997
|
+
"assetType": "NATIVE",
|
|
8998
|
+
"metadata": null,
|
|
8999
|
+
"multiChainAsset": null,
|
|
9000
|
+
"hasValue": true,
|
|
9001
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-native-btc.png"
|
|
9002
|
+
},
|
|
9003
|
+
"bitlayerTest-NATIVE-BTC": {
|
|
9004
|
+
"originChain": "bitlayerTest",
|
|
9005
|
+
"slug": "bitlayerTest-NATIVE-BTC",
|
|
9006
|
+
"name": "Bitcoin testnet",
|
|
9007
|
+
"symbol": "BTC",
|
|
9008
|
+
"decimals": 18,
|
|
9009
|
+
"priceId": null,
|
|
9010
|
+
"minAmount": "0",
|
|
9011
|
+
"assetType": "NATIVE",
|
|
9012
|
+
"metadata": null,
|
|
9013
|
+
"multiChainAsset": null,
|
|
9014
|
+
"hasValue": false,
|
|
9015
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayertest-native-btc.png"
|
|
9016
|
+
},
|
|
9017
|
+
"bevm-NATIVE-BTC": {
|
|
9018
|
+
"originChain": "bevm",
|
|
9019
|
+
"slug": "bevm-NATIVE-BTC",
|
|
9020
|
+
"name": "Bitcoin",
|
|
9021
|
+
"symbol": "BTC",
|
|
9022
|
+
"decimals": 18,
|
|
9023
|
+
"priceId": null,
|
|
9024
|
+
"minAmount": "0",
|
|
9025
|
+
"assetType": "NATIVE",
|
|
9026
|
+
"metadata": null,
|
|
9027
|
+
"multiChainAsset": null,
|
|
9028
|
+
"hasValue": true,
|
|
9029
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bevm-native-btc.png"
|
|
9030
|
+
},
|
|
9031
|
+
"bevmTest-NATIVE-BTC": {
|
|
9032
|
+
"originChain": "bevmTest",
|
|
9033
|
+
"slug": "bevmTest-NATIVE-BTC",
|
|
9034
|
+
"name": "Bitcoin testnet",
|
|
9035
|
+
"symbol": "BTC",
|
|
9036
|
+
"decimals": 18,
|
|
9037
|
+
"priceId": null,
|
|
9038
|
+
"minAmount": "0",
|
|
9039
|
+
"assetType": "NATIVE",
|
|
9040
|
+
"metadata": null,
|
|
9041
|
+
"multiChainAsset": null,
|
|
9042
|
+
"hasValue": false,
|
|
9043
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bevmtest-native-btc.png"
|
|
9044
|
+
},
|
|
9045
|
+
"b2-NATIVE-BTC": {
|
|
9046
|
+
"originChain": "b2",
|
|
9047
|
+
"slug": "b2-NATIVE-BTC",
|
|
9048
|
+
"name": "Bitcoin",
|
|
9049
|
+
"symbol": "BTC",
|
|
9050
|
+
"decimals": 18,
|
|
9051
|
+
"priceId": null,
|
|
9052
|
+
"minAmount": "0",
|
|
9053
|
+
"assetType": "NATIVE",
|
|
9054
|
+
"metadata": null,
|
|
9055
|
+
"multiChainAsset": null,
|
|
9056
|
+
"hasValue": true,
|
|
9057
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/b2-native-btc.png"
|
|
9058
|
+
},
|
|
9059
|
+
"bitlayer-ERC20-USDT-0xfe9f969faf8ad72a83b761138bf25de87eff9dd2": {
|
|
9060
|
+
"originChain": "bitlayer",
|
|
9061
|
+
"slug": "bitlayer-ERC20-USDT-0xfe9f969faf8ad72a83b761138bf25de87eff9dd2",
|
|
9062
|
+
"name": "Bitlayer-Peg USDT",
|
|
9063
|
+
"symbol": "USDT",
|
|
9064
|
+
"decimals": 6,
|
|
9065
|
+
"priceId": null,
|
|
9066
|
+
"minAmount": "0",
|
|
9067
|
+
"assetType": "ERC20",
|
|
9068
|
+
"metadata": {
|
|
9069
|
+
"contractAddress": "0xfe9f969faf8ad72a83b761138bf25de87eff9dd2"
|
|
9070
|
+
},
|
|
9071
|
+
"multiChainAsset": null,
|
|
9072
|
+
"hasValue": true,
|
|
9073
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-erc20-usdt-0xfe9f969faf8ad72a83b761138bf25de87eff9dd2.png"
|
|
9074
|
+
},
|
|
9075
|
+
"bitlayer-ERC20-USDC-0x9827431e8b77e87c9894bd50b055d6be56be0030": {
|
|
9076
|
+
"originChain": "bitlayer",
|
|
9077
|
+
"slug": "bitlayer-ERC20-USDC-0x9827431e8b77e87c9894bd50b055d6be56be0030",
|
|
9078
|
+
"name": "Bitlayer-Peg USDC",
|
|
9079
|
+
"symbol": "USDT",
|
|
9080
|
+
"decimals": 6,
|
|
9081
|
+
"priceId": null,
|
|
9082
|
+
"minAmount": "0",
|
|
9083
|
+
"assetType": "ERC20",
|
|
9084
|
+
"metadata": {
|
|
9085
|
+
"contractAddress": "0x9827431e8b77e87c9894bd50b055d6be56be0030"
|
|
9086
|
+
},
|
|
9087
|
+
"multiChainAsset": null,
|
|
9088
|
+
"hasValue": true,
|
|
9089
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-erc20-usdc-0x9827431e8b77e87c9894bd50b055d6be56be0030.png"
|
|
9090
|
+
},
|
|
9091
|
+
"bitlayer-ERC20-ETH-0xef63d4e178b3180beec9b0e143e0f37f4c93f4c2": {
|
|
9092
|
+
"originChain": "bitlayer",
|
|
9093
|
+
"slug": "bitlayer-ERC20-ETH-0xef63d4e178b3180beec9b0e143e0f37f4c93f4c2",
|
|
9094
|
+
"name": "Bitlayer-Peg ETH",
|
|
9095
|
+
"symbol": "ETH",
|
|
9096
|
+
"decimals": 18,
|
|
9097
|
+
"priceId": null,
|
|
9098
|
+
"minAmount": "0",
|
|
9099
|
+
"assetType": "ERC20",
|
|
9100
|
+
"metadata": {
|
|
9101
|
+
"contractAddress": "0xef63d4e178b3180beec9b0e143e0f37f4c93f4c2"
|
|
9102
|
+
},
|
|
9103
|
+
"multiChainAsset": null,
|
|
9104
|
+
"hasValue": true,
|
|
9105
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-erc20-eth-0xef63d4e178b3180beec9b0e143e0f37f4c93f4c2.png"
|
|
9106
|
+
},
|
|
9107
|
+
"bevm-ERC20-WBTC-0xB5136FEba197f5fF4B765E5b50c74db717796dcD": {
|
|
9108
|
+
"originChain": "bevm",
|
|
9109
|
+
"slug": "bevm-ERC20-WBTC-0xB5136FEba197f5fF4B765E5b50c74db717796dcD",
|
|
9110
|
+
"name": "Wrapped BTC",
|
|
9111
|
+
"symbol": "WBTC",
|
|
9112
|
+
"decimals": 18,
|
|
9113
|
+
"priceId": null,
|
|
9114
|
+
"minAmount": "0",
|
|
9115
|
+
"assetType": "ERC20",
|
|
9116
|
+
"metadata": {
|
|
9117
|
+
"contractAddress": "0xB5136FEba197f5fF4B765E5b50c74db717796dcD"
|
|
9118
|
+
},
|
|
9119
|
+
"multiChainAsset": null,
|
|
9120
|
+
"hasValue": true,
|
|
9121
|
+
"icon": null
|
|
9122
|
+
},
|
|
9123
|
+
"bevm-ERC20-stBTC-0x26bda683F874e7AE3e3A5d3fad44Bcb82a7c107C": {
|
|
9124
|
+
"originChain": "bevm",
|
|
9125
|
+
"slug": "bevm-ERC20-stBTC-0x26bda683F874e7AE3e3A5d3fad44Bcb82a7c107C",
|
|
9126
|
+
"name": "Liquid staked BTC",
|
|
9127
|
+
"symbol": "stBTC",
|
|
9128
|
+
"decimals": 18,
|
|
9129
|
+
"priceId": null,
|
|
9130
|
+
"minAmount": "0",
|
|
9131
|
+
"assetType": "ERC20",
|
|
9132
|
+
"metadata": {
|
|
9133
|
+
"contractAddress": "0x26bda683F874e7AE3e3A5d3fad44Bcb82a7c107C"
|
|
9134
|
+
},
|
|
9135
|
+
"multiChainAsset": null,
|
|
9136
|
+
"hasValue": true,
|
|
9137
|
+
"icon": null
|
|
9138
|
+
},
|
|
9139
|
+
"bevm-ERC20-wstBTC-0x2967E7Bb9DaA5711Ac332cAF874BD47ef99B3820": {
|
|
9140
|
+
"originChain": "bevm",
|
|
9141
|
+
"slug": "bevm-ERC20-wstBTC-0x2967E7Bb9DaA5711Ac332cAF874BD47ef99B3820",
|
|
9142
|
+
"name": "Wrapped liquid staked BTC 2.0",
|
|
9143
|
+
"symbol": "wstBTC",
|
|
9144
|
+
"decimals": 18,
|
|
9145
|
+
"priceId": null,
|
|
9146
|
+
"minAmount": "0",
|
|
9147
|
+
"assetType": "ERC20",
|
|
9148
|
+
"metadata": {
|
|
9149
|
+
"contractAddress": "0x2967E7Bb9DaA5711Ac332cAF874BD47ef99B3820"
|
|
9150
|
+
},
|
|
9151
|
+
"multiChainAsset": null,
|
|
9152
|
+
"hasValue": true,
|
|
9153
|
+
"icon": null
|
|
9154
|
+
},
|
|
9155
|
+
"bobMainnet-NATIVE-ETH": {
|
|
9156
|
+
"originChain": "bobMainnet ",
|
|
9157
|
+
"slug": "bobMainnet-NATIVE-ETH",
|
|
9158
|
+
"name": "Ethereum",
|
|
9159
|
+
"symbol": "ETH",
|
|
9160
|
+
"decimals": 18,
|
|
9161
|
+
"priceId": null,
|
|
9162
|
+
"minAmount": "0",
|
|
9163
|
+
"assetType": "NATIVE",
|
|
9164
|
+
"metadata": null,
|
|
9165
|
+
"multiChainAsset": null,
|
|
9166
|
+
"hasValue": true,
|
|
9167
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bobmainnet-native-eth.png"
|
|
8988
9168
|
}
|
|
8989
9169
|
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -7920,7 +7920,7 @@
|
|
|
7920
7920
|
},
|
|
7921
7921
|
"extraInfo": {
|
|
7922
7922
|
"subscanSlug": "humanode",
|
|
7923
|
-
"chainBalanceSlug":
|
|
7923
|
+
"chainBalanceSlug": "humanode"
|
|
7924
7924
|
}
|
|
7925
7925
|
},
|
|
7926
7926
|
"humanodeEvm": {
|
|
@@ -8050,7 +8050,8 @@
|
|
|
8050
8050
|
"chainStatus": "ACTIVE",
|
|
8051
8051
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/availturingtest.png",
|
|
8052
8052
|
"providers": {
|
|
8053
|
-
"Avail Turing ": "wss://turing-rpc.avail.so/"
|
|
8053
|
+
"Avail Turing ": "wss://turing-rpc.avail.so/",
|
|
8054
|
+
"Avail Space": "wss://turing-rpc.availspace.app/"
|
|
8054
8055
|
},
|
|
8055
8056
|
"evmInfo": null,
|
|
8056
8057
|
"substrateInfo": {
|
|
@@ -8071,5 +8072,153 @@
|
|
|
8071
8072
|
"crowdloanFunds": []
|
|
8072
8073
|
},
|
|
8073
8074
|
"extraInfo": null
|
|
8075
|
+
},
|
|
8076
|
+
"bitlayer": {
|
|
8077
|
+
"slug": "bitlayer",
|
|
8078
|
+
"name": "Bitlayer Mainnet",
|
|
8079
|
+
"isTestnet": false,
|
|
8080
|
+
"chainStatus": "ACTIVE",
|
|
8081
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitlayer.png",
|
|
8082
|
+
"providers": {
|
|
8083
|
+
"Bitlayer": "https://rpc.bitlayer.org",
|
|
8084
|
+
"Rpc": "https://rpc.bitlayer-rpc.com",
|
|
8085
|
+
"Ankr": "https://rpc.ankr.com/bitlayer"
|
|
8086
|
+
},
|
|
8087
|
+
"evmInfo": {
|
|
8088
|
+
"evmChainId": 200901,
|
|
8089
|
+
"blockExplorer": "https://www.btrscan.com",
|
|
8090
|
+
"existentialDeposit": "0",
|
|
8091
|
+
"symbol": "BTC",
|
|
8092
|
+
"decimals": 18,
|
|
8093
|
+
"supportSmartContract": [
|
|
8094
|
+
"ERC20",
|
|
8095
|
+
"ERC721"
|
|
8096
|
+
],
|
|
8097
|
+
"abiExplorer": "https://www.btrscan.com"
|
|
8098
|
+
},
|
|
8099
|
+
"substrateInfo": null,
|
|
8100
|
+
"extraInfo": null
|
|
8101
|
+
},
|
|
8102
|
+
"bitlayerTest": {
|
|
8103
|
+
"slug": "bitlayerTest",
|
|
8104
|
+
"name": "Bitlayer Testnet",
|
|
8105
|
+
"isTestnet": true,
|
|
8106
|
+
"chainStatus": "ACTIVE",
|
|
8107
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitlayertest.png",
|
|
8108
|
+
"providers": {
|
|
8109
|
+
"Rpc testnet": "https://testnet-rpc.bitlayer.org"
|
|
8110
|
+
},
|
|
8111
|
+
"evmInfo": {
|
|
8112
|
+
"evmChainId": 200810,
|
|
8113
|
+
"blockExplorer": "https://testnet-scan.bitlayer.org",
|
|
8114
|
+
"existentialDeposit": "0",
|
|
8115
|
+
"symbol": "BTC",
|
|
8116
|
+
"decimals": 18,
|
|
8117
|
+
"supportSmartContract": [
|
|
8118
|
+
"ERC20",
|
|
8119
|
+
"ERC721"
|
|
8120
|
+
],
|
|
8121
|
+
"abiExplorer": "https://testnet-scan.bitlayer.org"
|
|
8122
|
+
},
|
|
8123
|
+
"substrateInfo": null,
|
|
8124
|
+
"extraInfo": null
|
|
8125
|
+
},
|
|
8126
|
+
"bevm": {
|
|
8127
|
+
"slug": "bevm",
|
|
8128
|
+
"name": "BEVM Mainnet",
|
|
8129
|
+
"isTestnet": false,
|
|
8130
|
+
"chainStatus": "ACTIVE",
|
|
8131
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bevm.png",
|
|
8132
|
+
"providers": {
|
|
8133
|
+
"Mainnet 1": "https://rpc-mainnet-1.bevm.io",
|
|
8134
|
+
"Mainnet 2": "https://rpc-mainnet-2.bevm.io"
|
|
8135
|
+
},
|
|
8136
|
+
"evmInfo": {
|
|
8137
|
+
"evmChainId": 11501,
|
|
8138
|
+
"blockExplorer": "https://scan-mainnet.bevm.io/",
|
|
8139
|
+
"existentialDeposit": "0",
|
|
8140
|
+
"symbol": "BTC",
|
|
8141
|
+
"decimals": 18,
|
|
8142
|
+
"supportSmartContract": [
|
|
8143
|
+
"ERC20",
|
|
8144
|
+
"ERC721"
|
|
8145
|
+
],
|
|
8146
|
+
"abiExplorer": "https://scan-mainnet.bevm.io/"
|
|
8147
|
+
},
|
|
8148
|
+
"substrateInfo": null,
|
|
8149
|
+
"extraInfo": null
|
|
8150
|
+
},
|
|
8151
|
+
"bevmTest": {
|
|
8152
|
+
"slug": "bevmTest",
|
|
8153
|
+
"name": "BEVM Testnet",
|
|
8154
|
+
"isTestnet": true,
|
|
8155
|
+
"chainStatus": "ACTIVE",
|
|
8156
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bevmtest.png",
|
|
8157
|
+
"providers": {
|
|
8158
|
+
"BEVM testnet": "https://testnet.bevm.io"
|
|
8159
|
+
},
|
|
8160
|
+
"evmInfo": {
|
|
8161
|
+
"evmChainId": 11503,
|
|
8162
|
+
"blockExplorer": "https://scan-testnet.bevm.io",
|
|
8163
|
+
"existentialDeposit": "0",
|
|
8164
|
+
"symbol": "BTC",
|
|
8165
|
+
"decimals": 18,
|
|
8166
|
+
"supportSmartContract": [
|
|
8167
|
+
"ERC20",
|
|
8168
|
+
"ERC721"
|
|
8169
|
+
],
|
|
8170
|
+
"abiExplorer": "https://scan-testnet.bevm.io"
|
|
8171
|
+
},
|
|
8172
|
+
"substrateInfo": null,
|
|
8173
|
+
"extraInfo": null
|
|
8174
|
+
},
|
|
8175
|
+
"b2": {
|
|
8176
|
+
"slug": "b2",
|
|
8177
|
+
"name": "B2 Mainnet",
|
|
8178
|
+
"isTestnet": false,
|
|
8179
|
+
"chainStatus": "ACTIVE",
|
|
8180
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/b2.png",
|
|
8181
|
+
"providers": {
|
|
8182
|
+
"Bsquared": "https://rpc.bsquared.network",
|
|
8183
|
+
"Alt technology": "https://b2-mainnet.alt.technology"
|
|
8184
|
+
},
|
|
8185
|
+
"evmInfo": {
|
|
8186
|
+
"evmChainId": 223,
|
|
8187
|
+
"blockExplorer": "https://explorer.bsquared.network/",
|
|
8188
|
+
"existentialDeposit": "0",
|
|
8189
|
+
"symbol": "BTC",
|
|
8190
|
+
"decimals": 18,
|
|
8191
|
+
"supportSmartContract": [
|
|
8192
|
+
"ERC20",
|
|
8193
|
+
"ERC721"
|
|
8194
|
+
],
|
|
8195
|
+
"abiExplorer": "https://explorer.bsquared.network/"
|
|
8196
|
+
},
|
|
8197
|
+
"substrateInfo": null,
|
|
8198
|
+
"extraInfo": null
|
|
8199
|
+
},
|
|
8200
|
+
"bobMainnet ": {
|
|
8201
|
+
"slug": "bobMainnet ",
|
|
8202
|
+
"name": "BOB Mainnet",
|
|
8203
|
+
"isTestnet": false,
|
|
8204
|
+
"chainStatus": "ACTIVE",
|
|
8205
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bobmainnet .png",
|
|
8206
|
+
"providers": {
|
|
8207
|
+
"Gobob": "https://rpc.gobob.xyz/"
|
|
8208
|
+
},
|
|
8209
|
+
"evmInfo": {
|
|
8210
|
+
"evmChainId": 60808,
|
|
8211
|
+
"blockExplorer": "https://explorer.gobob.xyz/",
|
|
8212
|
+
"existentialDeposit": "0",
|
|
8213
|
+
"symbol": "ETH",
|
|
8214
|
+
"decimals": 18,
|
|
8215
|
+
"supportSmartContract": [
|
|
8216
|
+
"ERC20",
|
|
8217
|
+
"ERC721"
|
|
8218
|
+
],
|
|
8219
|
+
"abiExplorer": "https://explorer.gobob.xyz/"
|
|
8220
|
+
},
|
|
8221
|
+
"substrateInfo": null,
|
|
8222
|
+
"extraInfo": null
|
|
8074
8223
|
}
|
|
8075
8224
|
}
|
|
@@ -233,6 +233,12 @@
|
|
|
233
233
|
"commune": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/commune.png",
|
|
234
234
|
"dbcchain": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/dbcchain.png",
|
|
235
235
|
"availTuringTest": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/availturingtest.png",
|
|
236
|
+
"bitlayer": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitlayer.png",
|
|
237
|
+
"bitlayerTest": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitlayertest.png",
|
|
238
|
+
"bevm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bevm.png",
|
|
239
|
+
"bevmTest": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bevmtest.png",
|
|
240
|
+
"b2": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/b2.png",
|
|
241
|
+
"bobMainnet ": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bobmainnet .png",
|
|
236
242
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
237
243
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
238
244
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -549,6 +549,15 @@
|
|
|
549
549
|
"dbcchain-native-dbc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/dbcchain-native-dbc.png",
|
|
550
550
|
"dbcchain-local-dlc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/dbcchain-local-dlc.png",
|
|
551
551
|
"availturingtest-native-avail": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/availturingtest-native-avail.png",
|
|
552
|
+
"bitlayer-native-btc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-native-btc.png",
|
|
553
|
+
"bitlayertest-native-btc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayertest-native-btc.png",
|
|
554
|
+
"bevm-native-btc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bevm-native-btc.png",
|
|
555
|
+
"bevmtest-native-btc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bevmtest-native-btc.png",
|
|
556
|
+
"b2-native-btc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/b2-native-btc.png",
|
|
557
|
+
"bitlayer-erc20-usdt-0xfe9f969faf8ad72a83b761138bf25de87eff9dd2": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-erc20-usdt-0xfe9f969faf8ad72a83b761138bf25de87eff9dd2.png",
|
|
558
|
+
"bitlayer-erc20-usdc-0x9827431e8b77e87c9894bd50b055d6be56be0030": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-erc20-usdc-0x9827431e8b77e87c9894bd50b055d6be56be0030.png",
|
|
559
|
+
"bitlayer-erc20-eth-0xef63d4e178b3180beec9b0e143e0f37f4c93f4c2": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-erc20-eth-0xef63d4e178b3180beec9b0e143e0f37f4c93f4c2.png",
|
|
560
|
+
"bobmainnet-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bobmainnet-native-eth.png",
|
|
552
561
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
553
562
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
554
563
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/data/ChainAsset.json
CHANGED
|
@@ -8932,7 +8932,7 @@
|
|
|
8932
8932
|
"name": "COMAI",
|
|
8933
8933
|
"symbol": "C",
|
|
8934
8934
|
"decimals": 9,
|
|
8935
|
-
"priceId":
|
|
8935
|
+
"priceId": "commune-ai",
|
|
8936
8936
|
"minAmount": "500",
|
|
8937
8937
|
"assetType": "NATIVE",
|
|
8938
8938
|
"metadata": null,
|
|
@@ -8985,5 +8985,185 @@
|
|
|
8985
8985
|
"multiChainAsset": null,
|
|
8986
8986
|
"hasValue": false,
|
|
8987
8987
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/availturingtest-native-avail.png"
|
|
8988
|
+
},
|
|
8989
|
+
"bitlayer-NATIVE-BTC": {
|
|
8990
|
+
"originChain": "bitlayer",
|
|
8991
|
+
"slug": "bitlayer-NATIVE-BTC",
|
|
8992
|
+
"name": "Bitcoin",
|
|
8993
|
+
"symbol": "BTC",
|
|
8994
|
+
"decimals": 18,
|
|
8995
|
+
"priceId": null,
|
|
8996
|
+
"minAmount": "0",
|
|
8997
|
+
"assetType": "NATIVE",
|
|
8998
|
+
"metadata": null,
|
|
8999
|
+
"multiChainAsset": null,
|
|
9000
|
+
"hasValue": true,
|
|
9001
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-native-btc.png"
|
|
9002
|
+
},
|
|
9003
|
+
"bitlayerTest-NATIVE-BTC": {
|
|
9004
|
+
"originChain": "bitlayerTest",
|
|
9005
|
+
"slug": "bitlayerTest-NATIVE-BTC",
|
|
9006
|
+
"name": "Bitcoin testnet",
|
|
9007
|
+
"symbol": "BTC",
|
|
9008
|
+
"decimals": 18,
|
|
9009
|
+
"priceId": null,
|
|
9010
|
+
"minAmount": "0",
|
|
9011
|
+
"assetType": "NATIVE",
|
|
9012
|
+
"metadata": null,
|
|
9013
|
+
"multiChainAsset": null,
|
|
9014
|
+
"hasValue": false,
|
|
9015
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayertest-native-btc.png"
|
|
9016
|
+
},
|
|
9017
|
+
"bevm-NATIVE-BTC": {
|
|
9018
|
+
"originChain": "bevm",
|
|
9019
|
+
"slug": "bevm-NATIVE-BTC",
|
|
9020
|
+
"name": "Bitcoin",
|
|
9021
|
+
"symbol": "BTC",
|
|
9022
|
+
"decimals": 18,
|
|
9023
|
+
"priceId": null,
|
|
9024
|
+
"minAmount": "0",
|
|
9025
|
+
"assetType": "NATIVE",
|
|
9026
|
+
"metadata": null,
|
|
9027
|
+
"multiChainAsset": null,
|
|
9028
|
+
"hasValue": true,
|
|
9029
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bevm-native-btc.png"
|
|
9030
|
+
},
|
|
9031
|
+
"bevmTest-NATIVE-BTC": {
|
|
9032
|
+
"originChain": "bevmTest",
|
|
9033
|
+
"slug": "bevmTest-NATIVE-BTC",
|
|
9034
|
+
"name": "Bitcoin testnet",
|
|
9035
|
+
"symbol": "BTC",
|
|
9036
|
+
"decimals": 18,
|
|
9037
|
+
"priceId": null,
|
|
9038
|
+
"minAmount": "0",
|
|
9039
|
+
"assetType": "NATIVE",
|
|
9040
|
+
"metadata": null,
|
|
9041
|
+
"multiChainAsset": null,
|
|
9042
|
+
"hasValue": false,
|
|
9043
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bevmtest-native-btc.png"
|
|
9044
|
+
},
|
|
9045
|
+
"b2-NATIVE-BTC": {
|
|
9046
|
+
"originChain": "b2",
|
|
9047
|
+
"slug": "b2-NATIVE-BTC",
|
|
9048
|
+
"name": "Bitcoin",
|
|
9049
|
+
"symbol": "BTC",
|
|
9050
|
+
"decimals": 18,
|
|
9051
|
+
"priceId": null,
|
|
9052
|
+
"minAmount": "0",
|
|
9053
|
+
"assetType": "NATIVE",
|
|
9054
|
+
"metadata": null,
|
|
9055
|
+
"multiChainAsset": null,
|
|
9056
|
+
"hasValue": true,
|
|
9057
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/b2-native-btc.png"
|
|
9058
|
+
},
|
|
9059
|
+
"bitlayer-ERC20-USDT-0xfe9f969faf8ad72a83b761138bf25de87eff9dd2": {
|
|
9060
|
+
"originChain": "bitlayer",
|
|
9061
|
+
"slug": "bitlayer-ERC20-USDT-0xfe9f969faf8ad72a83b761138bf25de87eff9dd2",
|
|
9062
|
+
"name": "Bitlayer-Peg USDT",
|
|
9063
|
+
"symbol": "USDT",
|
|
9064
|
+
"decimals": 6,
|
|
9065
|
+
"priceId": null,
|
|
9066
|
+
"minAmount": "0",
|
|
9067
|
+
"assetType": "ERC20",
|
|
9068
|
+
"metadata": {
|
|
9069
|
+
"contractAddress": "0xfe9f969faf8ad72a83b761138bf25de87eff9dd2"
|
|
9070
|
+
},
|
|
9071
|
+
"multiChainAsset": null,
|
|
9072
|
+
"hasValue": true,
|
|
9073
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-erc20-usdt-0xfe9f969faf8ad72a83b761138bf25de87eff9dd2.png"
|
|
9074
|
+
},
|
|
9075
|
+
"bitlayer-ERC20-USDC-0x9827431e8b77e87c9894bd50b055d6be56be0030": {
|
|
9076
|
+
"originChain": "bitlayer",
|
|
9077
|
+
"slug": "bitlayer-ERC20-USDC-0x9827431e8b77e87c9894bd50b055d6be56be0030",
|
|
9078
|
+
"name": "Bitlayer-Peg USDC",
|
|
9079
|
+
"symbol": "USDT",
|
|
9080
|
+
"decimals": 6,
|
|
9081
|
+
"priceId": null,
|
|
9082
|
+
"minAmount": "0",
|
|
9083
|
+
"assetType": "ERC20",
|
|
9084
|
+
"metadata": {
|
|
9085
|
+
"contractAddress": "0x9827431e8b77e87c9894bd50b055d6be56be0030"
|
|
9086
|
+
},
|
|
9087
|
+
"multiChainAsset": null,
|
|
9088
|
+
"hasValue": true,
|
|
9089
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-erc20-usdc-0x9827431e8b77e87c9894bd50b055d6be56be0030.png"
|
|
9090
|
+
},
|
|
9091
|
+
"bitlayer-ERC20-ETH-0xef63d4e178b3180beec9b0e143e0f37f4c93f4c2": {
|
|
9092
|
+
"originChain": "bitlayer",
|
|
9093
|
+
"slug": "bitlayer-ERC20-ETH-0xef63d4e178b3180beec9b0e143e0f37f4c93f4c2",
|
|
9094
|
+
"name": "Bitlayer-Peg ETH",
|
|
9095
|
+
"symbol": "ETH",
|
|
9096
|
+
"decimals": 18,
|
|
9097
|
+
"priceId": null,
|
|
9098
|
+
"minAmount": "0",
|
|
9099
|
+
"assetType": "ERC20",
|
|
9100
|
+
"metadata": {
|
|
9101
|
+
"contractAddress": "0xef63d4e178b3180beec9b0e143e0f37f4c93f4c2"
|
|
9102
|
+
},
|
|
9103
|
+
"multiChainAsset": null,
|
|
9104
|
+
"hasValue": true,
|
|
9105
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bitlayer-erc20-eth-0xef63d4e178b3180beec9b0e143e0f37f4c93f4c2.png"
|
|
9106
|
+
},
|
|
9107
|
+
"bevm-ERC20-WBTC-0xB5136FEba197f5fF4B765E5b50c74db717796dcD": {
|
|
9108
|
+
"originChain": "bevm",
|
|
9109
|
+
"slug": "bevm-ERC20-WBTC-0xB5136FEba197f5fF4B765E5b50c74db717796dcD",
|
|
9110
|
+
"name": "Wrapped BTC",
|
|
9111
|
+
"symbol": "WBTC",
|
|
9112
|
+
"decimals": 18,
|
|
9113
|
+
"priceId": null,
|
|
9114
|
+
"minAmount": "0",
|
|
9115
|
+
"assetType": "ERC20",
|
|
9116
|
+
"metadata": {
|
|
9117
|
+
"contractAddress": "0xB5136FEba197f5fF4B765E5b50c74db717796dcD"
|
|
9118
|
+
},
|
|
9119
|
+
"multiChainAsset": null,
|
|
9120
|
+
"hasValue": true,
|
|
9121
|
+
"icon": null
|
|
9122
|
+
},
|
|
9123
|
+
"bevm-ERC20-stBTC-0x26bda683F874e7AE3e3A5d3fad44Bcb82a7c107C": {
|
|
9124
|
+
"originChain": "bevm",
|
|
9125
|
+
"slug": "bevm-ERC20-stBTC-0x26bda683F874e7AE3e3A5d3fad44Bcb82a7c107C",
|
|
9126
|
+
"name": "Liquid staked BTC",
|
|
9127
|
+
"symbol": "stBTC",
|
|
9128
|
+
"decimals": 18,
|
|
9129
|
+
"priceId": null,
|
|
9130
|
+
"minAmount": "0",
|
|
9131
|
+
"assetType": "ERC20",
|
|
9132
|
+
"metadata": {
|
|
9133
|
+
"contractAddress": "0x26bda683F874e7AE3e3A5d3fad44Bcb82a7c107C"
|
|
9134
|
+
},
|
|
9135
|
+
"multiChainAsset": null,
|
|
9136
|
+
"hasValue": true,
|
|
9137
|
+
"icon": null
|
|
9138
|
+
},
|
|
9139
|
+
"bevm-ERC20-wstBTC-0x2967E7Bb9DaA5711Ac332cAF874BD47ef99B3820": {
|
|
9140
|
+
"originChain": "bevm",
|
|
9141
|
+
"slug": "bevm-ERC20-wstBTC-0x2967E7Bb9DaA5711Ac332cAF874BD47ef99B3820",
|
|
9142
|
+
"name": "Wrapped liquid staked BTC 2.0",
|
|
9143
|
+
"symbol": "wstBTC",
|
|
9144
|
+
"decimals": 18,
|
|
9145
|
+
"priceId": null,
|
|
9146
|
+
"minAmount": "0",
|
|
9147
|
+
"assetType": "ERC20",
|
|
9148
|
+
"metadata": {
|
|
9149
|
+
"contractAddress": "0x2967E7Bb9DaA5711Ac332cAF874BD47ef99B3820"
|
|
9150
|
+
},
|
|
9151
|
+
"multiChainAsset": null,
|
|
9152
|
+
"hasValue": true,
|
|
9153
|
+
"icon": null
|
|
9154
|
+
},
|
|
9155
|
+
"bobMainnet-NATIVE-ETH": {
|
|
9156
|
+
"originChain": "bobMainnet ",
|
|
9157
|
+
"slug": "bobMainnet-NATIVE-ETH",
|
|
9158
|
+
"name": "Ethereum",
|
|
9159
|
+
"symbol": "ETH",
|
|
9160
|
+
"decimals": 18,
|
|
9161
|
+
"priceId": null,
|
|
9162
|
+
"minAmount": "0",
|
|
9163
|
+
"assetType": "NATIVE",
|
|
9164
|
+
"metadata": null,
|
|
9165
|
+
"multiChainAsset": null,
|
|
9166
|
+
"hasValue": true,
|
|
9167
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bobmainnet-native-eth.png"
|
|
8988
9168
|
}
|
|
8989
9169
|
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -7920,7 +7920,7 @@
|
|
|
7920
7920
|
},
|
|
7921
7921
|
"extraInfo": {
|
|
7922
7922
|
"subscanSlug": "humanode",
|
|
7923
|
-
"chainBalanceSlug":
|
|
7923
|
+
"chainBalanceSlug": "humanode"
|
|
7924
7924
|
}
|
|
7925
7925
|
},
|
|
7926
7926
|
"humanodeEvm": {
|
|
@@ -8050,7 +8050,8 @@
|
|
|
8050
8050
|
"chainStatus": "ACTIVE",
|
|
8051
8051
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/availturingtest.png",
|
|
8052
8052
|
"providers": {
|
|
8053
|
-
"Avail Turing ": "wss://turing-rpc.avail.so/"
|
|
8053
|
+
"Avail Turing ": "wss://turing-rpc.avail.so/",
|
|
8054
|
+
"Avail Space": "wss://turing-rpc.availspace.app/"
|
|
8054
8055
|
},
|
|
8055
8056
|
"evmInfo": null,
|
|
8056
8057
|
"substrateInfo": {
|
|
@@ -8071,5 +8072,153 @@
|
|
|
8071
8072
|
"crowdloanFunds": []
|
|
8072
8073
|
},
|
|
8073
8074
|
"extraInfo": null
|
|
8075
|
+
},
|
|
8076
|
+
"bitlayer": {
|
|
8077
|
+
"slug": "bitlayer",
|
|
8078
|
+
"name": "Bitlayer Mainnet",
|
|
8079
|
+
"isTestnet": false,
|
|
8080
|
+
"chainStatus": "ACTIVE",
|
|
8081
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitlayer.png",
|
|
8082
|
+
"providers": {
|
|
8083
|
+
"Bitlayer": "https://rpc.bitlayer.org",
|
|
8084
|
+
"Rpc": "https://rpc.bitlayer-rpc.com",
|
|
8085
|
+
"Ankr": "https://rpc.ankr.com/bitlayer"
|
|
8086
|
+
},
|
|
8087
|
+
"evmInfo": {
|
|
8088
|
+
"evmChainId": 200901,
|
|
8089
|
+
"blockExplorer": "https://www.btrscan.com",
|
|
8090
|
+
"existentialDeposit": "0",
|
|
8091
|
+
"symbol": "BTC",
|
|
8092
|
+
"decimals": 18,
|
|
8093
|
+
"supportSmartContract": [
|
|
8094
|
+
"ERC20",
|
|
8095
|
+
"ERC721"
|
|
8096
|
+
],
|
|
8097
|
+
"abiExplorer": "https://www.btrscan.com"
|
|
8098
|
+
},
|
|
8099
|
+
"substrateInfo": null,
|
|
8100
|
+
"extraInfo": null
|
|
8101
|
+
},
|
|
8102
|
+
"bitlayerTest": {
|
|
8103
|
+
"slug": "bitlayerTest",
|
|
8104
|
+
"name": "Bitlayer Testnet",
|
|
8105
|
+
"isTestnet": true,
|
|
8106
|
+
"chainStatus": "ACTIVE",
|
|
8107
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitlayertest.png",
|
|
8108
|
+
"providers": {
|
|
8109
|
+
"Rpc testnet": "https://testnet-rpc.bitlayer.org"
|
|
8110
|
+
},
|
|
8111
|
+
"evmInfo": {
|
|
8112
|
+
"evmChainId": 200810,
|
|
8113
|
+
"blockExplorer": "https://testnet-scan.bitlayer.org",
|
|
8114
|
+
"existentialDeposit": "0",
|
|
8115
|
+
"symbol": "BTC",
|
|
8116
|
+
"decimals": 18,
|
|
8117
|
+
"supportSmartContract": [
|
|
8118
|
+
"ERC20",
|
|
8119
|
+
"ERC721"
|
|
8120
|
+
],
|
|
8121
|
+
"abiExplorer": "https://testnet-scan.bitlayer.org"
|
|
8122
|
+
},
|
|
8123
|
+
"substrateInfo": null,
|
|
8124
|
+
"extraInfo": null
|
|
8125
|
+
},
|
|
8126
|
+
"bevm": {
|
|
8127
|
+
"slug": "bevm",
|
|
8128
|
+
"name": "BEVM Mainnet",
|
|
8129
|
+
"isTestnet": false,
|
|
8130
|
+
"chainStatus": "ACTIVE",
|
|
8131
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bevm.png",
|
|
8132
|
+
"providers": {
|
|
8133
|
+
"Mainnet 1": "https://rpc-mainnet-1.bevm.io",
|
|
8134
|
+
"Mainnet 2": "https://rpc-mainnet-2.bevm.io"
|
|
8135
|
+
},
|
|
8136
|
+
"evmInfo": {
|
|
8137
|
+
"evmChainId": 11501,
|
|
8138
|
+
"blockExplorer": "https://scan-mainnet.bevm.io/",
|
|
8139
|
+
"existentialDeposit": "0",
|
|
8140
|
+
"symbol": "BTC",
|
|
8141
|
+
"decimals": 18,
|
|
8142
|
+
"supportSmartContract": [
|
|
8143
|
+
"ERC20",
|
|
8144
|
+
"ERC721"
|
|
8145
|
+
],
|
|
8146
|
+
"abiExplorer": "https://scan-mainnet.bevm.io/"
|
|
8147
|
+
},
|
|
8148
|
+
"substrateInfo": null,
|
|
8149
|
+
"extraInfo": null
|
|
8150
|
+
},
|
|
8151
|
+
"bevmTest": {
|
|
8152
|
+
"slug": "bevmTest",
|
|
8153
|
+
"name": "BEVM Testnet",
|
|
8154
|
+
"isTestnet": true,
|
|
8155
|
+
"chainStatus": "ACTIVE",
|
|
8156
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bevmtest.png",
|
|
8157
|
+
"providers": {
|
|
8158
|
+
"BEVM testnet": "https://testnet.bevm.io"
|
|
8159
|
+
},
|
|
8160
|
+
"evmInfo": {
|
|
8161
|
+
"evmChainId": 11503,
|
|
8162
|
+
"blockExplorer": "https://scan-testnet.bevm.io",
|
|
8163
|
+
"existentialDeposit": "0",
|
|
8164
|
+
"symbol": "BTC",
|
|
8165
|
+
"decimals": 18,
|
|
8166
|
+
"supportSmartContract": [
|
|
8167
|
+
"ERC20",
|
|
8168
|
+
"ERC721"
|
|
8169
|
+
],
|
|
8170
|
+
"abiExplorer": "https://scan-testnet.bevm.io"
|
|
8171
|
+
},
|
|
8172
|
+
"substrateInfo": null,
|
|
8173
|
+
"extraInfo": null
|
|
8174
|
+
},
|
|
8175
|
+
"b2": {
|
|
8176
|
+
"slug": "b2",
|
|
8177
|
+
"name": "B2 Mainnet",
|
|
8178
|
+
"isTestnet": false,
|
|
8179
|
+
"chainStatus": "ACTIVE",
|
|
8180
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/b2.png",
|
|
8181
|
+
"providers": {
|
|
8182
|
+
"Bsquared": "https://rpc.bsquared.network",
|
|
8183
|
+
"Alt technology": "https://b2-mainnet.alt.technology"
|
|
8184
|
+
},
|
|
8185
|
+
"evmInfo": {
|
|
8186
|
+
"evmChainId": 223,
|
|
8187
|
+
"blockExplorer": "https://explorer.bsquared.network/",
|
|
8188
|
+
"existentialDeposit": "0",
|
|
8189
|
+
"symbol": "BTC",
|
|
8190
|
+
"decimals": 18,
|
|
8191
|
+
"supportSmartContract": [
|
|
8192
|
+
"ERC20",
|
|
8193
|
+
"ERC721"
|
|
8194
|
+
],
|
|
8195
|
+
"abiExplorer": "https://explorer.bsquared.network/"
|
|
8196
|
+
},
|
|
8197
|
+
"substrateInfo": null,
|
|
8198
|
+
"extraInfo": null
|
|
8199
|
+
},
|
|
8200
|
+
"bobMainnet ": {
|
|
8201
|
+
"slug": "bobMainnet ",
|
|
8202
|
+
"name": "BOB Mainnet",
|
|
8203
|
+
"isTestnet": false,
|
|
8204
|
+
"chainStatus": "ACTIVE",
|
|
8205
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bobmainnet .png",
|
|
8206
|
+
"providers": {
|
|
8207
|
+
"Gobob": "https://rpc.gobob.xyz/"
|
|
8208
|
+
},
|
|
8209
|
+
"evmInfo": {
|
|
8210
|
+
"evmChainId": 60808,
|
|
8211
|
+
"blockExplorer": "https://explorer.gobob.xyz/",
|
|
8212
|
+
"existentialDeposit": "0",
|
|
8213
|
+
"symbol": "ETH",
|
|
8214
|
+
"decimals": 18,
|
|
8215
|
+
"supportSmartContract": [
|
|
8216
|
+
"ERC20",
|
|
8217
|
+
"ERC721"
|
|
8218
|
+
],
|
|
8219
|
+
"abiExplorer": "https://explorer.gobob.xyz/"
|
|
8220
|
+
},
|
|
8221
|
+
"substrateInfo": null,
|
|
8222
|
+
"extraInfo": null
|
|
8074
8223
|
}
|
|
8075
8224
|
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -233,6 +233,12 @@
|
|
|
233
233
|
"commune": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/commune.png",
|
|
234
234
|
"dbcchain": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/dbcchain.png",
|
|
235
235
|
"availTuringTest": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/availturingtest.png",
|
|
236
|
+
"bitlayer": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitlayer.png",
|
|
237
|
+
"bitlayerTest": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitlayertest.png",
|
|
238
|
+
"bevm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bevm.png",
|
|
239
|
+
"bevmTest": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bevmtest.png",
|
|
240
|
+
"b2": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/b2.png",
|
|
241
|
+
"bobMainnet ": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bobmainnet .png",
|
|
236
242
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
237
243
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
238
244
|
}
|
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.
|
|
10
|
+
version: '0.2.59-beta.0'
|
|
11
11
|
};
|