Skip to content

Commit d96c1cb

Browse files
authored
Update custom.js
1 parent 7efff83 commit d96c1cb

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

amisforum/live/js/custom.js

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
// Set the date we're counting down to
2-
var countDownDate = new Date("Dec 31, 2019 00:00:00").getTime();
3-
4-
var url = "https://api.coinranking.com/v1/public/coin/4467"
5-
var circulatingSupply = new Date("Dec 31, 2019 00:00:00").getTime();
2+
var countDownDate = new Date("Dec 31, 2020 00:00:00").getTime();
3+
// https://amis-erc20-api.glitch.me/ERC20Tokens/0x949bEd886c739f1A3273629b3320db0C5024c719
4+
// var url = "https://api.coinranking.com/v1/public/coin/4467"
5+
var url = "https://api.coingecko.com/api/v3/coins/amis"
6+
var circulatingSupply = new Date("Dec 31, 2020 00:00:00").getTime();
67
// Update the count down every 1 second
78
var x = setInterval(function () {
89

@@ -347,10 +348,10 @@ if (win) {
347348
}
348349

349350
//var url = "https://api.coinranking.com/v1/public/coin/4468";
350-
var url = "https://api.coinranking.com/v1/public/coin";
351+
var url = "https://api.coingecko.com/api/v3/coins";
351352
$.ajax({
352353
//url: url + "/user/getTokenRemain", *//
353-
url: url + "/4468",
354+
url: url + "/amis",
354355
type: "get",
355356

356357
data: {

0 commit comments

Comments
 (0)