chain-registry 2.0.204 → 2.0.206
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/mainnet/cosmoshub/asset-list.js +10 -2
- package/esm/mainnet/cosmoshub/chain.js +8 -8
- package/esm/mainnet/haqq/asset-list.js +38 -3
- package/esm/mainnet/osmosis/asset-list.js +41 -0
- package/mainnet/cosmoshub/asset-list.js +10 -2
- package/mainnet/cosmoshub/chain.js +8 -8
- package/mainnet/haqq/asset-list.js +38 -3
- package/mainnet/osmosis/asset-list.js +41 -0
- package/package.json +3 -3
|
@@ -1100,7 +1100,8 @@ const info = {
|
|
|
1100
1100
|
coingeckoId: 'dragon-coin-2'
|
|
1101
1101
|
},
|
|
1102
1102
|
{
|
|
1103
|
-
description: 'Nether is
|
|
1103
|
+
description: 'Nether (NTHR) is the utility token of the Underworld NFT ecosystem, issued via tokenfactory on the Cosmos Hub. NTHR powers the NecroVault, a soft-staking platform where holders of Underworld collections earn rewards while keeping their NFTs in their wallets. Fixed supply: 21,000.',
|
|
1104
|
+
extendedDescription: 'Nether is the core utility token of the Underworld ecosystem, built around NFTs, soft staking, rewards, and on-chain interaction inside the NecroVault. Forged on Cosmos and tied directly to the Underworld economy, NTHR connects multiple systems: NFT staking rewards, loot boxes and reward mechanics, vault perks and VIP access, liquidity incentives, and future ecosystem utilities. Holders can stake NTHR inside the NecroVault to unlock deeper rewards, multipliers, and exclusive features tied to the Underworld collections. The ecosystem currently includes multiple NFT collections that generate rewards through the NecroVault soft staking system, where users earn tokens like BANE, RUIN, and NTHR while keeping their NFTs liquid in their wallets. With a limited supply of only 21,000 tokens, NTHR acts as the long-term asset of the Underworld, powering expansions, reward systems, vault mechanics, raffles, and ecosystem distributions.',
|
|
1104
1105
|
denomUnits: [{
|
|
1105
1106
|
denom: 'factory/cosmos1wdja2gcsesyl07raq9jm3rcvu0sse5zkev0h8m/Nether',
|
|
1106
1107
|
exponent: 0
|
|
@@ -1114,10 +1115,17 @@ const info = {
|
|
|
1114
1115
|
display: 'nthr',
|
|
1115
1116
|
symbol: 'NTHR',
|
|
1116
1117
|
images: [{
|
|
1117
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/nthr.png'
|
|
1118
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/nthr.png',
|
|
1119
|
+
theme: {
|
|
1120
|
+
circle: true
|
|
1121
|
+
}
|
|
1118
1122
|
}],
|
|
1119
1123
|
logoURIs: {
|
|
1120
1124
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/nthr.png'
|
|
1125
|
+
},
|
|
1126
|
+
socials: {
|
|
1127
|
+
website: 'https://www.necrovault.com/',
|
|
1128
|
+
x: 'https://x.com/Underworld_NFTs'
|
|
1121
1129
|
}
|
|
1122
1130
|
}
|
|
1123
1131
|
]
|
|
@@ -28,17 +28,17 @@ const info = {
|
|
|
28
28
|
},
|
|
29
29
|
codebase: {
|
|
30
30
|
gitRepo: 'https://github.com/cosmos/gaia',
|
|
31
|
-
recommendedVersion: 'v27.
|
|
32
|
-
compatibleVersions: ['v27.
|
|
31
|
+
recommendedVersion: 'v27.3.0',
|
|
32
|
+
compatibleVersions: ['v27.3.0'],
|
|
33
33
|
consensus: {
|
|
34
34
|
type: 'cometbft',
|
|
35
35
|
version: 'v0.38.21'
|
|
36
36
|
},
|
|
37
37
|
binaries: {
|
|
38
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
39
|
-
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
40
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
41
|
-
"linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
38
|
+
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.3.0/gaiad-v27.3.0-darwin-amd64',
|
|
39
|
+
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.3.0/gaiad-v27.3.0-darwin-arm64',
|
|
40
|
+
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.3.0/gaiad-v27.3.0-linux-amd64',
|
|
41
|
+
"linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.3.0/gaiad-v27.3.0-linux-arm64'
|
|
42
42
|
},
|
|
43
43
|
genesis: {
|
|
44
44
|
genesisUrl: 'https://github.com/cosmos/mainnet/raw/master/genesis/genesis.cosmoshub-4.json.gz'
|
|
@@ -50,14 +50,14 @@ const info = {
|
|
|
50
50
|
},
|
|
51
51
|
ibc: {
|
|
52
52
|
type: 'go',
|
|
53
|
-
version: 'v10.
|
|
53
|
+
version: 'v10.6.0'
|
|
54
54
|
},
|
|
55
55
|
cosmwasm: {
|
|
56
56
|
version: 'v0.60.6',
|
|
57
57
|
repo: 'https://github.com/CosmWasm/wasmd',
|
|
58
58
|
tag: 'v0.60.6'
|
|
59
59
|
},
|
|
60
|
-
tag: 'v27.
|
|
60
|
+
tag: 'v27.3.0'
|
|
61
61
|
},
|
|
62
62
|
logoURIs: {
|
|
63
63
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const info = {
|
|
2
2
|
$schema: '../assetlist.schema.json',
|
|
3
3
|
chainName: 'haqq',
|
|
4
|
-
assets: [
|
|
4
|
+
assets: [
|
|
5
|
+
{
|
|
5
6
|
description: 'The native EVM, governance and staking token of the Haqq Network',
|
|
6
7
|
denomUnits: [{
|
|
7
8
|
denom: 'aISLM',
|
|
@@ -28,7 +29,8 @@ const info = {
|
|
|
28
29
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg'
|
|
29
30
|
}],
|
|
30
31
|
typeAsset: 'sdk.coin'
|
|
31
|
-
},
|
|
32
|
+
},
|
|
33
|
+
{
|
|
32
34
|
description: 'Deenar gold-backed stablecoin',
|
|
33
35
|
extendedDescription: 'Deenar Gold (DEEN) is a 1:1 gold-backed halal stablecoin with the ability to physically deliver gold. 1 DEEN = 1 gram of gold.',
|
|
34
36
|
denomUnits: [{
|
|
@@ -67,6 +69,39 @@ const info = {
|
|
|
67
69
|
circle: true
|
|
68
70
|
}
|
|
69
71
|
}]
|
|
70
|
-
}
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
description: 'HAQQ is the ecosystem token of the Haqq ecosystem',
|
|
75
|
+
extendedDescription: 'HAQQ is the ecosystem participation token of the Haqq ecosystem, designed to connect product activity, users, and value into a unified economic layer',
|
|
76
|
+
denomUnits: [{
|
|
77
|
+
denom: 'aHAQQ',
|
|
78
|
+
exponent: 0
|
|
79
|
+
}, {
|
|
80
|
+
denom: 'HAQQ',
|
|
81
|
+
exponent: 18
|
|
82
|
+
}],
|
|
83
|
+
base: 'aHAQQ',
|
|
84
|
+
name: 'HAQQ Token',
|
|
85
|
+
display: 'HAQQ',
|
|
86
|
+
address: '0x3af1695e3354Ec35F892b3d0880D4f7E12F4A172',
|
|
87
|
+
symbol: 'HAQQ',
|
|
88
|
+
typeAsset: 'sdk.coin',
|
|
89
|
+
logoURIs: {
|
|
90
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.png',
|
|
91
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.svg'
|
|
92
|
+
},
|
|
93
|
+
socials: {
|
|
94
|
+
website: 'https://ethiq.network',
|
|
95
|
+
x: 'https://x.com/The_HaqqNetwork'
|
|
96
|
+
},
|
|
97
|
+
images: [{
|
|
98
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.png',
|
|
99
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.svg',
|
|
100
|
+
theme: {
|
|
101
|
+
circle: true
|
|
102
|
+
}
|
|
103
|
+
}]
|
|
104
|
+
}
|
|
105
|
+
]
|
|
71
106
|
};
|
|
72
107
|
export default info;
|
|
@@ -22942,6 +22942,47 @@ const info = {
|
|
|
22942
22942
|
website: 'https://greystoneinc.io'
|
|
22943
22943
|
},
|
|
22944
22944
|
typeAsset: 'sdk.coin'
|
|
22945
|
+
},
|
|
22946
|
+
{
|
|
22947
|
+
description: 'Nether (NTHR) is the utility token of the Underworld NFT ecosystem, issued via tokenfactory on the Cosmos Hub. NTHR powers the NecroVault, a soft-staking platform where holders of Underworld collections earn rewards while keeping their NFTs in their wallets. Fixed supply: 21,000.',
|
|
22948
|
+
extendedDescription: 'Nether is the core utility and value token of the Underworld ecosystem — built around NFTs, soft staking, rewards, and on-chain interaction inside the NecroVault. Forged on Cosmos and tied directly to the Underworld economy, NTHR connects multiple systems together: NFT staking rewards, loot boxes and reward mechanics, vault perks and VIP access, future ecosystem utilities, and liquidity incentives and staking rewards. Unlike passive tokens, NTHR is designed to be used. Holders can stake it inside the NecroVault to unlock deeper rewards, multipliers, and exclusive features tied to the Underworld collections and platform mechanics. The ecosystem currently includes multiple NFT collections that generate rewards through the NecroVault soft staking system, where users can earn tokens like BANE, RUIN, and NTHR while keeping their NFTs liquid in their wallets. With a limited supply of only 21,000 tokens, NTHR acts as the long-term asset of the Underworld — powering future expansions, reward systems, vault mechanics, raffles, ecosystem distributions, and experimental game theory features.',
|
|
22949
|
+
denomUnits: [{
|
|
22950
|
+
denom: 'ibc/EFAAE3AD05AA79647A1587E363A11B6126CC83C8C0593171BB1892A39EB550DF',
|
|
22951
|
+
exponent: 0
|
|
22952
|
+
}, {
|
|
22953
|
+
denom: 'nthr',
|
|
22954
|
+
exponent: 6
|
|
22955
|
+
}],
|
|
22956
|
+
typeAsset: 'ics20',
|
|
22957
|
+
base: 'ibc/EFAAE3AD05AA79647A1587E363A11B6126CC83C8C0593171BB1892A39EB550DF',
|
|
22958
|
+
name: 'Nether',
|
|
22959
|
+
display: 'nthr',
|
|
22960
|
+
symbol: 'NTHR',
|
|
22961
|
+
traces: [{
|
|
22962
|
+
type: 'ibc',
|
|
22963
|
+
counterparty: {
|
|
22964
|
+
chainName: 'cosmoshub',
|
|
22965
|
+
baseDenom: 'factory/cosmos1wdja2gcsesyl07raq9jm3rcvu0sse5zkev0h8m/Nether',
|
|
22966
|
+
channelId: 'channel-141'
|
|
22967
|
+
},
|
|
22968
|
+
chain: {
|
|
22969
|
+
channelId: 'channel-0',
|
|
22970
|
+
path: 'transfer/channel-0/factory/cosmos1wdja2gcsesyl07raq9jm3rcvu0sse5zkev0h8m/Nether'
|
|
22971
|
+
}
|
|
22972
|
+
}],
|
|
22973
|
+
images: [{
|
|
22974
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/nthr.png',
|
|
22975
|
+
theme: {
|
|
22976
|
+
circle: true
|
|
22977
|
+
}
|
|
22978
|
+
}],
|
|
22979
|
+
logoURIs: {
|
|
22980
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/nthr.png'
|
|
22981
|
+
},
|
|
22982
|
+
socials: {
|
|
22983
|
+
website: 'https://www.necrovault.com/',
|
|
22984
|
+
x: 'https://x.com/Underworld_NFTs'
|
|
22985
|
+
}
|
|
22945
22986
|
}
|
|
22946
22987
|
]
|
|
22947
22988
|
};
|
|
@@ -1102,7 +1102,8 @@ const info = {
|
|
|
1102
1102
|
coingeckoId: 'dragon-coin-2'
|
|
1103
1103
|
},
|
|
1104
1104
|
{
|
|
1105
|
-
description: 'Nether is
|
|
1105
|
+
description: 'Nether (NTHR) is the utility token of the Underworld NFT ecosystem, issued via tokenfactory on the Cosmos Hub. NTHR powers the NecroVault, a soft-staking platform where holders of Underworld collections earn rewards while keeping their NFTs in their wallets. Fixed supply: 21,000.',
|
|
1106
|
+
extendedDescription: 'Nether is the core utility token of the Underworld ecosystem, built around NFTs, soft staking, rewards, and on-chain interaction inside the NecroVault. Forged on Cosmos and tied directly to the Underworld economy, NTHR connects multiple systems: NFT staking rewards, loot boxes and reward mechanics, vault perks and VIP access, liquidity incentives, and future ecosystem utilities. Holders can stake NTHR inside the NecroVault to unlock deeper rewards, multipliers, and exclusive features tied to the Underworld collections. The ecosystem currently includes multiple NFT collections that generate rewards through the NecroVault soft staking system, where users earn tokens like BANE, RUIN, and NTHR while keeping their NFTs liquid in their wallets. With a limited supply of only 21,000 tokens, NTHR acts as the long-term asset of the Underworld, powering expansions, reward systems, vault mechanics, raffles, and ecosystem distributions.',
|
|
1106
1107
|
denomUnits: [{
|
|
1107
1108
|
denom: 'factory/cosmos1wdja2gcsesyl07raq9jm3rcvu0sse5zkev0h8m/Nether',
|
|
1108
1109
|
exponent: 0
|
|
@@ -1116,10 +1117,17 @@ const info = {
|
|
|
1116
1117
|
display: 'nthr',
|
|
1117
1118
|
symbol: 'NTHR',
|
|
1118
1119
|
images: [{
|
|
1119
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/nthr.png'
|
|
1120
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/nthr.png',
|
|
1121
|
+
theme: {
|
|
1122
|
+
circle: true
|
|
1123
|
+
}
|
|
1120
1124
|
}],
|
|
1121
1125
|
logoURIs: {
|
|
1122
1126
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/nthr.png'
|
|
1127
|
+
},
|
|
1128
|
+
socials: {
|
|
1129
|
+
website: 'https://www.necrovault.com/',
|
|
1130
|
+
x: 'https://x.com/Underworld_NFTs'
|
|
1123
1131
|
}
|
|
1124
1132
|
}
|
|
1125
1133
|
]
|
|
@@ -30,17 +30,17 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
codebase: {
|
|
32
32
|
gitRepo: 'https://github.com/cosmos/gaia',
|
|
33
|
-
recommendedVersion: 'v27.
|
|
34
|
-
compatibleVersions: ['v27.
|
|
33
|
+
recommendedVersion: 'v27.3.0',
|
|
34
|
+
compatibleVersions: ['v27.3.0'],
|
|
35
35
|
consensus: {
|
|
36
36
|
type: 'cometbft',
|
|
37
37
|
version: 'v0.38.21'
|
|
38
38
|
},
|
|
39
39
|
binaries: {
|
|
40
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
41
|
-
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
42
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
43
|
-
"linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
40
|
+
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.3.0/gaiad-v27.3.0-darwin-amd64',
|
|
41
|
+
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.3.0/gaiad-v27.3.0-darwin-arm64',
|
|
42
|
+
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.3.0/gaiad-v27.3.0-linux-amd64',
|
|
43
|
+
"linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.3.0/gaiad-v27.3.0-linux-arm64'
|
|
44
44
|
},
|
|
45
45
|
genesis: {
|
|
46
46
|
genesisUrl: 'https://github.com/cosmos/mainnet/raw/master/genesis/genesis.cosmoshub-4.json.gz'
|
|
@@ -52,14 +52,14 @@ const info = {
|
|
|
52
52
|
},
|
|
53
53
|
ibc: {
|
|
54
54
|
type: 'go',
|
|
55
|
-
version: 'v10.
|
|
55
|
+
version: 'v10.6.0'
|
|
56
56
|
},
|
|
57
57
|
cosmwasm: {
|
|
58
58
|
version: 'v0.60.6',
|
|
59
59
|
repo: 'https://github.com/CosmWasm/wasmd',
|
|
60
60
|
tag: 'v0.60.6'
|
|
61
61
|
},
|
|
62
|
-
tag: 'v27.
|
|
62
|
+
tag: 'v27.3.0'
|
|
63
63
|
},
|
|
64
64
|
logoURIs: {
|
|
65
65
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const info = {
|
|
4
4
|
$schema: '../assetlist.schema.json',
|
|
5
5
|
chainName: 'haqq',
|
|
6
|
-
assets: [
|
|
6
|
+
assets: [
|
|
7
|
+
{
|
|
7
8
|
description: 'The native EVM, governance and staking token of the Haqq Network',
|
|
8
9
|
denomUnits: [{
|
|
9
10
|
denom: 'aISLM',
|
|
@@ -30,7 +31,8 @@ const info = {
|
|
|
30
31
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg'
|
|
31
32
|
}],
|
|
32
33
|
typeAsset: 'sdk.coin'
|
|
33
|
-
},
|
|
34
|
+
},
|
|
35
|
+
{
|
|
34
36
|
description: 'Deenar gold-backed stablecoin',
|
|
35
37
|
extendedDescription: 'Deenar Gold (DEEN) is a 1:1 gold-backed halal stablecoin with the ability to physically deliver gold. 1 DEEN = 1 gram of gold.',
|
|
36
38
|
denomUnits: [{
|
|
@@ -69,6 +71,39 @@ const info = {
|
|
|
69
71
|
circle: true
|
|
70
72
|
}
|
|
71
73
|
}]
|
|
72
|
-
}
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
description: 'HAQQ is the ecosystem token of the Haqq ecosystem',
|
|
77
|
+
extendedDescription: 'HAQQ is the ecosystem participation token of the Haqq ecosystem, designed to connect product activity, users, and value into a unified economic layer',
|
|
78
|
+
denomUnits: [{
|
|
79
|
+
denom: 'aHAQQ',
|
|
80
|
+
exponent: 0
|
|
81
|
+
}, {
|
|
82
|
+
denom: 'HAQQ',
|
|
83
|
+
exponent: 18
|
|
84
|
+
}],
|
|
85
|
+
base: 'aHAQQ',
|
|
86
|
+
name: 'HAQQ Token',
|
|
87
|
+
display: 'HAQQ',
|
|
88
|
+
address: '0x3af1695e3354Ec35F892b3d0880D4f7E12F4A172',
|
|
89
|
+
symbol: 'HAQQ',
|
|
90
|
+
typeAsset: 'sdk.coin',
|
|
91
|
+
logoURIs: {
|
|
92
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.png',
|
|
93
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.svg'
|
|
94
|
+
},
|
|
95
|
+
socials: {
|
|
96
|
+
website: 'https://ethiq.network',
|
|
97
|
+
x: 'https://x.com/The_HaqqNetwork'
|
|
98
|
+
},
|
|
99
|
+
images: [{
|
|
100
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.png',
|
|
101
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.svg',
|
|
102
|
+
theme: {
|
|
103
|
+
circle: true
|
|
104
|
+
}
|
|
105
|
+
}]
|
|
106
|
+
}
|
|
107
|
+
]
|
|
73
108
|
};
|
|
74
109
|
exports.default = info;
|
|
@@ -22944,6 +22944,47 @@ const info = {
|
|
|
22944
22944
|
website: 'https://greystoneinc.io'
|
|
22945
22945
|
},
|
|
22946
22946
|
typeAsset: 'sdk.coin'
|
|
22947
|
+
},
|
|
22948
|
+
{
|
|
22949
|
+
description: 'Nether (NTHR) is the utility token of the Underworld NFT ecosystem, issued via tokenfactory on the Cosmos Hub. NTHR powers the NecroVault, a soft-staking platform where holders of Underworld collections earn rewards while keeping their NFTs in their wallets. Fixed supply: 21,000.',
|
|
22950
|
+
extendedDescription: 'Nether is the core utility and value token of the Underworld ecosystem — built around NFTs, soft staking, rewards, and on-chain interaction inside the NecroVault. Forged on Cosmos and tied directly to the Underworld economy, NTHR connects multiple systems together: NFT staking rewards, loot boxes and reward mechanics, vault perks and VIP access, future ecosystem utilities, and liquidity incentives and staking rewards. Unlike passive tokens, NTHR is designed to be used. Holders can stake it inside the NecroVault to unlock deeper rewards, multipliers, and exclusive features tied to the Underworld collections and platform mechanics. The ecosystem currently includes multiple NFT collections that generate rewards through the NecroVault soft staking system, where users can earn tokens like BANE, RUIN, and NTHR while keeping their NFTs liquid in their wallets. With a limited supply of only 21,000 tokens, NTHR acts as the long-term asset of the Underworld — powering future expansions, reward systems, vault mechanics, raffles, ecosystem distributions, and experimental game theory features.',
|
|
22951
|
+
denomUnits: [{
|
|
22952
|
+
denom: 'ibc/EFAAE3AD05AA79647A1587E363A11B6126CC83C8C0593171BB1892A39EB550DF',
|
|
22953
|
+
exponent: 0
|
|
22954
|
+
}, {
|
|
22955
|
+
denom: 'nthr',
|
|
22956
|
+
exponent: 6
|
|
22957
|
+
}],
|
|
22958
|
+
typeAsset: 'ics20',
|
|
22959
|
+
base: 'ibc/EFAAE3AD05AA79647A1587E363A11B6126CC83C8C0593171BB1892A39EB550DF',
|
|
22960
|
+
name: 'Nether',
|
|
22961
|
+
display: 'nthr',
|
|
22962
|
+
symbol: 'NTHR',
|
|
22963
|
+
traces: [{
|
|
22964
|
+
type: 'ibc',
|
|
22965
|
+
counterparty: {
|
|
22966
|
+
chainName: 'cosmoshub',
|
|
22967
|
+
baseDenom: 'factory/cosmos1wdja2gcsesyl07raq9jm3rcvu0sse5zkev0h8m/Nether',
|
|
22968
|
+
channelId: 'channel-141'
|
|
22969
|
+
},
|
|
22970
|
+
chain: {
|
|
22971
|
+
channelId: 'channel-0',
|
|
22972
|
+
path: 'transfer/channel-0/factory/cosmos1wdja2gcsesyl07raq9jm3rcvu0sse5zkev0h8m/Nether'
|
|
22973
|
+
}
|
|
22974
|
+
}],
|
|
22975
|
+
images: [{
|
|
22976
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/nthr.png',
|
|
22977
|
+
theme: {
|
|
22978
|
+
circle: true
|
|
22979
|
+
}
|
|
22980
|
+
}],
|
|
22981
|
+
logoURIs: {
|
|
22982
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/nthr.png'
|
|
22983
|
+
},
|
|
22984
|
+
socials: {
|
|
22985
|
+
website: 'https://www.necrovault.com/',
|
|
22986
|
+
x: 'https://x.com/Underworld_NFTs'
|
|
22987
|
+
}
|
|
22947
22988
|
}
|
|
22948
22989
|
]
|
|
22949
22990
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.206",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^2.0.
|
|
32
|
+
"@chain-registry/types": "^2.0.206"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "73253941c8d1c61b4eaf468807f3e9f495fd1636"
|
|
43
43
|
}
|