Skip to content

Commit

Permalink
Modify ATP contract address
Browse files Browse the repository at this point in the history
  • Loading branch information
PingNeb committed Nov 26, 2018
1 parent 71da60f commit 9b7881c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ui-block.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
var uiBlock = function () {

var MAIN_NET_ATP_CONTRACT_ADDR = "n1zUNqeBPvsyrw5zxp9mKcDdLTjuaEL7s39";
var TEST_NET_ATP_CONTRACT_ADDR = "n1rR5uiy4vDUn7TPMAtJ8Y1Eo54K6EYvSJ6";
var TEST_NET_ATP_CONTRACT_ADDR = "n1nkoSJVLQnaKnDKH56mtKtdjbgLKoHZhtD";

var old$fnModal = $.fn.modal;

Expand Down

0 comments on commit 9b7881c

Please sign in to comment.