Skip to content

Commit

Permalink
Update contract addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kus committed Jan 19, 2022
1 parent 4e07958 commit f72ba3a
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 4 additions & 4 deletions src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -358,7 +358,7 @@
"gasLimit": 15000
},
"testnet": {
"address": "KT1GyzWoSh9A2ACr1wQpBoGHiDrjT4oHJT2J",
"address": "KT1BpYoX7rGtEJp2gvtdLWGsfb3UriymcnHN",
"redeemTxSize": 133,
"initiateTxSize": 200,
"gasLimit": 85000
Expand Down Expand Up @@ -609,7 +609,7 @@
"gasLimit": 100000
},
"testnet": {
"address": "KT1UrqceFxiLbrLdWESwqgSfpZqrjLp7cKPf",
"address": "KT1B21GVfC5X1tk2PncVE1KoV7xGaFGb3KBZ",
"redeemTxSize": 133,
"initiateTxSize": 250,
"gasLimit": 100000
Expand Down
4 changes: 2 additions & 2 deletions test/data/tez_initiate_tx_def_entry.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"gas_limit": "68175",
"storage_limit": "0",
"amount": "250000000",
"destination": "KT1GyzWoSh9A2ACr1wQpBoGHiDrjT4oHJT2J",
"destination": "KT1BpYoX7rGtEJp2gvtdLWGsfb3UriymcnHN",
"parameters": {
"entrypoint": "default",
"value": {
Expand Down Expand Up @@ -128,7 +128,7 @@
},
{
"kind": "contract",
"contract": "KT1GyzWoSh9A2ACr1wQpBoGHiDrjT4oHJT2J",
"contract": "KT1BpYoX7rGtEJp2gvtdLWGsfb3UriymcnHN",
"change": "250000000"
}
],
Expand Down
4 changes: 2 additions & 2 deletions test/data/tez_initiate_tx_default.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"gas_limit": "68175",
"storage_limit": "0",
"amount": "250000000",
"destination": "KT1GyzWoSh9A2ACr1wQpBoGHiDrjT4oHJT2J",
"destination": "KT1BpYoX7rGtEJp2gvtdLWGsfb3UriymcnHN",
"parameters": {
"entrypoint": "default",
"value": {
Expand Down Expand Up @@ -128,7 +128,7 @@
},
{
"kind": "contract",
"contract": "KT1GyzWoSh9A2ACr1wQpBoGHiDrjT4oHJT2J",
"contract": "KT1BpYoX7rGtEJp2gvtdLWGsfb3UriymcnHN",
"change": "250000000"
}
],
Expand Down
4 changes: 2 additions & 2 deletions test/data/tez_initiate_tx_fund.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"gas_limit": "68254",
"storage_limit": "137",
"amount": "1000000",
"destination": "KT1GyzWoSh9A2ACr1wQpBoGHiDrjT4oHJT2J",
"destination": "KT1BpYoX7rGtEJp2gvtdLWGsfb3UriymcnHN",
"parameters": {
"entrypoint": "fund",
"value": {
Expand Down Expand Up @@ -128,7 +128,7 @@
},
{
"kind": "contract",
"contract": "KT1GyzWoSh9A2ACr1wQpBoGHiDrjT4oHJT2J",
"contract": "KT1BpYoX7rGtEJp2gvtdLWGsfb3UriymcnHN",
"change": "1000000"
}
],
Expand Down
4 changes: 2 additions & 2 deletions test/data/tez_initiate_tx_iso.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"gas_limit": "68143",
"storage_limit": "140",
"amount": "20000000",
"destination": "KT1GyzWoSh9A2ACr1wQpBoGHiDrjT4oHJT2J",
"destination": "KT1BpYoX7rGtEJp2gvtdLWGsfb3UriymcnHN",
"parameters": {
"entrypoint": "initiate",
"value": {
Expand Down Expand Up @@ -123,7 +123,7 @@
},
{
"kind": "contract",
"contract": "KT1GyzWoSh9A2ACr1wQpBoGHiDrjT4oHJT2J",
"contract": "KT1BpYoX7rGtEJp2gvtdLWGsfb3UriymcnHN",
"change": "20000000"
}
],
Expand Down
4 changes: 2 additions & 2 deletions test/data/tezos_block_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -3994,7 +3994,7 @@
"gas_limit": "68175",
"storage_limit": "0",
"amount": "250000000",
"destination": "KT1GyzWoSh9A2ACr1wQpBoGHiDrjT4oHJT2J",
"destination": "KT1BpYoX7rGtEJp2gvtdLWGsfb3UriymcnHN",
"parameters": {
"entrypoint": "default",
"value": {
Expand Down Expand Up @@ -4116,7 +4116,7 @@
},
{
"kind": "contract",
"contract": "KT1GyzWoSh9A2ACr1wQpBoGHiDrjT4oHJT2J",
"contract": "KT1BpYoX7rGtEJp2gvtdLWGsfb3UriymcnHN",
"change": "250000000"
}
],
Expand Down

0 comments on commit f72ba3a

Please sign in to comment.