@circle-fin/provider-cctp-v2 1.8.4 → 1.8.5
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 +6 -0
- package/index.cjs +19 -5
- package/index.mjs +19 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/index.cjs
CHANGED
|
@@ -7460,13 +7460,20 @@ class KitError extends Error {
|
|
|
7460
7460
|
symbol: 'EURC',
|
|
7461
7461
|
decimals: 6,
|
|
7462
7462
|
locators: {
|
|
7463
|
+
// =========================================================================
|
|
7464
|
+
// Mainnets
|
|
7465
|
+
// =========================================================================
|
|
7463
7466
|
[Blockchain.Avalanche]: '0xc891EB4cbdEFf6e073e859e987815Ed1505c2ACD',
|
|
7464
7467
|
[Blockchain.Base]: '0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42',
|
|
7465
7468
|
[Blockchain.Ethereum]: '0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c',
|
|
7466
7469
|
[Blockchain.Solana]: 'HzwqbKZw8HxMN6bF2yFZNrht3c2iXXzpKcFu7uBEDKtr',
|
|
7467
7470
|
[Blockchain.World_Chain]: '0x1C60ba0A0eD1019e8Eb035E6daF4155A5cE2380B',
|
|
7471
|
+
// =========================================================================
|
|
7468
7472
|
// Testnets
|
|
7469
|
-
|
|
7473
|
+
// =========================================================================
|
|
7474
|
+
[Blockchain.Arc_Testnet]: '0x89B50855Aa3bE2F677cD6303Cec089B5F319D72a',
|
|
7475
|
+
[Blockchain.Base_Sepolia]: '0x808456652fdb597867f38412077A9182bf77359F',
|
|
7476
|
+
[Blockchain.Ethereum_Sepolia]: '0x08210F9170F89Ab7658F0B5E3fF39b0E03C594D4'
|
|
7470
7477
|
}
|
|
7471
7478
|
};
|
|
7472
7479
|
|
|
@@ -7676,8 +7683,7 @@ class KitError extends Error {
|
|
|
7676
7683
|
* cirBTC (Circle Bitcoin) token definition with addresses and metadata.
|
|
7677
7684
|
*
|
|
7678
7685
|
* @remarks
|
|
7679
|
-
* Built-in cirBTC definition for the TokenRegistry.
|
|
7680
|
-
* on Arc Testnet.
|
|
7686
|
+
* Built-in cirBTC definition for the TokenRegistry.
|
|
7681
7687
|
*
|
|
7682
7688
|
* @example
|
|
7683
7689
|
* ```typescript
|
|
@@ -7693,7 +7699,15 @@ class KitError extends Error {
|
|
|
7693
7699
|
symbol: 'cirBTC',
|
|
7694
7700
|
decimals: 8,
|
|
7695
7701
|
locators: {
|
|
7696
|
-
|
|
7702
|
+
// =========================================================================
|
|
7703
|
+
// Mainnets
|
|
7704
|
+
// =========================================================================
|
|
7705
|
+
[Blockchain.Ethereum]: '0x72DFB2E44f59C5AD2bAFE84314E5b99a7cd5075E',
|
|
7706
|
+
// =========================================================================
|
|
7707
|
+
// Testnets
|
|
7708
|
+
// =========================================================================
|
|
7709
|
+
[Blockchain.Arc_Testnet]: '0xf0C4a4CE82A5746AbAAd9425360Ab04fbBA432BF',
|
|
7710
|
+
[Blockchain.Ethereum_Sepolia]: '0x3a3fe695F684Bf9b9e43CF43C2b895Ea5e392bB3'
|
|
7697
7711
|
}
|
|
7698
7712
|
};
|
|
7699
7713
|
|
|
@@ -12138,7 +12152,7 @@ const mockAttestationMessage = {
|
|
|
12138
12152
|
return step;
|
|
12139
12153
|
}
|
|
12140
12154
|
|
|
12141
|
-
var version = "1.8.
|
|
12155
|
+
var version = "1.8.5";
|
|
12142
12156
|
var pkg = {
|
|
12143
12157
|
version: version};
|
|
12144
12158
|
|
package/index.mjs
CHANGED
|
@@ -7453,13 +7453,20 @@ class KitError extends Error {
|
|
|
7453
7453
|
symbol: 'EURC',
|
|
7454
7454
|
decimals: 6,
|
|
7455
7455
|
locators: {
|
|
7456
|
+
// =========================================================================
|
|
7457
|
+
// Mainnets
|
|
7458
|
+
// =========================================================================
|
|
7456
7459
|
[Blockchain.Avalanche]: '0xc891EB4cbdEFf6e073e859e987815Ed1505c2ACD',
|
|
7457
7460
|
[Blockchain.Base]: '0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42',
|
|
7458
7461
|
[Blockchain.Ethereum]: '0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c',
|
|
7459
7462
|
[Blockchain.Solana]: 'HzwqbKZw8HxMN6bF2yFZNrht3c2iXXzpKcFu7uBEDKtr',
|
|
7460
7463
|
[Blockchain.World_Chain]: '0x1C60ba0A0eD1019e8Eb035E6daF4155A5cE2380B',
|
|
7464
|
+
// =========================================================================
|
|
7461
7465
|
// Testnets
|
|
7462
|
-
|
|
7466
|
+
// =========================================================================
|
|
7467
|
+
[Blockchain.Arc_Testnet]: '0x89B50855Aa3bE2F677cD6303Cec089B5F319D72a',
|
|
7468
|
+
[Blockchain.Base_Sepolia]: '0x808456652fdb597867f38412077A9182bf77359F',
|
|
7469
|
+
[Blockchain.Ethereum_Sepolia]: '0x08210F9170F89Ab7658F0B5E3fF39b0E03C594D4'
|
|
7463
7470
|
}
|
|
7464
7471
|
};
|
|
7465
7472
|
|
|
@@ -7669,8 +7676,7 @@ class KitError extends Error {
|
|
|
7669
7676
|
* cirBTC (Circle Bitcoin) token definition with addresses and metadata.
|
|
7670
7677
|
*
|
|
7671
7678
|
* @remarks
|
|
7672
|
-
* Built-in cirBTC definition for the TokenRegistry.
|
|
7673
|
-
* on Arc Testnet.
|
|
7679
|
+
* Built-in cirBTC definition for the TokenRegistry.
|
|
7674
7680
|
*
|
|
7675
7681
|
* @example
|
|
7676
7682
|
* ```typescript
|
|
@@ -7686,7 +7692,15 @@ class KitError extends Error {
|
|
|
7686
7692
|
symbol: 'cirBTC',
|
|
7687
7693
|
decimals: 8,
|
|
7688
7694
|
locators: {
|
|
7689
|
-
|
|
7695
|
+
// =========================================================================
|
|
7696
|
+
// Mainnets
|
|
7697
|
+
// =========================================================================
|
|
7698
|
+
[Blockchain.Ethereum]: '0x72DFB2E44f59C5AD2bAFE84314E5b99a7cd5075E',
|
|
7699
|
+
// =========================================================================
|
|
7700
|
+
// Testnets
|
|
7701
|
+
// =========================================================================
|
|
7702
|
+
[Blockchain.Arc_Testnet]: '0xf0C4a4CE82A5746AbAAd9425360Ab04fbBA432BF',
|
|
7703
|
+
[Blockchain.Ethereum_Sepolia]: '0x3a3fe695F684Bf9b9e43CF43C2b895Ea5e392bB3'
|
|
7690
7704
|
}
|
|
7691
7705
|
};
|
|
7692
7706
|
|
|
@@ -12131,7 +12145,7 @@ const mockAttestationMessage = {
|
|
|
12131
12145
|
return step;
|
|
12132
12146
|
}
|
|
12133
12147
|
|
|
12134
|
-
var version = "1.8.
|
|
12148
|
+
var version = "1.8.5";
|
|
12135
12149
|
var pkg = {
|
|
12136
12150
|
version: version};
|
|
12137
12151
|
|