File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
// 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 ( ) ;
6
7
// Update the count down every 1 second
7
8
var x = setInterval ( function ( ) {
8
9
@@ -347,10 +348,10 @@ if (win) {
347
348
}
348
349
349
350
//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 " ;
351
352
$ . ajax ( {
352
353
//url: url + "/user/getTokenRemain", *//
353
- url : url + "/4468 " ,
354
+ url : url + "/amis " ,
354
355
type : "get" ,
355
356
356
357
data : {
You can’t perform that action at this time.
0 commit comments