Skip to content

Commit

Permalink
Merge pull request #1125 from cipig/add
Browse files Browse the repository at this point in the history
add Animal Economy (ANEY)
  • Loading branch information
smk762 authored Aug 19, 2024
2 parents 59c50d6 + d7eb2cc commit 613ef7a
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 0 deletions.
1 change: 1 addition & 0 deletions api_ids/coinpaprika_ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"AGEUR-ERC20": "ageur-ageur",
"AGIX-ERC20": "agix-singularitynet",
"AGIX-PLG20": "agix-singularitynet",
"ANEY": "aney-animal-economy",
"ANKR-BEP20": "ankr-ankr-network",
"ANKR-ERC20": "ankr-ankr-network",
"ANKR-PLG20": "ankr-ankr-network",
Expand Down
1 change: 1 addition & 0 deletions api_ids/livecoinwatch_ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"ADX": "ADX",
"AGEUR": "EUR",
"AGIX": "AGIX",
"ANEY": "ANEY",
"ANKR": "ANKR",
"ANT": "ANT",
"APE": "APE",
Expand Down
22 changes: 22 additions & 0 deletions coins
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,28 @@
"homepage": "aipowergrid.io"
}
},
{
"coin": "ANEY",
"name": "aney",
"fname": "Animal Economy",
"rpcport": 33500,
"pubtype": 23,
"p2shtype": 63,
"wiftype": 210,
"txfee": 100000,
"dust": 5460,
"mm2": 1,
"required_confirmations": 5,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
},
"derivation_path": "m/44'/119'",
"links": {
"github": "https://github.com/Animal-Economy/ANEY",
"homepage": "https://aney.one"
}
},
{
"coin": "ANKR-BEP20",
"name": "ankr_bep20",
Expand Down
17 changes: 17 additions & 0 deletions electrums/ANEY
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"url": "e1.aney.one:50002",
"ws_url": "e1.aney.one:50004",
"protocol": "SSL",
"contact": [
{ "telegram": "@SimonCeo" }
]
},
{
"url": "e1.aney.one:50001",
"protocol": "TCP",
"contact": [
{ "telegram": "@SimonCeo" }
]
}
]
1 change: 1 addition & 0 deletions explorers/ANEY
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
["https://explorer.aney.one/"]
Binary file added icons_original/aney.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions swaps/ANEY_KMD.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[taker fee (KMD)](https://kmdexplorer.io/tx/cb13ceba4c6fc673b4968fe08bb1d3cfd47079a122dd5213f9121c8cbd9b5121)
[maker payment (ANEY)](https://explorer.aney.one/tx/0197db387d9ad740b56c047bb32810b6421ffbbdaef0247bd1d64e7c1aac713c)
[taker payment (KMD)](https://kmdexplorer.io/tx/37805dedb2896bd7b0fd85d720ca2ad9ae60b2e93b62e5aed1d39f050b8c630d)
[taker payment spent (KMD)](https://kmdexplorer.io/tx/69624abbc773ff38a791cb888d60fa4677df66c6bc3e22c1065671d992c599cd)
[maker payment spent (ANEY)](https://explorer.aney.one/tx/6ff9913fd005bb82dc33803bcd6d80c1097517ebd0cc9641abc68cc43441f0d5)

0 comments on commit 613ef7a

Please sign in to comment.