Skip to content

Commit

Permalink
Update prod.env.js
Browse files Browse the repository at this point in the history
gxtContract
  • Loading branch information
hi-world1 authored May 3, 2021
1 parent f4c85d3 commit b6b828a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions config/prod.env.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ module.exports = (function () {
staking_sum: '"https://testnet.wallet.gxchain.org"',
nftContract: '"testnft"',
flyContract: '"gxc-fly-nft"',
moonContract: '"gxc-moon-nft"'
moonContract: '"gxc-moon-nft"',
gxtContract: '"test-nft-contract-nnn-1"'
};
} else {
if (process.env.prod == 3) {
Expand All @@ -28,7 +29,8 @@ module.exports = (function () {
staking_sum: '"https://testnet.wallet.gxchain.org"',
nftContract: '"testnft"',
flyContract: '"gxc-fly-nft"',
moonContract: '"gxc-moon-nft"'
moonContract: '"gxc-moon-nft"',
gxtContract: '"test-nft-contract-nnn-1"'
};
} else {
return {
Expand All @@ -51,7 +53,8 @@ module.exports = (function () {
staking_sum: '"https://wallet.gxb.io"',
nftContract: '"gxc-nft"',
flyContract: '"gxc-fly-nft"',
moonContract: '"gxc-moon-nft"'
moonContract: '"gxc-moon-nft"',
gxtContract: '"gxc-gxt-nft"'
};
}
}
Expand All @@ -68,7 +71,8 @@ module.exports = (function () {
staking_sum: '"https://testnet.wallet.gxchain.org"',
nftContract: '"testnft"',
flyContract: '"gxc-fly-nft"',
moonContract: '"gxc-moon-nft"'
moonContract: '"gxc-moon-nft"',
gxtContract: '"test-nft-contract-nnn-1"'
};
}
})();

0 comments on commit b6b828a

Please sign in to comment.