@subwallet/chain-list 0.2.85-beta.0 → 0.2.85-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 +49 -1
- package/cjs/data/AssetLogoMap.json +2 -0
- package/cjs/data/AssetRef.json +21 -0
- package/cjs/data/ChainAsset.json +17 -1
- package/cjs/data/MultiChainAsset.json +9 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +2 -0
- package/data/AssetRef.json +21 -0
- package/data/ChainAsset.json +17 -1
- package/data/MultiChainAsset.json +9 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -730,6 +730,7 @@
|
|
|
730
730
|
"storypublic_testnet-native-ip": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storypublic_testnet-native-ip.png",
|
|
731
731
|
"soneiumminato-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/soneiumminato-native-eth.png",
|
|
732
732
|
"base_sepolia-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/base_sepolia-native-eth.png",
|
|
733
|
+
"base_sepolia-erc20-usdc-0x036cbd53842c5426634e7929541ec2318f3dcf7e": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/base_sepolia-erc20-usdc-0x036cbd53842c5426634e7929541ec2318f3dcf7e.png",
|
|
733
734
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
734
735
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
735
736
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -818,6 +819,7 @@
|
|
|
818
819
|
"route-routeprotocol": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/route-routeprotocol.png",
|
|
819
820
|
"azero-alephzero": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/azero-alephzero.png",
|
|
820
821
|
"eth-ethereumsepolia": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereumsepolia.png",
|
|
822
|
+
"usdc-usdcsepolia": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/usdc-usdcsepolia.png",
|
|
821
823
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
822
824
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
823
825
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
|
@@ -1994,6 +1996,13 @@
|
|
|
1994
1996
|
srcChain: "sepolia_ethereum",
|
|
1995
1997
|
destChain: "sepolia_ethereum",
|
|
1996
1998
|
path: "SWAP"
|
|
1999
|
+
},
|
|
2000
|
+
"sepolia_ethereum-ERC20-USDC-0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238___base_sepolia-ERC20-USDC-0x036CbD53842c5426634e7929541eC2318f3dCF7e": {
|
|
2001
|
+
srcAsset: "sepolia_ethereum-ERC20-USDC-0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238",
|
|
2002
|
+
destAsset: "base_sepolia-ERC20-USDC-0x036CbD53842c5426634e7929541eC2318f3dCF7e",
|
|
2003
|
+
srcChain: "sepolia_ethereum",
|
|
2004
|
+
destChain: "base_sepolia",
|
|
2005
|
+
path: "SWAP"
|
|
1997
2006
|
},
|
|
1998
2007
|
"hydradx_rococo-NATIVE-HDX___hydradx_rococo-LOCAL-DOT": {
|
|
1999
2008
|
srcAsset: "hydradx_rococo-NATIVE-HDX",
|
|
@@ -2711,6 +2720,20 @@
|
|
|
2711
2720
|
srcChain: "base_sepolia",
|
|
2712
2721
|
destChain: "sepolia_ethereum",
|
|
2713
2722
|
path: "SWAP"
|
|
2723
|
+
},
|
|
2724
|
+
"base_sepolia-ERC20-USDC-0x036CbD53842c5426634e7929541eC2318f3dCF7e___sepolia_ethereum-NATIVE-ETH": {
|
|
2725
|
+
srcAsset: "base_sepolia-ERC20-USDC-0x036CbD53842c5426634e7929541eC2318f3dCF7e",
|
|
2726
|
+
destAsset: "sepolia_ethereum-NATIVE-ETH",
|
|
2727
|
+
srcChain: "base_sepolia",
|
|
2728
|
+
destChain: "sepolia_ethereum",
|
|
2729
|
+
path: "SWAP"
|
|
2730
|
+
},
|
|
2731
|
+
"base_sepolia-ERC20-USDC-0x036CbD53842c5426634e7929541eC2318f3dCF7e___sepolia_ethereum-ERC20-USDC-0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238": {
|
|
2732
|
+
srcAsset: "base_sepolia-ERC20-USDC-0x036CbD53842c5426634e7929541eC2318f3dCF7e",
|
|
2733
|
+
destAsset: "sepolia_ethereum-ERC20-USDC-0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238",
|
|
2734
|
+
srcChain: "base_sepolia",
|
|
2735
|
+
destChain: "sepolia_ethereum",
|
|
2736
|
+
path: "SWAP"
|
|
2714
2737
|
}
|
|
2715
2738
|
};
|
|
2716
2739
|
|
|
@@ -10821,7 +10844,7 @@
|
|
|
10821
10844
|
metadata: {
|
|
10822
10845
|
contractAddress: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238"
|
|
10823
10846
|
},
|
|
10824
|
-
multiChainAsset:
|
|
10847
|
+
multiChainAsset: "USDC-USDCSepolia",
|
|
10825
10848
|
hasValue: false,
|
|
10826
10849
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-erc20-usdc-0x1c7d4b196cb0c7b01d743fbc6116a902379c7238.png"
|
|
10827
10850
|
},
|
|
@@ -14807,6 +14830,22 @@
|
|
|
14807
14830
|
multiChainAsset: "ETH-EthereumSepolia",
|
|
14808
14831
|
hasValue: false,
|
|
14809
14832
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/base_sepolia-native-eth.png"
|
|
14833
|
+
},
|
|
14834
|
+
"base_sepolia-ERC20-USDC-0x036CbD53842c5426634e7929541eC2318f3dCF7e": {
|
|
14835
|
+
originChain: "base_sepolia",
|
|
14836
|
+
slug: "base_sepolia-ERC20-USDC-0x036CbD53842c5426634e7929541eC2318f3dCF7e",
|
|
14837
|
+
name: "USDC",
|
|
14838
|
+
symbol: "USDC",
|
|
14839
|
+
decimals: 6,
|
|
14840
|
+
priceId: null,
|
|
14841
|
+
minAmount: "0",
|
|
14842
|
+
assetType: "ERC20",
|
|
14843
|
+
metadata: {
|
|
14844
|
+
contractAddress: "0x036CbD53842c5426634e7929541eC2318f3dCF7e"
|
|
14845
|
+
},
|
|
14846
|
+
multiChainAsset: "USDC-USDCSepolia",
|
|
14847
|
+
hasValue: false,
|
|
14848
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/base_sepolia-erc20-usdc-0x036cbd53842c5426634e7929541ec2318f3dcf7e.png"
|
|
14810
14849
|
}
|
|
14811
14850
|
};
|
|
14812
14851
|
|
|
@@ -26489,6 +26528,15 @@
|
|
|
26489
26528
|
priceId: null,
|
|
26490
26529
|
hasValue: false,
|
|
26491
26530
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereumsepolia.png"
|
|
26531
|
+
},
|
|
26532
|
+
"USDC-USDCSepolia": {
|
|
26533
|
+
slug: "USDC-USDCSepolia",
|
|
26534
|
+
originChainAsset: null,
|
|
26535
|
+
name: "USDC",
|
|
26536
|
+
symbol: "USDC",
|
|
26537
|
+
priceId: null,
|
|
26538
|
+
hasValue: false,
|
|
26539
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/usdc-usdcsepolia.png"
|
|
26492
26540
|
}
|
|
26493
26541
|
};
|
|
26494
26542
|
|
|
@@ -722,6 +722,7 @@
|
|
|
722
722
|
"storypublic_testnet-native-ip": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storypublic_testnet-native-ip.png",
|
|
723
723
|
"soneiumminato-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/soneiumminato-native-eth.png",
|
|
724
724
|
"base_sepolia-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/base_sepolia-native-eth.png",
|
|
725
|
+
"base_sepolia-erc20-usdc-0x036cbd53842c5426634e7929541ec2318f3dcf7e": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/base_sepolia-erc20-usdc-0x036cbd53842c5426634e7929541ec2318f3dcf7e.png",
|
|
725
726
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
726
727
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
727
728
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -810,6 +811,7 @@
|
|
|
810
811
|
"route-routeprotocol": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/route-routeprotocol.png",
|
|
811
812
|
"azero-alephzero": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/azero-alephzero.png",
|
|
812
813
|
"eth-ethereumsepolia": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereumsepolia.png",
|
|
814
|
+
"usdc-usdcsepolia": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/usdc-usdcsepolia.png",
|
|
813
815
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
814
816
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
815
817
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
package/cjs/data/AssetRef.json
CHANGED
|
@@ -1169,6 +1169,13 @@
|
|
|
1169
1169
|
"destChain": "sepolia_ethereum",
|
|
1170
1170
|
"path": "SWAP"
|
|
1171
1171
|
},
|
|
1172
|
+
"sepolia_ethereum-ERC20-USDC-0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238___base_sepolia-ERC20-USDC-0x036CbD53842c5426634e7929541eC2318f3dCF7e": {
|
|
1173
|
+
"srcAsset": "sepolia_ethereum-ERC20-USDC-0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238",
|
|
1174
|
+
"destAsset": "base_sepolia-ERC20-USDC-0x036CbD53842c5426634e7929541eC2318f3dCF7e",
|
|
1175
|
+
"srcChain": "sepolia_ethereum",
|
|
1176
|
+
"destChain": "base_sepolia",
|
|
1177
|
+
"path": "SWAP"
|
|
1178
|
+
},
|
|
1172
1179
|
"hydradx_rococo-NATIVE-HDX___hydradx_rococo-LOCAL-DOT": {
|
|
1173
1180
|
"srcAsset": "hydradx_rococo-NATIVE-HDX",
|
|
1174
1181
|
"destAsset": "hydradx_rococo-LOCAL-DOT",
|
|
@@ -1885,5 +1892,19 @@
|
|
|
1885
1892
|
"srcChain": "base_sepolia",
|
|
1886
1893
|
"destChain": "sepolia_ethereum",
|
|
1887
1894
|
"path": "SWAP"
|
|
1895
|
+
},
|
|
1896
|
+
"base_sepolia-ERC20-USDC-0x036CbD53842c5426634e7929541eC2318f3dCF7e___sepolia_ethereum-NATIVE-ETH": {
|
|
1897
|
+
"srcAsset": "base_sepolia-ERC20-USDC-0x036CbD53842c5426634e7929541eC2318f3dCF7e",
|
|
1898
|
+
"destAsset": "sepolia_ethereum-NATIVE-ETH",
|
|
1899
|
+
"srcChain": "base_sepolia",
|
|
1900
|
+
"destChain": "sepolia_ethereum",
|
|
1901
|
+
"path": "SWAP"
|
|
1902
|
+
},
|
|
1903
|
+
"base_sepolia-ERC20-USDC-0x036CbD53842c5426634e7929541eC2318f3dCF7e___sepolia_ethereum-ERC20-USDC-0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238": {
|
|
1904
|
+
"srcAsset": "base_sepolia-ERC20-USDC-0x036CbD53842c5426634e7929541eC2318f3dCF7e",
|
|
1905
|
+
"destAsset": "sepolia_ethereum-ERC20-USDC-0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238",
|
|
1906
|
+
"srcChain": "base_sepolia",
|
|
1907
|
+
"destChain": "sepolia_ethereum",
|
|
1908
|
+
"path": "SWAP"
|
|
1888
1909
|
}
|
|
1889
1910
|
}
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -8105,7 +8105,7 @@
|
|
|
8105
8105
|
"metadata": {
|
|
8106
8106
|
"contractAddress": "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238"
|
|
8107
8107
|
},
|
|
8108
|
-
"multiChainAsset":
|
|
8108
|
+
"multiChainAsset": "USDC-USDCSepolia",
|
|
8109
8109
|
"hasValue": false,
|
|
8110
8110
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-erc20-usdc-0x1c7d4b196cb0c7b01d743fbc6116a902379c7238.png"
|
|
8111
8111
|
},
|
|
@@ -12091,5 +12091,21 @@
|
|
|
12091
12091
|
"multiChainAsset": "ETH-EthereumSepolia",
|
|
12092
12092
|
"hasValue": false,
|
|
12093
12093
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/base_sepolia-native-eth.png"
|
|
12094
|
+
},
|
|
12095
|
+
"base_sepolia-ERC20-USDC-0x036CbD53842c5426634e7929541eC2318f3dCF7e": {
|
|
12096
|
+
"originChain": "base_sepolia",
|
|
12097
|
+
"slug": "base_sepolia-ERC20-USDC-0x036CbD53842c5426634e7929541eC2318f3dCF7e",
|
|
12098
|
+
"name": "USDC",
|
|
12099
|
+
"symbol": "USDC",
|
|
12100
|
+
"decimals": 6,
|
|
12101
|
+
"priceId": null,
|
|
12102
|
+
"minAmount": "0",
|
|
12103
|
+
"assetType": "ERC20",
|
|
12104
|
+
"metadata": {
|
|
12105
|
+
"contractAddress": "0x036CbD53842c5426634e7929541eC2318f3dCF7e"
|
|
12106
|
+
},
|
|
12107
|
+
"multiChainAsset": "USDC-USDCSepolia",
|
|
12108
|
+
"hasValue": false,
|
|
12109
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/base_sepolia-erc20-usdc-0x036cbd53842c5426634e7929541ec2318f3dcf7e.png"
|
|
12094
12110
|
}
|
|
12095
12111
|
}
|
|
@@ -790,5 +790,14 @@
|
|
|
790
790
|
"priceId": null,
|
|
791
791
|
"hasValue": false,
|
|
792
792
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereumsepolia.png"
|
|
793
|
+
},
|
|
794
|
+
"USDC-USDCSepolia": {
|
|
795
|
+
"slug": "USDC-USDCSepolia",
|
|
796
|
+
"originChainAsset": null,
|
|
797
|
+
"name": "USDC",
|
|
798
|
+
"symbol": "USDC",
|
|
799
|
+
"priceId": null,
|
|
800
|
+
"hasValue": false,
|
|
801
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/usdc-usdcsepolia.png"
|
|
793
802
|
}
|
|
794
803
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -722,6 +722,7 @@
|
|
|
722
722
|
"storypublic_testnet-native-ip": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storypublic_testnet-native-ip.png",
|
|
723
723
|
"soneiumminato-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/soneiumminato-native-eth.png",
|
|
724
724
|
"base_sepolia-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/base_sepolia-native-eth.png",
|
|
725
|
+
"base_sepolia-erc20-usdc-0x036cbd53842c5426634e7929541ec2318f3dcf7e": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/base_sepolia-erc20-usdc-0x036cbd53842c5426634e7929541ec2318f3dcf7e.png",
|
|
725
726
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
726
727
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
727
728
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -810,6 +811,7 @@
|
|
|
810
811
|
"route-routeprotocol": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/route-routeprotocol.png",
|
|
811
812
|
"azero-alephzero": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/azero-alephzero.png",
|
|
812
813
|
"eth-ethereumsepolia": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereumsepolia.png",
|
|
814
|
+
"usdc-usdcsepolia": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/usdc-usdcsepolia.png",
|
|
813
815
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
814
816
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
815
817
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
package/data/AssetRef.json
CHANGED
|
@@ -1169,6 +1169,13 @@
|
|
|
1169
1169
|
"destChain": "sepolia_ethereum",
|
|
1170
1170
|
"path": "SWAP"
|
|
1171
1171
|
},
|
|
1172
|
+
"sepolia_ethereum-ERC20-USDC-0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238___base_sepolia-ERC20-USDC-0x036CbD53842c5426634e7929541eC2318f3dCF7e": {
|
|
1173
|
+
"srcAsset": "sepolia_ethereum-ERC20-USDC-0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238",
|
|
1174
|
+
"destAsset": "base_sepolia-ERC20-USDC-0x036CbD53842c5426634e7929541eC2318f3dCF7e",
|
|
1175
|
+
"srcChain": "sepolia_ethereum",
|
|
1176
|
+
"destChain": "base_sepolia",
|
|
1177
|
+
"path": "SWAP"
|
|
1178
|
+
},
|
|
1172
1179
|
"hydradx_rococo-NATIVE-HDX___hydradx_rococo-LOCAL-DOT": {
|
|
1173
1180
|
"srcAsset": "hydradx_rococo-NATIVE-HDX",
|
|
1174
1181
|
"destAsset": "hydradx_rococo-LOCAL-DOT",
|
|
@@ -1885,5 +1892,19 @@
|
|
|
1885
1892
|
"srcChain": "base_sepolia",
|
|
1886
1893
|
"destChain": "sepolia_ethereum",
|
|
1887
1894
|
"path": "SWAP"
|
|
1895
|
+
},
|
|
1896
|
+
"base_sepolia-ERC20-USDC-0x036CbD53842c5426634e7929541eC2318f3dCF7e___sepolia_ethereum-NATIVE-ETH": {
|
|
1897
|
+
"srcAsset": "base_sepolia-ERC20-USDC-0x036CbD53842c5426634e7929541eC2318f3dCF7e",
|
|
1898
|
+
"destAsset": "sepolia_ethereum-NATIVE-ETH",
|
|
1899
|
+
"srcChain": "base_sepolia",
|
|
1900
|
+
"destChain": "sepolia_ethereum",
|
|
1901
|
+
"path": "SWAP"
|
|
1902
|
+
},
|
|
1903
|
+
"base_sepolia-ERC20-USDC-0x036CbD53842c5426634e7929541eC2318f3dCF7e___sepolia_ethereum-ERC20-USDC-0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238": {
|
|
1904
|
+
"srcAsset": "base_sepolia-ERC20-USDC-0x036CbD53842c5426634e7929541eC2318f3dCF7e",
|
|
1905
|
+
"destAsset": "sepolia_ethereum-ERC20-USDC-0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238",
|
|
1906
|
+
"srcChain": "base_sepolia",
|
|
1907
|
+
"destChain": "sepolia_ethereum",
|
|
1908
|
+
"path": "SWAP"
|
|
1888
1909
|
}
|
|
1889
1910
|
}
|
package/data/ChainAsset.json
CHANGED
|
@@ -8105,7 +8105,7 @@
|
|
|
8105
8105
|
"metadata": {
|
|
8106
8106
|
"contractAddress": "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238"
|
|
8107
8107
|
},
|
|
8108
|
-
"multiChainAsset":
|
|
8108
|
+
"multiChainAsset": "USDC-USDCSepolia",
|
|
8109
8109
|
"hasValue": false,
|
|
8110
8110
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-erc20-usdc-0x1c7d4b196cb0c7b01d743fbc6116a902379c7238.png"
|
|
8111
8111
|
},
|
|
@@ -12091,5 +12091,21 @@
|
|
|
12091
12091
|
"multiChainAsset": "ETH-EthereumSepolia",
|
|
12092
12092
|
"hasValue": false,
|
|
12093
12093
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/base_sepolia-native-eth.png"
|
|
12094
|
+
},
|
|
12095
|
+
"base_sepolia-ERC20-USDC-0x036CbD53842c5426634e7929541eC2318f3dCF7e": {
|
|
12096
|
+
"originChain": "base_sepolia",
|
|
12097
|
+
"slug": "base_sepolia-ERC20-USDC-0x036CbD53842c5426634e7929541eC2318f3dCF7e",
|
|
12098
|
+
"name": "USDC",
|
|
12099
|
+
"symbol": "USDC",
|
|
12100
|
+
"decimals": 6,
|
|
12101
|
+
"priceId": null,
|
|
12102
|
+
"minAmount": "0",
|
|
12103
|
+
"assetType": "ERC20",
|
|
12104
|
+
"metadata": {
|
|
12105
|
+
"contractAddress": "0x036CbD53842c5426634e7929541eC2318f3dCF7e"
|
|
12106
|
+
},
|
|
12107
|
+
"multiChainAsset": "USDC-USDCSepolia",
|
|
12108
|
+
"hasValue": false,
|
|
12109
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/base_sepolia-erc20-usdc-0x036cbd53842c5426634e7929541ec2318f3dcf7e.png"
|
|
12094
12110
|
}
|
|
12095
12111
|
}
|
|
@@ -790,5 +790,14 @@
|
|
|
790
790
|
"priceId": null,
|
|
791
791
|
"hasValue": false,
|
|
792
792
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereumsepolia.png"
|
|
793
|
+
},
|
|
794
|
+
"USDC-USDCSepolia": {
|
|
795
|
+
"slug": "USDC-USDCSepolia",
|
|
796
|
+
"originChainAsset": null,
|
|
797
|
+
"name": "USDC",
|
|
798
|
+
"symbol": "USDC",
|
|
799
|
+
"priceId": null,
|
|
800
|
+
"hasValue": false,
|
|
801
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/usdc-usdcsepolia.png"
|
|
793
802
|
}
|
|
794
803
|
}
|
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.85-beta.
|
|
10
|
+
version: '0.2.85-beta.1'
|
|
11
11
|
};
|