chain-registry 2.0.79 → 2.0.80
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/axelar/asset-list.js +4 -0
- package/esm/mainnet/dymension/asset-list.js +1 -2
- package/esm/mainnet/furya/asset-list.js +0 -1
- package/esm/mainnet/highbury/asset-list.js +0 -1
- package/esm/mainnet/kujira/asset-list.js +0 -3
- package/esm/mainnet/likecoin/asset-list.js +0 -1
- package/esm/mainnet/neutron/asset-list.js +2 -1
- package/esm/mainnet/nim/asset-list.js +0 -1
- package/esm/mainnet/okexchain/asset-list.js +0 -1
- package/esm/mainnet/osmosis/asset-list.js +7 -10
- package/esm/mainnet/rizon/asset-list.js +0 -1
- package/esm/mainnet/sunrise/chain.js +108 -0
- package/esm/mainnet/terra/asset-list.js +8 -0
- package/esm/noncosmos/polygon/asset-list.js +0 -1
- package/esm/testnet/akashtestnet/asset-list.js +12 -0
- package/esm/testnet/akashtestnet/chain.js +14 -11
- package/esm/testnet/akashtestnet/index.js +0 -2
- package/esm/testnet/archwaytestnet/ibc-data.js +1 -1
- package/esm/testnet/asset-lists.js +2 -0
- package/esm/testnet/chains.js +2 -0
- package/esm/testnet/ibc-data.js +0 -2
- package/esm/testnet/kiiorotestnet/asset-list.js +26 -0
- package/esm/testnet/kiiorotestnet/chain.js +91 -0
- package/esm/testnet/kiiorotestnet/index.js +4 -0
- package/esm/testnet/neutrontestnet/asset-list.js +4 -1
- package/esm/testnet/osmosistestnet/asset-list.js +2 -2
- package/esm/testnet/osmosistestnet/chain.js +2 -2
- package/esm/testnet/osmosistestnet/ibc-data.js +1 -1
- package/mainnet/axelar/asset-list.js +4 -0
- package/mainnet/dymension/asset-list.js +1 -2
- package/mainnet/furya/asset-list.js +0 -1
- package/mainnet/highbury/asset-list.js +0 -1
- package/mainnet/kujira/asset-list.js +0 -3
- package/mainnet/likecoin/asset-list.js +0 -1
- package/mainnet/neutron/asset-list.js +2 -1
- package/mainnet/nim/asset-list.js +0 -1
- package/mainnet/okexchain/asset-list.js +0 -1
- package/mainnet/osmosis/asset-list.js +7 -10
- package/mainnet/rizon/asset-list.js +0 -1
- package/mainnet/sunrise/chain.js +108 -0
- package/mainnet/terra/asset-list.js +8 -0
- package/noncosmos/polygon/asset-list.js +0 -1
- package/package.json +3 -3
- package/testnet/akashtestnet/asset-list.js +12 -0
- package/testnet/akashtestnet/chain.js +14 -11
- package/testnet/akashtestnet/index.d.ts +0 -1
- package/testnet/akashtestnet/index.js +1 -3
- package/testnet/archwaytestnet/ibc-data.js +1 -1
- package/testnet/asset-lists.js +2 -0
- package/testnet/chains.js +2 -0
- package/testnet/ibc-data.js +0 -2
- package/testnet/kiiorotestnet/asset-list.d.ts +3 -0
- package/testnet/kiiorotestnet/asset-list.js +28 -0
- package/testnet/kiiorotestnet/chain.d.ts +3 -0
- package/testnet/kiiorotestnet/chain.js +93 -0
- package/testnet/kiiorotestnet/index.d.ts +2 -0
- package/testnet/kiiorotestnet/index.js +10 -0
- package/testnet/neutrontestnet/asset-list.js +4 -1
- package/testnet/osmosistestnet/asset-list.js +2 -2
- package/testnet/osmosistestnet/chain.js +2 -2
- package/testnet/osmosistestnet/ibc-data.js +1 -1
- package/esm/testnet/akashtestnet/ibc-data.js +0 -58
- package/testnet/akashtestnet/ibc-data.d.ts +0 -3
- package/testnet/akashtestnet/ibc-data.js +0 -60
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../chain.schema.json',
|
|
5
|
+
chainName: 'kiiorotestnet',
|
|
6
|
+
status: 'live',
|
|
7
|
+
networkType: 'testnet',
|
|
8
|
+
prettyName: 'Kii Testnet Oro',
|
|
9
|
+
chainType: 'cosmos',
|
|
10
|
+
chainId: 'oro_1336-1',
|
|
11
|
+
bech32Prefix: 'kii',
|
|
12
|
+
daemonName: 'kiichaind',
|
|
13
|
+
nodeHome: '$HOME/.kiichain',
|
|
14
|
+
keyAlgos: ['ethsecp256k1'],
|
|
15
|
+
slip44: 60,
|
|
16
|
+
fees: {
|
|
17
|
+
feeTokens: [{
|
|
18
|
+
denom: 'akii',
|
|
19
|
+
lowGasPrice: 60000000000,
|
|
20
|
+
averageGasPrice: 80000000000,
|
|
21
|
+
highGasPrice: 120000000000
|
|
22
|
+
}]
|
|
23
|
+
},
|
|
24
|
+
staking: {
|
|
25
|
+
stakingTokens: [{
|
|
26
|
+
denom: 'akii'
|
|
27
|
+
}]
|
|
28
|
+
},
|
|
29
|
+
codebase: {
|
|
30
|
+
gitRepo: 'https://github.com/KiiChain/kiichain',
|
|
31
|
+
recommendedVersion: 'v5.0.0',
|
|
32
|
+
compatibleVersions: ['v5.0.0'],
|
|
33
|
+
consensus: {
|
|
34
|
+
type: 'cometbft',
|
|
35
|
+
version: '0.38'
|
|
36
|
+
},
|
|
37
|
+
sdk: {
|
|
38
|
+
type: 'cosmos',
|
|
39
|
+
version: '0.53'
|
|
40
|
+
},
|
|
41
|
+
cosmwasm: {
|
|
42
|
+
enabled: true
|
|
43
|
+
},
|
|
44
|
+
genesis: {
|
|
45
|
+
genesisUrl: 'https://raw.githubusercontent.com/KiiChain/testnets/refs/heads/main/testnet_oro/genesis.json'
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
apis: {
|
|
49
|
+
rpc: [{
|
|
50
|
+
address: 'https://rpc.uno.sentry.testnet.v3.kiivalidator.com/',
|
|
51
|
+
provider: 'Kiichain'
|
|
52
|
+
}, {
|
|
53
|
+
address: 'https://rpc.dos.sentry.testnet.v3.kiivalidator.com/',
|
|
54
|
+
provider: 'Kiichain'
|
|
55
|
+
}],
|
|
56
|
+
rest: [{
|
|
57
|
+
address: 'https://lcd.uno.sentry.testnet.v3.kiivalidator.com/',
|
|
58
|
+
provider: 'Kiichain'
|
|
59
|
+
}, {
|
|
60
|
+
address: 'https://lcd.dos.sentry.testnet.v3.kiivalidator.com/',
|
|
61
|
+
provider: 'Kiichain'
|
|
62
|
+
}],
|
|
63
|
+
grpc: [{
|
|
64
|
+
address: 'grpc.uno.sentry.testnet.v3.kiivalidator.com:443',
|
|
65
|
+
provider: 'Kiichain'
|
|
66
|
+
}, {
|
|
67
|
+
address: 'grpc.dos.sentry.testnet.v3.kiivalidator.com:443',
|
|
68
|
+
provider: 'Kiichain'
|
|
69
|
+
}],
|
|
70
|
+
evmHttpJsonrpc: [{
|
|
71
|
+
address: 'https://json-rpc.uno.sentry.testnet.v3.kiivalidator.com/',
|
|
72
|
+
provider: 'Kiichain'
|
|
73
|
+
}, {
|
|
74
|
+
address: 'https://json-rpc.dos.sentry.testnet.v3.kiivalidator.com/',
|
|
75
|
+
provider: 'Kiichain'
|
|
76
|
+
}]
|
|
77
|
+
},
|
|
78
|
+
logoURIs: {
|
|
79
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/kiiorotestnet/images/kii_oro.png'
|
|
80
|
+
},
|
|
81
|
+
explorers: [{
|
|
82
|
+
kind: 'custom',
|
|
83
|
+
url: 'https://explorer.kiichain.io/',
|
|
84
|
+
accountPage: 'https://explorer.kiichain.io/account/${accountAddress}'
|
|
85
|
+
}],
|
|
86
|
+
keywords: [
|
|
87
|
+
'testnet',
|
|
88
|
+
'RWA',
|
|
89
|
+
'stablecoins',
|
|
90
|
+
'kii'
|
|
91
|
+
]
|
|
92
|
+
};
|
|
93
|
+
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;
|
|
@@ -35,7 +35,10 @@ const info = {
|
|
|
35
35
|
baseDenom: 'untrn'
|
|
36
36
|
},
|
|
37
37
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
38
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
38
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
39
|
+
theme: {
|
|
40
|
+
circle: true
|
|
41
|
+
}
|
|
39
42
|
}],
|
|
40
43
|
typeAsset: 'sdk.coin'
|
|
41
44
|
},
|
|
@@ -404,7 +404,7 @@ const info = {
|
|
|
404
404
|
traces: [{
|
|
405
405
|
type: 'ibc',
|
|
406
406
|
counterparty: {
|
|
407
|
-
chainName: '
|
|
407
|
+
chainName: 'akashtestnet1',
|
|
408
408
|
baseDenom: 'uakt',
|
|
409
409
|
channelId: 'channel-6'
|
|
410
410
|
},
|
|
@@ -419,7 +419,7 @@ const info = {
|
|
|
419
419
|
},
|
|
420
420
|
images: [{
|
|
421
421
|
imageSync: {
|
|
422
|
-
chainName: '
|
|
422
|
+
chainName: 'akashtestnet1',
|
|
423
423
|
baseDenom: 'uakt'
|
|
424
424
|
},
|
|
425
425
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
@@ -87,8 +87,8 @@ const info = {
|
|
|
87
87
|
}]
|
|
88
88
|
},
|
|
89
89
|
logoURIs: {
|
|
90
|
-
|
|
91
|
-
|
|
90
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
91
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
92
92
|
},
|
|
93
93
|
explorers: [{
|
|
94
94
|
kind: 'mintscan',
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
const info = [{
|
|
2
|
-
$schema: '../../ibc_data.schema.json',
|
|
3
|
-
chain1: {
|
|
4
|
-
chainName: 'akashtestnet',
|
|
5
|
-
clientId: '07-tendermint-4',
|
|
6
|
-
connectionId: 'connection-4'
|
|
7
|
-
},
|
|
8
|
-
chain2: {
|
|
9
|
-
chainName: 'archwaytestnet',
|
|
10
|
-
clientId: '07-tendermint-45',
|
|
11
|
-
connectionId: 'connection-39'
|
|
12
|
-
},
|
|
13
|
-
channels: [{
|
|
14
|
-
chain1: {
|
|
15
|
-
channelId: 'channel-4',
|
|
16
|
-
portId: 'transfer'
|
|
17
|
-
},
|
|
18
|
-
chain2: {
|
|
19
|
-
channelId: 'channel-34',
|
|
20
|
-
portId: 'transfer'
|
|
21
|
-
},
|
|
22
|
-
ordering: 'unordered',
|
|
23
|
-
version: 'ics20-1',
|
|
24
|
-
tags: {
|
|
25
|
-
status: 'live'
|
|
26
|
-
}
|
|
27
|
-
}]
|
|
28
|
-
}, {
|
|
29
|
-
$schema: '../../ibc_data.schema.json',
|
|
30
|
-
chain1: {
|
|
31
|
-
chainName: 'akashtestnet',
|
|
32
|
-
clientId: '07-tendermint-6',
|
|
33
|
-
connectionId: 'connection-6'
|
|
34
|
-
},
|
|
35
|
-
chain2: {
|
|
36
|
-
chainName: 'osmosistestnet',
|
|
37
|
-
clientId: '07-tendermint-1271',
|
|
38
|
-
connectionId: 'connection-1171'
|
|
39
|
-
},
|
|
40
|
-
channels: [{
|
|
41
|
-
chain1: {
|
|
42
|
-
channelId: 'channel-6',
|
|
43
|
-
portId: 'transfer'
|
|
44
|
-
},
|
|
45
|
-
chain2: {
|
|
46
|
-
channelId: 'channel-4171',
|
|
47
|
-
portId: 'transfer'
|
|
48
|
-
},
|
|
49
|
-
ordering: 'unordered',
|
|
50
|
-
version: 'ics20-1',
|
|
51
|
-
tags: {
|
|
52
|
-
status: 'live',
|
|
53
|
-
preferred: true,
|
|
54
|
-
dex: 'osmosis'
|
|
55
|
-
}
|
|
56
|
-
}]
|
|
57
|
-
}];
|
|
58
|
-
export default info;
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const info = [{
|
|
4
|
-
$schema: '../../ibc_data.schema.json',
|
|
5
|
-
chain1: {
|
|
6
|
-
chainName: 'akashtestnet',
|
|
7
|
-
clientId: '07-tendermint-4',
|
|
8
|
-
connectionId: 'connection-4'
|
|
9
|
-
},
|
|
10
|
-
chain2: {
|
|
11
|
-
chainName: 'archwaytestnet',
|
|
12
|
-
clientId: '07-tendermint-45',
|
|
13
|
-
connectionId: 'connection-39'
|
|
14
|
-
},
|
|
15
|
-
channels: [{
|
|
16
|
-
chain1: {
|
|
17
|
-
channelId: 'channel-4',
|
|
18
|
-
portId: 'transfer'
|
|
19
|
-
},
|
|
20
|
-
chain2: {
|
|
21
|
-
channelId: 'channel-34',
|
|
22
|
-
portId: 'transfer'
|
|
23
|
-
},
|
|
24
|
-
ordering: 'unordered',
|
|
25
|
-
version: 'ics20-1',
|
|
26
|
-
tags: {
|
|
27
|
-
status: 'live'
|
|
28
|
-
}
|
|
29
|
-
}]
|
|
30
|
-
}, {
|
|
31
|
-
$schema: '../../ibc_data.schema.json',
|
|
32
|
-
chain1: {
|
|
33
|
-
chainName: 'akashtestnet',
|
|
34
|
-
clientId: '07-tendermint-6',
|
|
35
|
-
connectionId: 'connection-6'
|
|
36
|
-
},
|
|
37
|
-
chain2: {
|
|
38
|
-
chainName: 'osmosistestnet',
|
|
39
|
-
clientId: '07-tendermint-1271',
|
|
40
|
-
connectionId: 'connection-1171'
|
|
41
|
-
},
|
|
42
|
-
channels: [{
|
|
43
|
-
chain1: {
|
|
44
|
-
channelId: 'channel-6',
|
|
45
|
-
portId: 'transfer'
|
|
46
|
-
},
|
|
47
|
-
chain2: {
|
|
48
|
-
channelId: 'channel-4171',
|
|
49
|
-
portId: 'transfer'
|
|
50
|
-
},
|
|
51
|
-
ordering: 'unordered',
|
|
52
|
-
version: 'ics20-1',
|
|
53
|
-
tags: {
|
|
54
|
-
status: 'live',
|
|
55
|
-
preferred: true,
|
|
56
|
-
dex: 'osmosis'
|
|
57
|
-
}
|
|
58
|
-
}]
|
|
59
|
-
}];
|
|
60
|
-
exports.default = info;
|