From f72ba3aac6305e8bddbd173e180a640289149d82 Mon Sep 17 00:00:00 2001 From: Michael Zaikin Date: Wed, 19 Jan 2022 17:10:35 +0300 Subject: [PATCH] Update contract addresses --- package-lock.json | 2 +- package.json | 2 +- src/config.json | 8 ++++---- test/data/tez_initiate_tx_def_entry.json | 4 ++-- test/data/tez_initiate_tx_default.json | 4 ++-- test/data/tez_initiate_tx_fund.json | 4 ++-- test/data/tez_initiate_tx_iso.json | 4 ++-- test/data/tezos_block_data.json | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 50f653cb..1c03c367 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "atomex-sdk", - "version": "0.1.10", + "version": "0.1.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d0c94d9a..3e0d09fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atomex-sdk", - "version": "0.1.11", + "version": "0.1.12", "description": "Atomex SDK", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/src/config.json b/src/config.json index a9a8083e..1072d9bd 100644 --- a/src/config.json +++ b/src/config.json @@ -37,8 +37,8 @@ "costPerByte": 250 }, "testnet": { - "chainID": "NetXz969SFaFn8k", - "rpc": "https://rpc.tzkt.io/granadanet/", + "chainID": "NetXZSsxBpMQeAT", + "rpc": "https://rpc.tzkt.io/hangzhou2net/", "blockTime": 15, "minimalFees": 100, "minimalNanotezPerGasUnit": 0.1, @@ -358,7 +358,7 @@ "gasLimit": 15000 }, "testnet": { - "address": "KT1GyzWoSh9A2ACr1wQpBoGHiDrjT4oHJT2J", + "address": "KT1BpYoX7rGtEJp2gvtdLWGsfb3UriymcnHN", "redeemTxSize": 133, "initiateTxSize": 200, "gasLimit": 85000 @@ -609,7 +609,7 @@ "gasLimit": 100000 }, "testnet": { - "address": "KT1UrqceFxiLbrLdWESwqgSfpZqrjLp7cKPf", + "address": "KT1B21GVfC5X1tk2PncVE1KoV7xGaFGb3KBZ", "redeemTxSize": 133, "initiateTxSize": 250, "gasLimit": 100000 diff --git a/test/data/tez_initiate_tx_def_entry.json b/test/data/tez_initiate_tx_def_entry.json index e6a3908e..c7a86528 100644 --- a/test/data/tez_initiate_tx_def_entry.json +++ b/test/data/tez_initiate_tx_def_entry.json @@ -6,7 +6,7 @@ "gas_limit": "68175", "storage_limit": "0", "amount": "250000000", - "destination": "KT1GyzWoSh9A2ACr1wQpBoGHiDrjT4oHJT2J", + "destination": "KT1BpYoX7rGtEJp2gvtdLWGsfb3UriymcnHN", "parameters": { "entrypoint": "default", "value": { @@ -128,7 +128,7 @@ }, { "kind": "contract", - "contract": "KT1GyzWoSh9A2ACr1wQpBoGHiDrjT4oHJT2J", + "contract": "KT1BpYoX7rGtEJp2gvtdLWGsfb3UriymcnHN", "change": "250000000" } ], diff --git a/test/data/tez_initiate_tx_default.json b/test/data/tez_initiate_tx_default.json index e6a3908e..c7a86528 100644 --- a/test/data/tez_initiate_tx_default.json +++ b/test/data/tez_initiate_tx_default.json @@ -6,7 +6,7 @@ "gas_limit": "68175", "storage_limit": "0", "amount": "250000000", - "destination": "KT1GyzWoSh9A2ACr1wQpBoGHiDrjT4oHJT2J", + "destination": "KT1BpYoX7rGtEJp2gvtdLWGsfb3UriymcnHN", "parameters": { "entrypoint": "default", "value": { @@ -128,7 +128,7 @@ }, { "kind": "contract", - "contract": "KT1GyzWoSh9A2ACr1wQpBoGHiDrjT4oHJT2J", + "contract": "KT1BpYoX7rGtEJp2gvtdLWGsfb3UriymcnHN", "change": "250000000" } ], diff --git a/test/data/tez_initiate_tx_fund.json b/test/data/tez_initiate_tx_fund.json index 07ca42ca..98e42526 100644 --- a/test/data/tez_initiate_tx_fund.json +++ b/test/data/tez_initiate_tx_fund.json @@ -6,7 +6,7 @@ "gas_limit": "68254", "storage_limit": "137", "amount": "1000000", - "destination": "KT1GyzWoSh9A2ACr1wQpBoGHiDrjT4oHJT2J", + "destination": "KT1BpYoX7rGtEJp2gvtdLWGsfb3UriymcnHN", "parameters": { "entrypoint": "fund", "value": { @@ -128,7 +128,7 @@ }, { "kind": "contract", - "contract": "KT1GyzWoSh9A2ACr1wQpBoGHiDrjT4oHJT2J", + "contract": "KT1BpYoX7rGtEJp2gvtdLWGsfb3UriymcnHN", "change": "1000000" } ], diff --git a/test/data/tez_initiate_tx_iso.json b/test/data/tez_initiate_tx_iso.json index 0139f0de..77378667 100644 --- a/test/data/tez_initiate_tx_iso.json +++ b/test/data/tez_initiate_tx_iso.json @@ -6,7 +6,7 @@ "gas_limit": "68143", "storage_limit": "140", "amount": "20000000", - "destination": "KT1GyzWoSh9A2ACr1wQpBoGHiDrjT4oHJT2J", + "destination": "KT1BpYoX7rGtEJp2gvtdLWGsfb3UriymcnHN", "parameters": { "entrypoint": "initiate", "value": { @@ -123,7 +123,7 @@ }, { "kind": "contract", - "contract": "KT1GyzWoSh9A2ACr1wQpBoGHiDrjT4oHJT2J", + "contract": "KT1BpYoX7rGtEJp2gvtdLWGsfb3UriymcnHN", "change": "20000000" } ], diff --git a/test/data/tezos_block_data.json b/test/data/tezos_block_data.json index d6b8affc..21e5273c 100644 --- a/test/data/tezos_block_data.json +++ b/test/data/tezos_block_data.json @@ -3994,7 +3994,7 @@ "gas_limit": "68175", "storage_limit": "0", "amount": "250000000", - "destination": "KT1GyzWoSh9A2ACr1wQpBoGHiDrjT4oHJT2J", + "destination": "KT1BpYoX7rGtEJp2gvtdLWGsfb3UriymcnHN", "parameters": { "entrypoint": "default", "value": { @@ -4116,7 +4116,7 @@ }, { "kind": "contract", - "contract": "KT1GyzWoSh9A2ACr1wQpBoGHiDrjT4oHJT2J", + "contract": "KT1BpYoX7rGtEJp2gvtdLWGsfb3UriymcnHN", "change": "250000000" } ],