@btc-vision/transaction 1.0.76 → 1.0.77

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.
@@ -1 +1 @@
1
- export declare const version = "1.0.76";
1
+ export declare const version = "1.0.77";
package/build/_version.js CHANGED
@@ -1 +1 @@
1
- export const version = '1.0.76';
1
+ export const version = '1.0.77';
@@ -1,9 +1,9 @@
1
1
  import { ChainId } from '../network/ChainId.js';
2
- export const FACTORY_ADDRESS_REGTEST = 'bcrt1qgph2k9dahptnz2vu72ezd9r2p4phjm2pkgu7ht';
3
- export const POOL_ADDRESS_REGTEST = 'bcrt1q5nkjpjmh6xwweprcyeylwdw7aud4een7p9pphd';
2
+ export const FACTORY_ADDRESS_REGTEST = 'bcrt1qxtpreq8zg7pp9wm550kjrhaa2r5kj6lhph9he5';
3
+ export const POOL_ADDRESS_REGTEST = 'bcrt1qqg2a8076rwuruzetdyquj8fh5jxtc22pmh9vep';
4
4
  export const WBTC_ADDRESS_REGTEST = 'bcrt1qdr7sjgtnudda8zrfklw8l5cnrxum5hns7e46hf';
5
5
  export const MOTO_ADDRESS_REGTEST = 'bcrt1q8reuxx9naek4mqesrfsgdpjv3q7a5g2llkh6ua';
6
- export const ROUTER_ADDRESS_REGTEST = 'bcrt1qa6vja0swlvy4raxgv8k8kxmsfwzkgvu4ayrnd8';
6
+ export const ROUTER_ADDRESS_REGTEST = 'bcrt1qplnz54sca73t8a03nh494jatr9ffjg6ecarrj8';
7
7
  export const FACTORY_ADDRESS_TESTNET = 'tb1qgev5kldhp5zvg6j8t9vl6x4phkrwn8nk9felxh';
8
8
  export const POOL_ADDRESS_TESTNET = 'tb1q6a7yw353hjmresphupytw5vczpqxtg4yrupayk';
9
9
  export const WBTC_ADDRESS_TESTNET = 'tb1qp28xna6pv47x6wflcplhu0a9hkld5shtvjx6xv';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "type": "module",
3
- "version": "1.0.76",
3
+ "version": "1.0.77",
4
4
  "author": "BlobMaster41",
5
5
  "description": "OPNet transaction library allows you to create and sign transactions for the OPNet network.",
6
6
  "engines": {
package/src/_version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '1.0.76';
1
+ export const version = '1.0.77';
@@ -2,11 +2,11 @@ import { Address } from '@btc-vision/bsi-binary';
2
2
  import { ChainId } from '../network/ChainId.js';
3
3
 
4
4
  // Addresses Regtest
5
- export const FACTORY_ADDRESS_REGTEST: Address = 'bcrt1qgph2k9dahptnz2vu72ezd9r2p4phjm2pkgu7ht';
6
- export const POOL_ADDRESS_REGTEST: Address = 'bcrt1q5nkjpjmh6xwweprcyeylwdw7aud4een7p9pphd';
5
+ export const FACTORY_ADDRESS_REGTEST: Address = 'bcrt1qxtpreq8zg7pp9wm550kjrhaa2r5kj6lhph9he5';
6
+ export const POOL_ADDRESS_REGTEST: Address = 'bcrt1qqg2a8076rwuruzetdyquj8fh5jxtc22pmh9vep';
7
7
  export const WBTC_ADDRESS_REGTEST: Address = 'bcrt1qdr7sjgtnudda8zrfklw8l5cnrxum5hns7e46hf';
8
8
  export const MOTO_ADDRESS_REGTEST: Address = 'bcrt1q8reuxx9naek4mqesrfsgdpjv3q7a5g2llkh6ua';
9
- export const ROUTER_ADDRESS_REGTEST: Address = 'bcrt1qa6vja0swlvy4raxgv8k8kxmsfwzkgvu4ayrnd8';
9
+ export const ROUTER_ADDRESS_REGTEST: Address = 'bcrt1qplnz54sca73t8a03nh494jatr9ffjg6ecarrj8';
10
10
 
11
11
  // Addresses Testnet
12
12
  export const FACTORY_ADDRESS_TESTNET: Address = 'tb1qgev5kldhp5zvg6j8t9vl6x4phkrwn8nk9felxh';