chain-registry 2.0.202 → 2.0.204
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/celestia/ibc-data.js +31 -0
- package/esm/mainnet/cosmoshub/ibc-data.js +31 -0
- package/esm/mainnet/elys/chain.js +0 -8
- package/esm/mainnet/ibc-data.js +2 -0
- package/esm/mainnet/injective/ibc-data.js +31 -0
- package/esm/mainnet/thejaynetwork/asset-list.js +9 -6
- package/esm/mainnet/thejaynetwork/chain.js +56 -38
- package/esm/mainnet/thejaynetwork/ibc-data.js +96 -0
- package/esm/mainnet/thejaynetwork/index.js +2 -0
- package/esm/mainnet/zigchain/asset-list.js +49 -0
- package/esm/testnet/asset-lists.js +2 -0
- package/esm/testnet/chains.js +2 -0
- package/esm/testnet/sunimatestnet/asset-list.js +26 -0
- package/esm/testnet/sunimatestnet/chain.js +51 -0
- package/esm/testnet/sunimatestnet/index.js +4 -0
- package/mainnet/celestia/ibc-data.js +31 -0
- package/mainnet/cosmoshub/ibc-data.js +31 -0
- package/mainnet/elys/chain.js +0 -8
- package/mainnet/ibc-data.js +2 -0
- package/mainnet/injective/ibc-data.js +31 -0
- package/mainnet/thejaynetwork/asset-list.js +9 -6
- package/mainnet/thejaynetwork/chain.js +56 -38
- package/mainnet/thejaynetwork/ibc-data.d.ts +3 -0
- package/mainnet/thejaynetwork/ibc-data.js +98 -0
- package/mainnet/thejaynetwork/index.d.ts +1 -0
- package/mainnet/thejaynetwork/index.js +3 -1
- package/mainnet/zigchain/asset-list.js +49 -0
- package/package.json +3 -3
- package/testnet/asset-lists.js +2 -0
- package/testnet/chains.js +2 -0
- package/testnet/sunimatestnet/asset-list.d.ts +3 -0
- package/testnet/sunimatestnet/asset-list.js +28 -0
- package/testnet/sunimatestnet/chain.d.ts +3 -0
- package/testnet/sunimatestnet/chain.js +53 -0
- package/testnet/sunimatestnet/index.d.ts +2 -0
- package/testnet/sunimatestnet/index.js +10 -0
|
@@ -2377,6 +2377,37 @@ const info = [
|
|
|
2377
2377
|
}
|
|
2378
2378
|
}]
|
|
2379
2379
|
},
|
|
2380
|
+
{
|
|
2381
|
+
$schema: '../ibc_data.schema.json',
|
|
2382
|
+
chain1: {
|
|
2383
|
+
chainName: 'cosmoshub',
|
|
2384
|
+
chainId: 'cosmoshub-4',
|
|
2385
|
+
clientId: '07-tendermint-1476',
|
|
2386
|
+
connectionId: 'connection-1265'
|
|
2387
|
+
},
|
|
2388
|
+
chain2: {
|
|
2389
|
+
chainName: 'thejaynetwork',
|
|
2390
|
+
chainId: 'thejaynetwork',
|
|
2391
|
+
clientId: '07-tendermint-8',
|
|
2392
|
+
connectionId: 'connection-0'
|
|
2393
|
+
},
|
|
2394
|
+
channels: [{
|
|
2395
|
+
chain1: {
|
|
2396
|
+
channelId: 'channel-1871',
|
|
2397
|
+
portId: 'transfer'
|
|
2398
|
+
},
|
|
2399
|
+
chain2: {
|
|
2400
|
+
channelId: 'channel-1',
|
|
2401
|
+
portId: 'transfer'
|
|
2402
|
+
},
|
|
2403
|
+
ordering: 'unordered',
|
|
2404
|
+
version: 'ics20-1',
|
|
2405
|
+
tags: {
|
|
2406
|
+
preferred: true,
|
|
2407
|
+
status: 'ACTIVE'
|
|
2408
|
+
}
|
|
2409
|
+
}]
|
|
2410
|
+
},
|
|
2380
2411
|
{
|
|
2381
2412
|
$schema: '../ibc_data.schema.json',
|
|
2382
2413
|
chain1: {
|
package/mainnet/elys/chain.js
CHANGED
|
@@ -113,10 +113,6 @@ const info = {
|
|
|
113
113
|
address: 'https://community.nuxian-node.ch:6797/elys/trpc',
|
|
114
114
|
provider: 'PRO Delegators'
|
|
115
115
|
},
|
|
116
|
-
{
|
|
117
|
-
address: 'https://elys-rpc.highstakes.ch',
|
|
118
|
-
provider: 'High Stakes'
|
|
119
|
-
},
|
|
120
116
|
{
|
|
121
117
|
address: 'https://elys-rpc.stake-town.com:443',
|
|
122
118
|
provider: 'StakeTown'
|
|
@@ -199,10 +195,6 @@ const info = {
|
|
|
199
195
|
address: 'https://community.nuxian-node.ch:6797/elys/crpc',
|
|
200
196
|
provider: 'PRO Delegators'
|
|
201
197
|
},
|
|
202
|
-
{
|
|
203
|
-
address: 'https://elys-api.highstakes.ch',
|
|
204
|
-
provider: 'High Stakes'
|
|
205
|
-
},
|
|
206
198
|
{
|
|
207
199
|
address: 'https://elys-api.stake-town.com:443',
|
|
208
200
|
provider: 'StakeTown'
|
package/mainnet/ibc-data.js
CHANGED
|
@@ -194,6 +194,7 @@ const _teritori = __importStar(require("./teritori"));
|
|
|
194
194
|
const _terra = __importStar(require("./terra"));
|
|
195
195
|
const _terra2 = __importStar(require("./terra2"));
|
|
196
196
|
const _tgrade = __importStar(require("./tgrade"));
|
|
197
|
+
const _thejaynetwork = __importStar(require("./thejaynetwork"));
|
|
197
198
|
const _titan = __importStar(require("./titan"));
|
|
198
199
|
const _umee = __importStar(require("./umee"));
|
|
199
200
|
const _unification = __importStar(require("./unification"));
|
|
@@ -375,6 +376,7 @@ const ibcData = [
|
|
|
375
376
|
..._terra.ibcData,
|
|
376
377
|
..._terra2.ibcData,
|
|
377
378
|
..._tgrade.ibcData,
|
|
379
|
+
..._thejaynetwork.ibcData,
|
|
378
380
|
..._titan.ibcData,
|
|
379
381
|
..._umee.ibcData,
|
|
380
382
|
..._unification.ibcData,
|
|
@@ -965,6 +965,37 @@ const info = [
|
|
|
965
965
|
}
|
|
966
966
|
}]
|
|
967
967
|
},
|
|
968
|
+
{
|
|
969
|
+
$schema: '../ibc_data.schema.json',
|
|
970
|
+
chain1: {
|
|
971
|
+
chainName: 'injective',
|
|
972
|
+
chainId: 'injective-1',
|
|
973
|
+
clientId: '07-tendermint-322',
|
|
974
|
+
connectionId: 'connection-328'
|
|
975
|
+
},
|
|
976
|
+
chain2: {
|
|
977
|
+
chainName: 'thejaynetwork',
|
|
978
|
+
chainId: 'thejaynetwork',
|
|
979
|
+
clientId: '07-tendermint-10',
|
|
980
|
+
connectionId: 'connection-2'
|
|
981
|
+
},
|
|
982
|
+
channels: [{
|
|
983
|
+
chain1: {
|
|
984
|
+
channelId: 'channel-450',
|
|
985
|
+
portId: 'transfer'
|
|
986
|
+
},
|
|
987
|
+
chain2: {
|
|
988
|
+
channelId: 'channel-3',
|
|
989
|
+
portId: 'transfer'
|
|
990
|
+
},
|
|
991
|
+
ordering: 'unordered',
|
|
992
|
+
version: 'ics20-1',
|
|
993
|
+
tags: {
|
|
994
|
+
preferred: true,
|
|
995
|
+
status: 'ACTIVE'
|
|
996
|
+
}
|
|
997
|
+
}]
|
|
998
|
+
},
|
|
968
999
|
{
|
|
969
1000
|
$schema: '../ibc_data.schema.json',
|
|
970
1001
|
chain1: {
|
|
@@ -4,7 +4,7 @@ const info = {
|
|
|
4
4
|
$schema: '../assetlist.schema.json',
|
|
5
5
|
chainName: 'thejaynetwork',
|
|
6
6
|
assets: [{
|
|
7
|
-
description: '
|
|
7
|
+
description: 'JAY is the native staking and governance token of The Jay Network.',
|
|
8
8
|
denomUnits: [{
|
|
9
9
|
denom: 'ujay',
|
|
10
10
|
exponent: 0
|
|
@@ -12,17 +12,20 @@ const info = {
|
|
|
12
12
|
denom: 'jay',
|
|
13
13
|
exponent: 6
|
|
14
14
|
}],
|
|
15
|
-
typeAsset: 'sdk.coin',
|
|
16
15
|
base: 'ujay',
|
|
17
|
-
name: 'Jay
|
|
16
|
+
name: 'Jay',
|
|
18
17
|
display: 'jay',
|
|
19
18
|
symbol: 'JAY',
|
|
20
19
|
logoURIs: {
|
|
21
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/jay.png'
|
|
22
21
|
},
|
|
23
22
|
images: [{
|
|
24
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/
|
|
25
|
-
}]
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/jay.png'
|
|
24
|
+
}],
|
|
25
|
+
socials: {
|
|
26
|
+
website: 'https://thejaynetwork.com'
|
|
27
|
+
},
|
|
28
|
+
typeAsset: 'sdk.coin'
|
|
26
29
|
}]
|
|
27
30
|
};
|
|
28
31
|
exports.default = info;
|
|
@@ -5,10 +5,10 @@ const info = {
|
|
|
5
5
|
chainName: 'thejaynetwork',
|
|
6
6
|
chainType: 'cosmos',
|
|
7
7
|
chainId: 'thejaynetwork',
|
|
8
|
+
website: 'https://thejaynetwork.com',
|
|
8
9
|
prettyName: 'The Jay Network',
|
|
9
10
|
status: 'live',
|
|
10
11
|
networkType: 'mainnet',
|
|
11
|
-
website: 'https://jaynwk.gt.tc',
|
|
12
12
|
bech32Prefix: 'yjay',
|
|
13
13
|
daemonName: 'jaynd',
|
|
14
14
|
nodeHome: '$HOME/.jayn',
|
|
@@ -17,10 +17,10 @@ const info = {
|
|
|
17
17
|
fees: {
|
|
18
18
|
feeTokens: [{
|
|
19
19
|
denom: 'ujay',
|
|
20
|
-
fixedMinGasPrice: 0.
|
|
21
|
-
lowGasPrice: 0.
|
|
20
|
+
fixedMinGasPrice: 0.005,
|
|
21
|
+
lowGasPrice: 0.01,
|
|
22
22
|
averageGasPrice: 0.025,
|
|
23
|
-
highGasPrice: 0.
|
|
23
|
+
highGasPrice: 0.03
|
|
24
24
|
}]
|
|
25
25
|
},
|
|
26
26
|
staking: {
|
|
@@ -30,11 +30,18 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
codebase: {
|
|
32
32
|
gitRepo: 'https://github.com/bbtccore/thejaynetwork',
|
|
33
|
-
recommendedVersion: 'v1.
|
|
34
|
-
compatibleVersions: ['v1.
|
|
33
|
+
recommendedVersion: 'v1.1.0',
|
|
34
|
+
compatibleVersions: ['v1.1.0'],
|
|
35
|
+
binaries: {
|
|
36
|
+
"linux/amd64": 'https://github.com/bbtccore/thejaynetwork/releases/download/v1.1.0/jaynd-linux-amd64.tar.gz',
|
|
37
|
+
"linux/arm64": 'https://github.com/bbtccore/thejaynetwork/releases/download/v1.1.0/jaynd-linux-arm64.tar.gz'
|
|
38
|
+
},
|
|
35
39
|
consensus: {
|
|
36
40
|
type: 'cometbft',
|
|
37
|
-
version: 'v0.38.
|
|
41
|
+
version: 'v0.38.21'
|
|
42
|
+
},
|
|
43
|
+
genesis: {
|
|
44
|
+
genesisUrl: 'https://raw.githubusercontent.com/bbtccore/thejaynetwork/master/genesis/genesis.json'
|
|
38
45
|
},
|
|
39
46
|
sdk: {
|
|
40
47
|
type: 'cosmos',
|
|
@@ -42,71 +49,82 @@ const info = {
|
|
|
42
49
|
},
|
|
43
50
|
ibc: {
|
|
44
51
|
type: 'go',
|
|
45
|
-
version: 'v10.
|
|
46
|
-
},
|
|
47
|
-
binaries: {
|
|
48
|
-
"linux/amd64": 'https://github.com/bbtccore/thejaynetwork/releases/download/v1.0.0/jaynd-linux-amd64',
|
|
49
|
-
"linux/arm64": 'https://github.com/bbtccore/thejaynetwork/releases/download/v1.0.0/jaynd-linux-arm64'
|
|
52
|
+
version: 'v10.5.0'
|
|
50
53
|
},
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
+
cosmwasm: {
|
|
55
|
+
version: 'v0.61.10',
|
|
56
|
+
repo: 'https://github.com/CosmWasm/wasmd',
|
|
57
|
+
tag: 'v0.61.10'
|
|
54
58
|
}
|
|
55
59
|
},
|
|
56
60
|
logoURIs: {
|
|
57
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/
|
|
61
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/jay.png'
|
|
58
62
|
},
|
|
59
|
-
description: 'The Jay Network is a Cosmos SDK-based blockchain
|
|
63
|
+
description: 'The Jay Network is a Cosmos SDK-based blockchain with IBC interoperability, CosmWasm smart contracts, and cross-chain connectivity to Cosmos Hub, Celestia, and Injective.',
|
|
60
64
|
apis: {
|
|
61
65
|
rpc: [
|
|
62
66
|
{
|
|
63
|
-
address: 'https://
|
|
64
|
-
provider: 'Jay Network'
|
|
67
|
+
address: 'https://thejaynetwork.com/rpc',
|
|
68
|
+
provider: 'The Jay Network'
|
|
65
69
|
},
|
|
66
70
|
{
|
|
67
|
-
address: 'http://
|
|
68
|
-
provider: 'Jay Network (
|
|
71
|
+
address: 'http://152.53.195.74:26657',
|
|
72
|
+
provider: 'The Jay Network (Sentry)'
|
|
69
73
|
},
|
|
70
74
|
{
|
|
71
75
|
address: 'https://rpc-jay.onenov.xyz',
|
|
72
76
|
provider: 'OneNov'
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
address: 'https://rpc-jaynetwork.vinjan-inc.com',
|
|
80
|
+
provider: 'Vinjan.Inc'
|
|
73
81
|
}
|
|
74
82
|
],
|
|
75
83
|
rest: [
|
|
76
84
|
{
|
|
77
|
-
address: 'https://
|
|
78
|
-
provider: 'Jay Network'
|
|
85
|
+
address: 'https://thejaynetwork.com/rest',
|
|
86
|
+
provider: 'The Jay Network'
|
|
79
87
|
},
|
|
80
88
|
{
|
|
81
|
-
address: 'http://
|
|
82
|
-
provider: 'Jay Network (
|
|
89
|
+
address: 'http://152.53.195.74:1317',
|
|
90
|
+
provider: 'The Jay Network (Sentry)'
|
|
83
91
|
},
|
|
84
92
|
{
|
|
85
93
|
address: 'https://api-jay.onenov.xyz',
|
|
86
94
|
provider: 'OneNov'
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
address: 'https://api-jaynetwork.vinjan-inc.com',
|
|
98
|
+
provider: 'Vinjan.Inc'
|
|
87
99
|
}
|
|
88
100
|
],
|
|
89
101
|
grpc: [{
|
|
90
|
-
address: '
|
|
91
|
-
provider: 'Jay Network'
|
|
92
|
-
}, {
|
|
93
|
-
address: '34.171.203.84:9090',
|
|
94
|
-
provider: 'Jay Network'
|
|
102
|
+
address: '152.53.195.74:9090',
|
|
103
|
+
provider: 'The Jay Network (Sentry)'
|
|
95
104
|
}]
|
|
96
105
|
},
|
|
97
|
-
explorers: [
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
106
|
+
explorers: [
|
|
107
|
+
{
|
|
108
|
+
kind: 'JayScan',
|
|
109
|
+
url: 'https://jayscan.thejaynetwork.com',
|
|
110
|
+
txPage: 'https://jayscan.thejaynetwork.com/tx/${txHash}',
|
|
111
|
+
accountPage: 'https://jayscan.thejaynetwork.com/account/${accountAddress}'
|
|
112
|
+
},
|
|
113
|
+
{
|
|
103
114
|
kind: 'Jay Network Explorer',
|
|
104
115
|
url: 'https://jay-explorer.onenov.xyz',
|
|
105
116
|
txPage: 'https://jay-explorer.onenov.xyz/transactions/${txHash}',
|
|
106
117
|
accountPage: 'https://jay-explorer.onenov.xyz/accounts/${accountAddress}'
|
|
107
|
-
}
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
kind: 'Vinjan.Inc Explorer',
|
|
121
|
+
url: 'https://explorer.vinjan-inc.com/jaynetwork',
|
|
122
|
+
txPage: 'https://explorer.vinjan-inc.com/jaynetwork/tx/${txHash}',
|
|
123
|
+
accountPage: 'https://explorer.vinjan-inc.com/jaynetwork/account/${accountAddress}'
|
|
124
|
+
}
|
|
125
|
+
],
|
|
108
126
|
images: [{
|
|
109
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/
|
|
127
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/jay.png'
|
|
110
128
|
}]
|
|
111
129
|
};
|
|
112
130
|
exports.default = info;
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = [
|
|
4
|
+
{
|
|
5
|
+
$schema: '../ibc_data.schema.json',
|
|
6
|
+
chain1: {
|
|
7
|
+
chainName: 'celestia',
|
|
8
|
+
chainId: 'celestia',
|
|
9
|
+
clientId: '07-tendermint-149',
|
|
10
|
+
connectionId: 'connection-102'
|
|
11
|
+
},
|
|
12
|
+
chain2: {
|
|
13
|
+
chainName: 'thejaynetwork',
|
|
14
|
+
chainId: 'thejaynetwork',
|
|
15
|
+
clientId: '07-tendermint-9',
|
|
16
|
+
connectionId: 'connection-1'
|
|
17
|
+
},
|
|
18
|
+
channels: [{
|
|
19
|
+
chain1: {
|
|
20
|
+
channelId: 'channel-277',
|
|
21
|
+
portId: 'transfer'
|
|
22
|
+
},
|
|
23
|
+
chain2: {
|
|
24
|
+
channelId: 'channel-2',
|
|
25
|
+
portId: 'transfer'
|
|
26
|
+
},
|
|
27
|
+
ordering: 'unordered',
|
|
28
|
+
version: 'ics20-1',
|
|
29
|
+
tags: {
|
|
30
|
+
preferred: true,
|
|
31
|
+
status: 'ACTIVE'
|
|
32
|
+
}
|
|
33
|
+
}]
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
$schema: '../ibc_data.schema.json',
|
|
37
|
+
chain1: {
|
|
38
|
+
chainName: 'cosmoshub',
|
|
39
|
+
chainId: 'cosmoshub-4',
|
|
40
|
+
clientId: '07-tendermint-1476',
|
|
41
|
+
connectionId: 'connection-1265'
|
|
42
|
+
},
|
|
43
|
+
chain2: {
|
|
44
|
+
chainName: 'thejaynetwork',
|
|
45
|
+
chainId: 'thejaynetwork',
|
|
46
|
+
clientId: '07-tendermint-8',
|
|
47
|
+
connectionId: 'connection-0'
|
|
48
|
+
},
|
|
49
|
+
channels: [{
|
|
50
|
+
chain1: {
|
|
51
|
+
channelId: 'channel-1871',
|
|
52
|
+
portId: 'transfer'
|
|
53
|
+
},
|
|
54
|
+
chain2: {
|
|
55
|
+
channelId: 'channel-1',
|
|
56
|
+
portId: 'transfer'
|
|
57
|
+
},
|
|
58
|
+
ordering: 'unordered',
|
|
59
|
+
version: 'ics20-1',
|
|
60
|
+
tags: {
|
|
61
|
+
preferred: true,
|
|
62
|
+
status: 'ACTIVE'
|
|
63
|
+
}
|
|
64
|
+
}]
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
$schema: '../ibc_data.schema.json',
|
|
68
|
+
chain1: {
|
|
69
|
+
chainName: 'injective',
|
|
70
|
+
chainId: 'injective-1',
|
|
71
|
+
clientId: '07-tendermint-322',
|
|
72
|
+
connectionId: 'connection-328'
|
|
73
|
+
},
|
|
74
|
+
chain2: {
|
|
75
|
+
chainName: 'thejaynetwork',
|
|
76
|
+
chainId: 'thejaynetwork',
|
|
77
|
+
clientId: '07-tendermint-10',
|
|
78
|
+
connectionId: 'connection-2'
|
|
79
|
+
},
|
|
80
|
+
channels: [{
|
|
81
|
+
chain1: {
|
|
82
|
+
channelId: 'channel-450',
|
|
83
|
+
portId: 'transfer'
|
|
84
|
+
},
|
|
85
|
+
chain2: {
|
|
86
|
+
channelId: 'channel-3',
|
|
87
|
+
portId: 'transfer'
|
|
88
|
+
},
|
|
89
|
+
ordering: 'unordered',
|
|
90
|
+
version: 'ics20-1',
|
|
91
|
+
tags: {
|
|
92
|
+
preferred: true,
|
|
93
|
+
status: 'ACTIVE'
|
|
94
|
+
}
|
|
95
|
+
}]
|
|
96
|
+
}
|
|
97
|
+
];
|
|
98
|
+
exports.default = info;
|
|
@@ -3,8 +3,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.chain = exports.assetList = void 0;
|
|
6
|
+
exports.ibcData = exports.chain = exports.assetList = void 0;
|
|
7
7
|
const asset_list_1 = __importDefault(require("./asset-list"));
|
|
8
8
|
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
const ibc_data_1 = __importDefault(require("./ibc-data"));
|
|
9
10
|
exports.assetList = asset_list_1.default;
|
|
10
11
|
exports.chain = chain_1.default;
|
|
12
|
+
exports.ibcData = ibc_data_1.default;
|
|
@@ -489,6 +489,55 @@ const info = {
|
|
|
489
489
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eurc.png'
|
|
490
490
|
}]
|
|
491
491
|
},
|
|
492
|
+
{
|
|
493
|
+
description: 'Tether Gold on ZIGChain',
|
|
494
|
+
denomUnits: [{
|
|
495
|
+
denom: 'ibc/294719272CB20610F3C0173B0E14DD65F9D7F515548AB3F8373CC91F36357234',
|
|
496
|
+
exponent: 0
|
|
497
|
+
}, {
|
|
498
|
+
denom: 'xaut',
|
|
499
|
+
exponent: 6
|
|
500
|
+
}],
|
|
501
|
+
typeAsset: 'ics20',
|
|
502
|
+
base: 'ibc/294719272CB20610F3C0173B0E14DD65F9D7F515548AB3F8373CC91F36357234',
|
|
503
|
+
name: 'Tether Gold on ZIGChain',
|
|
504
|
+
display: 'xaut',
|
|
505
|
+
symbol: 'XAUt',
|
|
506
|
+
traces: [{
|
|
507
|
+
type: 'ibc-bridge',
|
|
508
|
+
counterparty: {
|
|
509
|
+
chainName: 'ethereum',
|
|
510
|
+
baseDenom: '0x68749665ff8d2d112fa859aa293f07a622782f38',
|
|
511
|
+
channelId: 'channel-0'
|
|
512
|
+
},
|
|
513
|
+
chain: {
|
|
514
|
+
channelId: '08-wasm-1369',
|
|
515
|
+
path: 'transfer/08-wasm-1369/0x68749665ff8d2d112fa859aa293f07a622782f38'
|
|
516
|
+
},
|
|
517
|
+
provider: 'Eureka'
|
|
518
|
+
}, {
|
|
519
|
+
type: 'ibc',
|
|
520
|
+
counterparty: {
|
|
521
|
+
chainName: 'cosmoshub',
|
|
522
|
+
baseDenom: 'ibc/A96C4DBCB7E36F8D265E92240510DB0F29F39CE4AAF52DBDE686E448BA447886',
|
|
523
|
+
channelId: 'channel-1555'
|
|
524
|
+
},
|
|
525
|
+
chain: {
|
|
526
|
+
channelId: 'channel-4',
|
|
527
|
+
path: 'transfer/channel-4/transfer/08-wasm-1369/0x68749665ff8d2d112fa859aa293f07a622782f38'
|
|
528
|
+
}
|
|
529
|
+
}],
|
|
530
|
+
logoURIs: {
|
|
531
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
532
|
+
},
|
|
533
|
+
images: [{
|
|
534
|
+
imageSync: {
|
|
535
|
+
chainName: 'ethereum',
|
|
536
|
+
baseDenom: '0x68749665ff8d2d112fa859aa293f07a622782f38'
|
|
537
|
+
},
|
|
538
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
539
|
+
}]
|
|
540
|
+
},
|
|
492
541
|
{
|
|
493
542
|
description: 'Stride Staked ATOM on ZIGChain',
|
|
494
543
|
denomUnits: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.204",
|
|
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.204"
|
|
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": "3be1c973194635e8ee6e4959f7ffe04128337787"
|
|
43
43
|
}
|
package/testnet/asset-lists.js
CHANGED
|
@@ -142,6 +142,7 @@ const _sourcetestnet = __importStar(require("./sourcetestnet"));
|
|
|
142
142
|
const _stargazetestnet = __importStar(require("./stargazetestnet"));
|
|
143
143
|
const _statesettestnet = __importStar(require("./statesettestnet"));
|
|
144
144
|
const _stridetestnet = __importStar(require("./stridetestnet"));
|
|
145
|
+
const _sunimatestnet = __importStar(require("./sunimatestnet"));
|
|
145
146
|
const _sunrisetestnet = __importStar(require("./sunrisetestnet"));
|
|
146
147
|
const _swisstroniktestnet = __importStar(require("./swisstroniktestnet"));
|
|
147
148
|
const _symphonytestnet = __importStar(require("./symphonytestnet"));
|
|
@@ -287,6 +288,7 @@ const assetList = [
|
|
|
287
288
|
_stargazetestnet.assetList,
|
|
288
289
|
_statesettestnet.assetList,
|
|
289
290
|
_stridetestnet.assetList,
|
|
291
|
+
_sunimatestnet.assetList,
|
|
290
292
|
_sunrisetestnet.assetList,
|
|
291
293
|
_swisstroniktestnet.assetList,
|
|
292
294
|
_symphonytestnet.assetList,
|
package/testnet/chains.js
CHANGED
|
@@ -142,6 +142,7 @@ const _sourcetestnet = __importStar(require("./sourcetestnet"));
|
|
|
142
142
|
const _stargazetestnet = __importStar(require("./stargazetestnet"));
|
|
143
143
|
const _statesettestnet = __importStar(require("./statesettestnet"));
|
|
144
144
|
const _stridetestnet = __importStar(require("./stridetestnet"));
|
|
145
|
+
const _sunimatestnet = __importStar(require("./sunimatestnet"));
|
|
145
146
|
const _sunrisetestnet = __importStar(require("./sunrisetestnet"));
|
|
146
147
|
const _swisstroniktestnet = __importStar(require("./swisstroniktestnet"));
|
|
147
148
|
const _symphonytestnet = __importStar(require("./symphonytestnet"));
|
|
@@ -287,6 +288,7 @@ const chains = [
|
|
|
287
288
|
_stargazetestnet.chain,
|
|
288
289
|
_statesettestnet.chain,
|
|
289
290
|
_stridetestnet.chain,
|
|
291
|
+
_sunimatestnet.chain,
|
|
290
292
|
_sunrisetestnet.chain,
|
|
291
293
|
_swisstroniktestnet.chain,
|
|
292
294
|
_symphonytestnet.chain,
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../assetlist.schema.json',
|
|
5
|
+
chainName: 'sunimatestnet',
|
|
6
|
+
assets: [{
|
|
7
|
+
description: 'The native staking and gas token of the Sunima Testnet.',
|
|
8
|
+
denomUnits: [{
|
|
9
|
+
denom: 'tsuna',
|
|
10
|
+
exponent: 0
|
|
11
|
+
}, {
|
|
12
|
+
denom: 'tSUNA',
|
|
13
|
+
exponent: 6
|
|
14
|
+
}],
|
|
15
|
+
base: 'tsuna',
|
|
16
|
+
name: 'Sunima Testnet',
|
|
17
|
+
display: 'tSUNA',
|
|
18
|
+
symbol: 'tSUNA',
|
|
19
|
+
logoURIs: {
|
|
20
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/sunimatestnet/images/sunima.svg'
|
|
21
|
+
},
|
|
22
|
+
images: [{
|
|
23
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/sunimatestnet/images/sunima.svg'
|
|
24
|
+
}],
|
|
25
|
+
typeAsset: 'sdk.coin'
|
|
26
|
+
}]
|
|
27
|
+
};
|
|
28
|
+
exports.default = info;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../chain.schema.json',
|
|
5
|
+
chainName: 'sunimatestnet',
|
|
6
|
+
status: 'live',
|
|
7
|
+
website: 'https://sunima.uk/',
|
|
8
|
+
networkType: 'testnet',
|
|
9
|
+
prettyName: 'Sunima Testnet',
|
|
10
|
+
chainType: 'cosmos',
|
|
11
|
+
chainId: 'sunima-testnet-1',
|
|
12
|
+
bech32Prefix: 'sunima',
|
|
13
|
+
daemonName: 'sunimad',
|
|
14
|
+
nodeHome: '$HOME/.sunima',
|
|
15
|
+
keyAlgos: ['secp256k1'],
|
|
16
|
+
slip44: 118,
|
|
17
|
+
fees: {
|
|
18
|
+
feeTokens: [{
|
|
19
|
+
denom: 'tsuna',
|
|
20
|
+
fixedMinGasPrice: 0,
|
|
21
|
+
lowGasPrice: 0,
|
|
22
|
+
averageGasPrice: 0.025,
|
|
23
|
+
highGasPrice: 0.04
|
|
24
|
+
}]
|
|
25
|
+
},
|
|
26
|
+
staking: {
|
|
27
|
+
stakingTokens: [{
|
|
28
|
+
denom: 'tsuna'
|
|
29
|
+
}]
|
|
30
|
+
},
|
|
31
|
+
codebase: {
|
|
32
|
+
genesis: {
|
|
33
|
+
genesisUrl: 'https://sunima.uk/chain/genesis.json'
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
logoURIs: {
|
|
37
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/sunimatestnet/images/sunima.svg'
|
|
38
|
+
},
|
|
39
|
+
apis: {
|
|
40
|
+
rpc: [{
|
|
41
|
+
address: 'https://sunima.uk/chain-rpc/',
|
|
42
|
+
provider: 'Sunima Labs'
|
|
43
|
+
}],
|
|
44
|
+
rest: [{
|
|
45
|
+
address: 'https://sunima.uk/chain-rest/',
|
|
46
|
+
provider: 'Sunima Labs'
|
|
47
|
+
}]
|
|
48
|
+
},
|
|
49
|
+
images: [{
|
|
50
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/sunimatestnet/images/sunima.svg'
|
|
51
|
+
}]
|
|
52
|
+
};
|
|
53
|
+
exports.default = info;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.chain = exports.assetList = void 0;
|
|
7
|
+
const asset_list_1 = __importDefault(require("./asset-list"));
|
|
8
|
+
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
exports.assetList = asset_list_1.default;
|
|
10
|
+
exports.chain = chain_1.default;
|