@lifi/types 3.2.7 → 3.2.8
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/CHANGELOG.md +7 -0
- package/dist/base.d.ts +1 -0
- package/dist/base.js +1 -0
- package/dist/cjs/base.d.ts +1 -0
- package/dist/cjs/base.js +1 -0
- package/dist/cjs/coins.js +21 -0
- package/dist/coins.js +21 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [3.2.8](https://github.com/lifinance/types/compare/v3.2.7...v3.2.8) (2023-04-21)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* add cbridge testnet USDC ([#163](https://github.com/lifinance/types/issues/163)) ([f039d8d](https://github.com/lifinance/types/commit/f039d8d19e1a70c66531cae501143e6c03a6f530))
|
|
11
|
+
|
|
5
12
|
### [3.2.7](https://github.com/lifinance/types/compare/v3.2.6...v3.2.7) (2023-04-19)
|
|
6
13
|
|
|
7
14
|
|
package/dist/base.d.ts
CHANGED
package/dist/base.js
CHANGED
package/dist/cjs/base.d.ts
CHANGED
package/dist/cjs/base.js
CHANGED
package/dist/cjs/coins.js
CHANGED
|
@@ -594,6 +594,27 @@ const basicCoins = [
|
|
|
594
594
|
},
|
|
595
595
|
},
|
|
596
596
|
},
|
|
597
|
+
// cBridge USDC testtoken
|
|
598
|
+
{
|
|
599
|
+
key: base_1.CoinKey.cbtUSDC,
|
|
600
|
+
name: base_1.CoinKey.cbtUSDC,
|
|
601
|
+
logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png',
|
|
602
|
+
verified: true,
|
|
603
|
+
chains: {
|
|
604
|
+
[base_1.ChainId.MUM]: {
|
|
605
|
+
address: '0x6de33698e9e9b787e09d3bd7771ef63557e148bb',
|
|
606
|
+
decimals: 6,
|
|
607
|
+
},
|
|
608
|
+
[base_1.ChainId.AVA]: {
|
|
609
|
+
address: '0x2979a1cb90EEB9e75d7fB4f9813FCC40E4a7fD8b',
|
|
610
|
+
decimals: 6,
|
|
611
|
+
},
|
|
612
|
+
[base_1.ChainId.BSCT]: {
|
|
613
|
+
address: '0x317F8d18FB16E49a958Becd0EA72f8E153d25654',
|
|
614
|
+
decimals: 6,
|
|
615
|
+
},
|
|
616
|
+
},
|
|
617
|
+
},
|
|
597
618
|
// USDC
|
|
598
619
|
{
|
|
599
620
|
key: base_1.CoinKey.USDC,
|
package/dist/coins.js
CHANGED
|
@@ -591,6 +591,27 @@ const basicCoins = [
|
|
|
591
591
|
},
|
|
592
592
|
},
|
|
593
593
|
},
|
|
594
|
+
// cBridge USDC testtoken
|
|
595
|
+
{
|
|
596
|
+
key: CoinKey.cbtUSDC,
|
|
597
|
+
name: CoinKey.cbtUSDC,
|
|
598
|
+
logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png',
|
|
599
|
+
verified: true,
|
|
600
|
+
chains: {
|
|
601
|
+
[ChainId.MUM]: {
|
|
602
|
+
address: '0x6de33698e9e9b787e09d3bd7771ef63557e148bb',
|
|
603
|
+
decimals: 6,
|
|
604
|
+
},
|
|
605
|
+
[ChainId.AVA]: {
|
|
606
|
+
address: '0x2979a1cb90EEB9e75d7fB4f9813FCC40E4a7fD8b',
|
|
607
|
+
decimals: 6,
|
|
608
|
+
},
|
|
609
|
+
[ChainId.BSCT]: {
|
|
610
|
+
address: '0x317F8d18FB16E49a958Becd0EA72f8E153d25654',
|
|
611
|
+
decimals: 6,
|
|
612
|
+
},
|
|
613
|
+
},
|
|
614
|
+
},
|
|
594
615
|
// USDC
|
|
595
616
|
{
|
|
596
617
|
key: CoinKey.USDC,
|