@owdin/cryptoassets
Advanced tools
Comparing version 6.0.9 to 6.0.10
import invariant from "invariant"; | ||
var abandonSeedAddresses = { | ||
algorand: "PSHLIWQKDEETIIBQEOTLGCT5IF7BTTOKCUULONOGVGF2HYDT2IHW3H4CCI", | ||
cosmos: "cosmos19rl4cm2hmr8afy4kldpxz3fka4jguq0auqdal4", | ||
hupayx: "cosmos19rl4cm2hmr8afy4kldpxz3fka4jguq0auqdal4", | ||
cosmos_testnet: "cosmos19rl4cm2hmr8afy4kldpxz3fka4jguq0auqdal4", | ||
@@ -6,0 +6,0 @@ ripple: "rHsMGQEkVNJmpGWs8XUBoTBiAAbwxZN5v3", |
@@ -10,3 +10,3 @@ "use strict"; | ||
algorand: "PSHLIWQKDEETIIBQEOTLGCT5IF7BTTOKCUULONOGVGF2HYDT2IHW3H4CCI", | ||
cosmos: "cosmos19rl4cm2hmr8afy4kldpxz3fka4jguq0auqdal4", | ||
hupayx: "cosmos19rl4cm2hmr8afy4kldpxz3fka4jguq0auqdal4", | ||
cosmos_testnet: "cosmos19rl4cm2hmr8afy4kldpxz3fka4jguq0auqdal4", | ||
@@ -13,0 +13,0 @@ ripple: "rHsMGQEkVNJmpGWs8XUBoTBiAAbwxZN5v3", |
{ | ||
"name": "@owdin/cryptoassets", | ||
"version": "6.0.9", | ||
"version": "6.0.10", | ||
"description": "Ledger crypto-assets list", | ||
@@ -32,3 +32,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "238753ba7b6d3756b000e601fdc1ed3fb1e5e27c" | ||
"gitHead": "6f7f3b226823561ef7b4b03b029de62bd0501dac" | ||
} |
import invariant from "invariant"; | ||
const abandonSeedAddresses: Record<string, string> = { | ||
algorand: "PSHLIWQKDEETIIBQEOTLGCT5IF7BTTOKCUULONOGVGF2HYDT2IHW3H4CCI", | ||
cosmos: "cosmos19rl4cm2hmr8afy4kldpxz3fka4jguq0auqdal4", | ||
hupayx: "cosmos19rl4cm2hmr8afy4kldpxz3fka4jguq0auqdal4", | ||
cosmos_testnet: "cosmos19rl4cm2hmr8afy4kldpxz3fka4jguq0auqdal4", | ||
@@ -6,0 +6,0 @@ ripple: "rHsMGQEkVNJmpGWs8XUBoTBiAAbwxZN5v3", |
@@ -508,3 +508,3 @@ /* | ||
type: "CryptoCurrency", | ||
id: "cosmos", | ||
id: "hupayx", | ||
coinType: 118, | ||
@@ -514,3 +514,3 @@ name: "Hupayx Hub", | ||
ticker: "HPX", | ||
scheme: "cosmos", | ||
scheme: "hupayx", | ||
color: "#16192f", | ||
@@ -517,0 +517,0 @@ family: "cosmos", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
3304257