@btc-vision/transaction 1.0.64 → 1.0.66
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/browser/_version.d.ts +1 -1
- package/browser/index.js +1 -1
- package/build/_version.d.ts +1 -1
- package/build/_version.js +1 -1
- package/build/metadata/tokens.js +2 -2
- package/package.json +1 -1
- package/src/_version.ts +1 -1
- package/src/metadata/tokens.ts +2 -2
package/build/_version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "1.0.
|
|
1
|
+
export declare const version = "1.0.66";
|
package/build/_version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '1.0.
|
|
1
|
+
export const version = '1.0.66';
|
package/build/metadata/tokens.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export const FACTORY_ADDRESS_REGTEST = 'bcrt1qgph2k9dahptnz2vu72ezd9r2p4phjm2pkgu7ht';
|
|
2
2
|
export const POOL_ADDRESS_REGTEST = 'bcrt1q5nkjpjmh6xwweprcyeylwdw7aud4een7p9pphd';
|
|
3
|
-
export const WBTC_ADDRESS_REGTEST = '
|
|
3
|
+
export const WBTC_ADDRESS_REGTEST = 'bcrt1q9vs429jazf5m7xmkzcu09x3ksg7tlgcevcyr4e';
|
|
4
4
|
export const MOTO_ADDRESS_REGTEST = 'bcrt1q8reuxx9naek4mqesrfsgdpjv3q7a5g2llkh6ua';
|
|
5
5
|
export const ROUTER_ADDRESS_REGTEST = 'bcrt1qyx492l440f6cm5hdppw5pmkd2fc7k3qayuuvh6';
|
|
6
6
|
export const FACTORY_ADDRESS_TESTNET = 'tb1qgev5kldhp5zvg6j8t9vl6x4phkrwn8nk9felxh';
|
|
7
7
|
export const POOL_ADDRESS_TESTNET = 'tb1q6a7yw353hjmresphupytw5vczpqxtg4yrupayk';
|
|
8
|
-
export const WBTC_ADDRESS_TESTNET = '
|
|
8
|
+
export const WBTC_ADDRESS_TESTNET = 'tb1q6v6kqjsm7e0whyu2ulx5w6vtp8heyvhgsvfd0w';
|
|
9
9
|
export const MOTO_ADDRESS_TESTNET = 'tb1q4tyhf8hpu04qjj3qaag20knun0spctultxzakw';
|
|
10
10
|
export const ROUTER_ADDRESS_TESTNET = 'tb1qre7tlyrxrs3lht6ls6y2wezgq8hlmr78y2j9y2';
|
package/package.json
CHANGED
package/src/_version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '1.0.
|
|
1
|
+
export const version = '1.0.66';
|
package/src/metadata/tokens.ts
CHANGED
|
@@ -3,13 +3,13 @@ import { Address } from '@btc-vision/bsi-binary';
|
|
|
3
3
|
// Addresses Regtest
|
|
4
4
|
export const FACTORY_ADDRESS_REGTEST: Address = 'bcrt1qgph2k9dahptnz2vu72ezd9r2p4phjm2pkgu7ht';
|
|
5
5
|
export const POOL_ADDRESS_REGTEST: Address = 'bcrt1q5nkjpjmh6xwweprcyeylwdw7aud4een7p9pphd';
|
|
6
|
-
export const WBTC_ADDRESS_REGTEST: Address = '
|
|
6
|
+
export const WBTC_ADDRESS_REGTEST: Address = 'bcrt1q9vs429jazf5m7xmkzcu09x3ksg7tlgcevcyr4e';
|
|
7
7
|
export const MOTO_ADDRESS_REGTEST: Address = 'bcrt1q8reuxx9naek4mqesrfsgdpjv3q7a5g2llkh6ua';
|
|
8
8
|
export const ROUTER_ADDRESS_REGTEST: Address = 'bcrt1qyx492l440f6cm5hdppw5pmkd2fc7k3qayuuvh6';
|
|
9
9
|
|
|
10
10
|
// Addresses Testnet
|
|
11
11
|
export const FACTORY_ADDRESS_TESTNET: Address = 'tb1qgev5kldhp5zvg6j8t9vl6x4phkrwn8nk9felxh';
|
|
12
12
|
export const POOL_ADDRESS_TESTNET: Address = 'tb1q6a7yw353hjmresphupytw5vczpqxtg4yrupayk';
|
|
13
|
-
export const WBTC_ADDRESS_TESTNET: Address = '
|
|
13
|
+
export const WBTC_ADDRESS_TESTNET: Address = 'tb1q6v6kqjsm7e0whyu2ulx5w6vtp8heyvhgsvfd0w';
|
|
14
14
|
export const MOTO_ADDRESS_TESTNET: Address = 'tb1q4tyhf8hpu04qjj3qaag20knun0spctultxzakw';
|
|
15
15
|
export const ROUTER_ADDRESS_TESTNET: Address = 'tb1qre7tlyrxrs3lht6ls6y2wezgq8hlmr78y2j9y2';
|