chain-registry 2.0.99 → 2.0.101
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/hippoprotocol/chain.js +35 -9
- package/esm/mainnet/kimanetwork/asset-list.js +6 -4
- package/esm/mainnet/kimanetwork/chain.js +9 -3
- package/esm/mainnet/neutron/asset-list.js +22 -0
- package/esm/mainnet/osmosis/asset-list.js +4 -1
- package/esm/mainnet/penumbra/chain.js +4 -1
- package/esm/mainnet/zigchain/asset-list.js +4 -0
- package/esm/noncosmos/zcashtestnet/asset-list.js +4 -1
- package/esm/testnet/daodiseotestnet/chain.js +4 -1
- package/esm/testnet/kimanetworktestnet/asset-list.js +10 -8
- package/esm/testnet/kimanetworktestnet/chain.js +16 -7
- package/mainnet/hippoprotocol/chain.js +35 -9
- package/mainnet/kimanetwork/asset-list.js +6 -4
- package/mainnet/kimanetwork/chain.js +9 -3
- package/mainnet/neutron/asset-list.js +22 -0
- package/mainnet/osmosis/asset-list.js +4 -1
- package/mainnet/penumbra/chain.js +4 -1
- package/mainnet/zigchain/asset-list.js +4 -0
- package/noncosmos/zcashtestnet/asset-list.js +4 -1
- package/package.json +3 -3
- package/testnet/daodiseotestnet/chain.js +4 -1
- package/testnet/kimanetworktestnet/asset-list.js +10 -8
- package/testnet/kimanetworktestnet/chain.js +16 -7
|
@@ -62,33 +62,59 @@ const info = {
|
|
|
62
62
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
63
63
|
},
|
|
64
64
|
apis: {
|
|
65
|
-
rpc: [
|
|
65
|
+
rpc: [
|
|
66
|
+
{
|
|
66
67
|
address: 'https://rpc.hippo-protocol.com/',
|
|
67
68
|
provider: 'Hippo Protocol'
|
|
68
|
-
},
|
|
69
|
+
},
|
|
70
|
+
{
|
|
69
71
|
address: 'https://hippo.rpc.nodeshub.online:443',
|
|
70
72
|
provider: 'NodesHub'
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
address: 'https://hippo-rpc.node39.top:443',
|
|
76
|
+
provider: 'Node39'
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
rest: [
|
|
80
|
+
{
|
|
73
81
|
address: 'https://api.hippo-protocol.com/',
|
|
74
82
|
provider: 'Hippo Protocol'
|
|
75
|
-
},
|
|
83
|
+
},
|
|
84
|
+
{
|
|
76
85
|
address: 'https://hippo.api.nodeshub.online',
|
|
77
86
|
provider: 'NodesHub'
|
|
78
|
-
}
|
|
79
|
-
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
address: 'https://hippo-api.node39.top:443',
|
|
90
|
+
provider: 'Node39'
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
grpc: [
|
|
94
|
+
{
|
|
80
95
|
address: 'ibc-grpc.hippo-protocol.com:443',
|
|
81
96
|
provider: 'Hippo Protocol'
|
|
82
|
-
},
|
|
97
|
+
},
|
|
98
|
+
{
|
|
83
99
|
address: 'hippo.grpc.nodeshub.online',
|
|
84
100
|
provider: 'Nodes Hub'
|
|
85
|
-
}
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
address: 'hippo-grpc.node39.top:443',
|
|
104
|
+
provider: 'Node39'
|
|
105
|
+
}
|
|
106
|
+
]
|
|
86
107
|
},
|
|
87
108
|
explorers: [{
|
|
88
109
|
kind: 'Hippo River',
|
|
89
110
|
url: 'https://river.hippoprotocol.ai/',
|
|
90
111
|
txPage: 'https://river.hippoprotocol.ai/hippo-protocol/tx/${txHash}',
|
|
91
112
|
accountPage: 'https://river.hippoprotocol.ai/hippo-protocol/account/${accountAddress}'
|
|
113
|
+
}, {
|
|
114
|
+
kind: 'Node39',
|
|
115
|
+
url: 'https://explorer.node39.top/hippo',
|
|
116
|
+
txPage: 'https://explorer.node39.top/hippo/tx/${txHash}',
|
|
117
|
+
accountPage: 'https://explorer.node39.top/hippo/account/${accountAddress}'
|
|
92
118
|
}],
|
|
93
119
|
images: [{
|
|
94
120
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
@@ -16,14 +16,16 @@ const info = {
|
|
|
16
16
|
name: 'KIMA',
|
|
17
17
|
display: 'KIMA',
|
|
18
18
|
symbol: 'KIMA',
|
|
19
|
-
logoURIs: {
|
|
20
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
21
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
22
|
-
},
|
|
23
19
|
images: [{
|
|
24
20
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
25
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
26
22
|
}],
|
|
23
|
+
logoURIs: {
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
26
|
+
},
|
|
27
|
+
coingeckoId: 'kima',
|
|
28
|
+
keywords: ['interoperability'],
|
|
27
29
|
socials: {
|
|
28
30
|
github: 'https://github.com/kima-finance',
|
|
29
31
|
medium: 'https://medium.com/@kima_finance',
|
|
@@ -4,8 +4,8 @@ const info = {
|
|
|
4
4
|
status: 'live',
|
|
5
5
|
website: 'https://www.kima.network/',
|
|
6
6
|
networkType: 'mainnet',
|
|
7
|
-
prettyName: 'Kima Network',
|
|
8
7
|
chainType: 'cosmos',
|
|
8
|
+
prettyName: 'Kima Network',
|
|
9
9
|
chainId: 'kima_network',
|
|
10
10
|
bech32Prefix: 'kima',
|
|
11
11
|
daemonName: 'kimad',
|
|
@@ -64,6 +64,10 @@ const info = {
|
|
|
64
64
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
65
65
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
66
66
|
}],
|
|
67
|
+
logoURIs: {
|
|
68
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
69
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
70
|
+
},
|
|
67
71
|
apis: {
|
|
68
72
|
wss: [{
|
|
69
73
|
address: 'wss://rpc.kima.network/query',
|
|
@@ -85,7 +89,9 @@ const info = {
|
|
|
85
89
|
explorers: [{
|
|
86
90
|
kind: 'Kima Network Explorer',
|
|
87
91
|
url: 'https://explorer.kima.network/',
|
|
88
|
-
txPage: 'https://explorer.kima.network/transactions/${txHash}'
|
|
89
|
-
|
|
92
|
+
txPage: 'https://explorer.kima.network/transactions/${txHash}',
|
|
93
|
+
accountPage: 'https://explorer.kima.network/accounts/?address=${accountAddress}'
|
|
94
|
+
}],
|
|
95
|
+
keywords: ['interoperability']
|
|
90
96
|
};
|
|
91
97
|
export default info;
|
|
@@ -1085,6 +1085,28 @@ const info = {
|
|
|
1085
1085
|
}],
|
|
1086
1086
|
typeAsset: 'sdk.coin'
|
|
1087
1087
|
},
|
|
1088
|
+
{
|
|
1089
|
+
description: 'SEED token',
|
|
1090
|
+
denomUnits: [{
|
|
1091
|
+
denom: 'factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/seed',
|
|
1092
|
+
exponent: 0,
|
|
1093
|
+
aliases: ['uSEED']
|
|
1094
|
+
}, {
|
|
1095
|
+
denom: 'SEED',
|
|
1096
|
+
exponent: 6
|
|
1097
|
+
}],
|
|
1098
|
+
base: 'factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/seed',
|
|
1099
|
+
name: 'SEED',
|
|
1100
|
+
display: 'SEED',
|
|
1101
|
+
symbol: 'SEED',
|
|
1102
|
+
logoURIs: {
|
|
1103
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/seed.png'
|
|
1104
|
+
},
|
|
1105
|
+
images: [{
|
|
1106
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/seed.png'
|
|
1107
|
+
}],
|
|
1108
|
+
typeAsset: 'sdk.coin'
|
|
1109
|
+
},
|
|
1088
1110
|
{
|
|
1089
1111
|
description: 'CryptoGopniks token',
|
|
1090
1112
|
denomUnits: [{
|
|
@@ -21885,7 +21885,10 @@ const info = {
|
|
|
21885
21885
|
chainName: 'zcash',
|
|
21886
21886
|
baseDenom: 'zatoshi'
|
|
21887
21887
|
},
|
|
21888
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
|
|
21888
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png',
|
|
21889
|
+
theme: {
|
|
21890
|
+
circle: true
|
|
21891
|
+
}
|
|
21889
21892
|
}]
|
|
21890
21893
|
},
|
|
21891
21894
|
{
|
|
@@ -13,7 +13,10 @@ const info = {
|
|
|
13
13
|
baseDenom: 'upenumbra'
|
|
14
14
|
},
|
|
15
15
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.png',
|
|
16
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg'
|
|
16
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg',
|
|
17
|
+
theme: {
|
|
18
|
+
circle: true
|
|
19
|
+
}
|
|
17
20
|
}],
|
|
18
21
|
slip44: 118
|
|
19
22
|
};
|
|
@@ -46,6 +46,10 @@ const info = {
|
|
|
46
46
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
47
47
|
},
|
|
48
48
|
images: [{
|
|
49
|
+
imageSync: {
|
|
50
|
+
chainName: 'ethereum',
|
|
51
|
+
baseDenom: '0xb2617246d0c6c0087f18703d576831899ca94f01'
|
|
52
|
+
},
|
|
49
53
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
50
54
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
51
55
|
}],
|
|
@@ -28,7 +28,10 @@ const info = {
|
|
|
28
28
|
chainName: 'zcash',
|
|
29
29
|
baseDenom: 'zatoshi'
|
|
30
30
|
},
|
|
31
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
|
|
31
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png',
|
|
32
|
+
theme: {
|
|
33
|
+
circle: true
|
|
34
|
+
}
|
|
32
35
|
}],
|
|
33
36
|
coingeckoId: 'zcash'
|
|
34
37
|
}]
|
|
@@ -262,6 +262,9 @@ const info = {
|
|
|
262
262
|
],
|
|
263
263
|
logoURIs: {
|
|
264
264
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/daodiseotestnet/images/odiseo.svg'
|
|
265
|
-
}
|
|
265
|
+
},
|
|
266
|
+
images: [{
|
|
267
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/daodiseotestnet/images/odiseo.svg'
|
|
268
|
+
}]
|
|
266
269
|
};
|
|
267
270
|
export default info;
|
|
@@ -16,26 +16,28 @@ const info = {
|
|
|
16
16
|
name: 'KIMA',
|
|
17
17
|
display: 'KIMA',
|
|
18
18
|
symbol: 'KIMA',
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
counterparty: {
|
|
19
|
+
images: [{
|
|
20
|
+
imageSync: {
|
|
22
21
|
chainName: 'kimanetwork',
|
|
23
22
|
baseDenom: 'uKIMA'
|
|
24
23
|
},
|
|
25
|
-
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
26
26
|
}],
|
|
27
27
|
logoURIs: {
|
|
28
28
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
29
29
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
30
30
|
},
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
traces: [{
|
|
32
|
+
type: 'test-mintage',
|
|
33
|
+
counterparty: {
|
|
33
34
|
chainName: 'kimanetwork',
|
|
34
35
|
baseDenom: 'uKIMA'
|
|
35
36
|
},
|
|
36
|
-
|
|
37
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
37
|
+
provider: 'Kima Network'
|
|
38
38
|
}],
|
|
39
|
+
coingeckoId: 'kima',
|
|
40
|
+
keywords: ['interoperability'],
|
|
39
41
|
socials: {
|
|
40
42
|
github: 'https://github.com/kima-finance',
|
|
41
43
|
medium: 'https://medium.com/@kima_finance',
|
|
@@ -4,8 +4,8 @@ const info = {
|
|
|
4
4
|
status: 'live',
|
|
5
5
|
website: 'https://www.kima.network/',
|
|
6
6
|
networkType: 'testnet',
|
|
7
|
-
prettyName: 'Kima Network Testnet',
|
|
8
7
|
chainType: 'cosmos',
|
|
8
|
+
prettyName: 'Kima Network Testnet',
|
|
9
9
|
chainId: 'kima_testnet',
|
|
10
10
|
bech32Prefix: 'kima',
|
|
11
11
|
daemonName: 'kimad',
|
|
@@ -42,10 +42,6 @@ const info = {
|
|
|
42
42
|
type: 'go',
|
|
43
43
|
version: '1.21.13'
|
|
44
44
|
},
|
|
45
|
-
binaries: {
|
|
46
|
-
"linux/amd64": 'https://github.com/kima-finance/kima-blockchain/releases/download/v0.4.8/kimad-v0.4.8-amd64',
|
|
47
|
-
"linux/arm64": 'https://github.com/kima-finance/kima-blockchain/releases/download/v0.4.8/kimad-v0.4.8-arm64'
|
|
48
|
-
},
|
|
49
45
|
sdk: {
|
|
50
46
|
type: 'cosmos',
|
|
51
47
|
repo: 'https://github.com/cosmos/cosmos-sdk',
|
|
@@ -64,6 +60,17 @@ const info = {
|
|
|
64
60
|
icsEnabled: ['ics20-1']
|
|
65
61
|
}
|
|
66
62
|
},
|
|
63
|
+
images: [{
|
|
64
|
+
imageSync: {
|
|
65
|
+
chainName: 'kimanetwork'
|
|
66
|
+
},
|
|
67
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg',
|
|
68
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png'
|
|
69
|
+
}],
|
|
70
|
+
logoURIs: {
|
|
71
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
72
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
73
|
+
},
|
|
67
74
|
apis: {
|
|
68
75
|
rpc: [{
|
|
69
76
|
address: 'https://rpc.sardis.kima.network/',
|
|
@@ -81,7 +88,9 @@ const info = {
|
|
|
81
88
|
explorers: [{
|
|
82
89
|
kind: 'Kima Network',
|
|
83
90
|
url: 'https://explorer.sardis.kima.network/',
|
|
84
|
-
txPage: 'https://explorer.sardis.kima.network/transactions/${txHash}'
|
|
85
|
-
|
|
91
|
+
txPage: 'https://explorer.sardis.kima.network/transactions/${txHash}',
|
|
92
|
+
accountPage: 'https://explorer.sardis.kima.network/accounts/?address=${accountAddress}'
|
|
93
|
+
}],
|
|
94
|
+
keywords: ['interoperability']
|
|
86
95
|
};
|
|
87
96
|
export default info;
|
|
@@ -64,33 +64,59 @@ const info = {
|
|
|
64
64
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
65
65
|
},
|
|
66
66
|
apis: {
|
|
67
|
-
rpc: [
|
|
67
|
+
rpc: [
|
|
68
|
+
{
|
|
68
69
|
address: 'https://rpc.hippo-protocol.com/',
|
|
69
70
|
provider: 'Hippo Protocol'
|
|
70
|
-
},
|
|
71
|
+
},
|
|
72
|
+
{
|
|
71
73
|
address: 'https://hippo.rpc.nodeshub.online:443',
|
|
72
74
|
provider: 'NodesHub'
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
address: 'https://hippo-rpc.node39.top:443',
|
|
78
|
+
provider: 'Node39'
|
|
79
|
+
}
|
|
80
|
+
],
|
|
81
|
+
rest: [
|
|
82
|
+
{
|
|
75
83
|
address: 'https://api.hippo-protocol.com/',
|
|
76
84
|
provider: 'Hippo Protocol'
|
|
77
|
-
},
|
|
85
|
+
},
|
|
86
|
+
{
|
|
78
87
|
address: 'https://hippo.api.nodeshub.online',
|
|
79
88
|
provider: 'NodesHub'
|
|
80
|
-
}
|
|
81
|
-
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
address: 'https://hippo-api.node39.top:443',
|
|
92
|
+
provider: 'Node39'
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
grpc: [
|
|
96
|
+
{
|
|
82
97
|
address: 'ibc-grpc.hippo-protocol.com:443',
|
|
83
98
|
provider: 'Hippo Protocol'
|
|
84
|
-
},
|
|
99
|
+
},
|
|
100
|
+
{
|
|
85
101
|
address: 'hippo.grpc.nodeshub.online',
|
|
86
102
|
provider: 'Nodes Hub'
|
|
87
|
-
}
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
address: 'hippo-grpc.node39.top:443',
|
|
106
|
+
provider: 'Node39'
|
|
107
|
+
}
|
|
108
|
+
]
|
|
88
109
|
},
|
|
89
110
|
explorers: [{
|
|
90
111
|
kind: 'Hippo River',
|
|
91
112
|
url: 'https://river.hippoprotocol.ai/',
|
|
92
113
|
txPage: 'https://river.hippoprotocol.ai/hippo-protocol/tx/${txHash}',
|
|
93
114
|
accountPage: 'https://river.hippoprotocol.ai/hippo-protocol/account/${accountAddress}'
|
|
115
|
+
}, {
|
|
116
|
+
kind: 'Node39',
|
|
117
|
+
url: 'https://explorer.node39.top/hippo',
|
|
118
|
+
txPage: 'https://explorer.node39.top/hippo/tx/${txHash}',
|
|
119
|
+
accountPage: 'https://explorer.node39.top/hippo/account/${accountAddress}'
|
|
94
120
|
}],
|
|
95
121
|
images: [{
|
|
96
122
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
@@ -18,14 +18,16 @@ const info = {
|
|
|
18
18
|
name: 'KIMA',
|
|
19
19
|
display: 'KIMA',
|
|
20
20
|
symbol: 'KIMA',
|
|
21
|
-
logoURIs: {
|
|
22
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
23
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
24
|
-
},
|
|
25
21
|
images: [{
|
|
26
22
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
27
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
28
24
|
}],
|
|
25
|
+
logoURIs: {
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
28
|
+
},
|
|
29
|
+
coingeckoId: 'kima',
|
|
30
|
+
keywords: ['interoperability'],
|
|
29
31
|
socials: {
|
|
30
32
|
github: 'https://github.com/kima-finance',
|
|
31
33
|
medium: 'https://medium.com/@kima_finance',
|
|
@@ -6,8 +6,8 @@ const info = {
|
|
|
6
6
|
status: 'live',
|
|
7
7
|
website: 'https://www.kima.network/',
|
|
8
8
|
networkType: 'mainnet',
|
|
9
|
-
prettyName: 'Kima Network',
|
|
10
9
|
chainType: 'cosmos',
|
|
10
|
+
prettyName: 'Kima Network',
|
|
11
11
|
chainId: 'kima_network',
|
|
12
12
|
bech32Prefix: 'kima',
|
|
13
13
|
daemonName: 'kimad',
|
|
@@ -66,6 +66,10 @@ const info = {
|
|
|
66
66
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
67
67
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
68
68
|
}],
|
|
69
|
+
logoURIs: {
|
|
70
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
71
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
72
|
+
},
|
|
69
73
|
apis: {
|
|
70
74
|
wss: [{
|
|
71
75
|
address: 'wss://rpc.kima.network/query',
|
|
@@ -87,7 +91,9 @@ const info = {
|
|
|
87
91
|
explorers: [{
|
|
88
92
|
kind: 'Kima Network Explorer',
|
|
89
93
|
url: 'https://explorer.kima.network/',
|
|
90
|
-
txPage: 'https://explorer.kima.network/transactions/${txHash}'
|
|
91
|
-
|
|
94
|
+
txPage: 'https://explorer.kima.network/transactions/${txHash}',
|
|
95
|
+
accountPage: 'https://explorer.kima.network/accounts/?address=${accountAddress}'
|
|
96
|
+
}],
|
|
97
|
+
keywords: ['interoperability']
|
|
92
98
|
};
|
|
93
99
|
exports.default = info;
|
|
@@ -1087,6 +1087,28 @@ const info = {
|
|
|
1087
1087
|
}],
|
|
1088
1088
|
typeAsset: 'sdk.coin'
|
|
1089
1089
|
},
|
|
1090
|
+
{
|
|
1091
|
+
description: 'SEED token',
|
|
1092
|
+
denomUnits: [{
|
|
1093
|
+
denom: 'factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/seed',
|
|
1094
|
+
exponent: 0,
|
|
1095
|
+
aliases: ['uSEED']
|
|
1096
|
+
}, {
|
|
1097
|
+
denom: 'SEED',
|
|
1098
|
+
exponent: 6
|
|
1099
|
+
}],
|
|
1100
|
+
base: 'factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/seed',
|
|
1101
|
+
name: 'SEED',
|
|
1102
|
+
display: 'SEED',
|
|
1103
|
+
symbol: 'SEED',
|
|
1104
|
+
logoURIs: {
|
|
1105
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/seed.png'
|
|
1106
|
+
},
|
|
1107
|
+
images: [{
|
|
1108
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/seed.png'
|
|
1109
|
+
}],
|
|
1110
|
+
typeAsset: 'sdk.coin'
|
|
1111
|
+
},
|
|
1090
1112
|
{
|
|
1091
1113
|
description: 'CryptoGopniks token',
|
|
1092
1114
|
denomUnits: [{
|
|
@@ -21887,7 +21887,10 @@ const info = {
|
|
|
21887
21887
|
chainName: 'zcash',
|
|
21888
21888
|
baseDenom: 'zatoshi'
|
|
21889
21889
|
},
|
|
21890
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
|
|
21890
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png',
|
|
21891
|
+
theme: {
|
|
21892
|
+
circle: true
|
|
21893
|
+
}
|
|
21891
21894
|
}]
|
|
21892
21895
|
},
|
|
21893
21896
|
{
|
|
@@ -15,7 +15,10 @@ const info = {
|
|
|
15
15
|
baseDenom: 'upenumbra'
|
|
16
16
|
},
|
|
17
17
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.png',
|
|
18
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg'
|
|
18
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg',
|
|
19
|
+
theme: {
|
|
20
|
+
circle: true
|
|
21
|
+
}
|
|
19
22
|
}],
|
|
20
23
|
slip44: 118
|
|
21
24
|
};
|
|
@@ -48,6 +48,10 @@ const info = {
|
|
|
48
48
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
49
49
|
},
|
|
50
50
|
images: [{
|
|
51
|
+
imageSync: {
|
|
52
|
+
chainName: 'ethereum',
|
|
53
|
+
baseDenom: '0xb2617246d0c6c0087f18703d576831899ca94f01'
|
|
54
|
+
},
|
|
51
55
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
52
56
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
53
57
|
}],
|
|
@@ -30,7 +30,10 @@ const info = {
|
|
|
30
30
|
chainName: 'zcash',
|
|
31
31
|
baseDenom: 'zatoshi'
|
|
32
32
|
},
|
|
33
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
|
|
33
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png',
|
|
34
|
+
theme: {
|
|
35
|
+
circle: true
|
|
36
|
+
}
|
|
34
37
|
}],
|
|
35
38
|
coingeckoId: 'zcash'
|
|
36
39
|
}]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.101",
|
|
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.101"
|
|
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": "d7f0ce8d98a06c0b04b9bb24a5a3ea331c9c73d2"
|
|
43
43
|
}
|
|
@@ -264,6 +264,9 @@ const info = {
|
|
|
264
264
|
],
|
|
265
265
|
logoURIs: {
|
|
266
266
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/daodiseotestnet/images/odiseo.svg'
|
|
267
|
-
}
|
|
267
|
+
},
|
|
268
|
+
images: [{
|
|
269
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/daodiseotestnet/images/odiseo.svg'
|
|
270
|
+
}]
|
|
268
271
|
};
|
|
269
272
|
exports.default = info;
|
|
@@ -18,26 +18,28 @@ const info = {
|
|
|
18
18
|
name: 'KIMA',
|
|
19
19
|
display: 'KIMA',
|
|
20
20
|
symbol: 'KIMA',
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
counterparty: {
|
|
21
|
+
images: [{
|
|
22
|
+
imageSync: {
|
|
24
23
|
chainName: 'kimanetwork',
|
|
25
24
|
baseDenom: 'uKIMA'
|
|
26
25
|
},
|
|
27
|
-
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
28
28
|
}],
|
|
29
29
|
logoURIs: {
|
|
30
30
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
31
31
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
32
32
|
},
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
traces: [{
|
|
34
|
+
type: 'test-mintage',
|
|
35
|
+
counterparty: {
|
|
35
36
|
chainName: 'kimanetwork',
|
|
36
37
|
baseDenom: 'uKIMA'
|
|
37
38
|
},
|
|
38
|
-
|
|
39
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
39
|
+
provider: 'Kima Network'
|
|
40
40
|
}],
|
|
41
|
+
coingeckoId: 'kima',
|
|
42
|
+
keywords: ['interoperability'],
|
|
41
43
|
socials: {
|
|
42
44
|
github: 'https://github.com/kima-finance',
|
|
43
45
|
medium: 'https://medium.com/@kima_finance',
|
|
@@ -6,8 +6,8 @@ const info = {
|
|
|
6
6
|
status: 'live',
|
|
7
7
|
website: 'https://www.kima.network/',
|
|
8
8
|
networkType: 'testnet',
|
|
9
|
-
prettyName: 'Kima Network Testnet',
|
|
10
9
|
chainType: 'cosmos',
|
|
10
|
+
prettyName: 'Kima Network Testnet',
|
|
11
11
|
chainId: 'kima_testnet',
|
|
12
12
|
bech32Prefix: 'kima',
|
|
13
13
|
daemonName: 'kimad',
|
|
@@ -44,10 +44,6 @@ const info = {
|
|
|
44
44
|
type: 'go',
|
|
45
45
|
version: '1.21.13'
|
|
46
46
|
},
|
|
47
|
-
binaries: {
|
|
48
|
-
"linux/amd64": 'https://github.com/kima-finance/kima-blockchain/releases/download/v0.4.8/kimad-v0.4.8-amd64',
|
|
49
|
-
"linux/arm64": 'https://github.com/kima-finance/kima-blockchain/releases/download/v0.4.8/kimad-v0.4.8-arm64'
|
|
50
|
-
},
|
|
51
47
|
sdk: {
|
|
52
48
|
type: 'cosmos',
|
|
53
49
|
repo: 'https://github.com/cosmos/cosmos-sdk',
|
|
@@ -66,6 +62,17 @@ const info = {
|
|
|
66
62
|
icsEnabled: ['ics20-1']
|
|
67
63
|
}
|
|
68
64
|
},
|
|
65
|
+
images: [{
|
|
66
|
+
imageSync: {
|
|
67
|
+
chainName: 'kimanetwork'
|
|
68
|
+
},
|
|
69
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg',
|
|
70
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png'
|
|
71
|
+
}],
|
|
72
|
+
logoURIs: {
|
|
73
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
74
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
75
|
+
},
|
|
69
76
|
apis: {
|
|
70
77
|
rpc: [{
|
|
71
78
|
address: 'https://rpc.sardis.kima.network/',
|
|
@@ -83,7 +90,9 @@ const info = {
|
|
|
83
90
|
explorers: [{
|
|
84
91
|
kind: 'Kima Network',
|
|
85
92
|
url: 'https://explorer.sardis.kima.network/',
|
|
86
|
-
txPage: 'https://explorer.sardis.kima.network/transactions/${txHash}'
|
|
87
|
-
|
|
93
|
+
txPage: 'https://explorer.sardis.kima.network/transactions/${txHash}',
|
|
94
|
+
accountPage: 'https://explorer.sardis.kima.network/accounts/?address=${accountAddress}'
|
|
95
|
+
}],
|
|
96
|
+
keywords: ['interoperability']
|
|
88
97
|
};
|
|
89
98
|
exports.default = info;
|