@chain-registry/assets 1.70.134 → 1.70.136
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/beezee.js +2 -0
- package/esm/mainnet/kopi.js +24 -24
- package/esm/mainnet/noble.js +48 -48
- package/esm/mainnet/osmosis.js +2 -0
- package/esm/testnet/assets.js +3 -1
- package/esm/testnet/cosmosicsprovidertestnet.js +141 -0
- package/esm/testnet/index.js +2 -0
- package/esm/testnet/mantrachaintestnet2.js +254 -0
- package/esm/testnet/nobletestnet.js +138 -0
- package/esm/testnet/osmosistestnet.js +138 -0
- package/index.d.ts +1 -1
- package/mainnet/beezee.js +2 -0
- package/mainnet/kopi.js +24 -24
- package/mainnet/noble.js +48 -48
- package/mainnet/osmosis.js +2 -0
- package/package.json +5 -5
- package/testnet/assets.js +3 -1
- package/testnet/cosmosicsprovidertestnet.d.ts +3 -0
- package/testnet/cosmosicsprovidertestnet.js +143 -0
- package/testnet/index.d.ts +2 -0
- package/testnet/index.js +3 -1
- package/testnet/mantrachaintestnet2.d.ts +3 -0
- package/testnet/mantrachaintestnet2.js +256 -0
- package/testnet/nobletestnet.js +138 -0
- package/testnet/osmosistestnet.js +138 -0
|
@@ -378,6 +378,75 @@ const assets = {
|
|
|
378
378
|
}
|
|
379
379
|
}]
|
|
380
380
|
},
|
|
381
|
+
{
|
|
382
|
+
description: 'The native token of MANTRA',
|
|
383
|
+
denom_units: [{
|
|
384
|
+
denom: 'ibc/9FFAF10A8821A69C52CF66910A8F75BBC9454FB282167FA7F015BE2753B474C8',
|
|
385
|
+
exponent: 0,
|
|
386
|
+
aliases: ['uom']
|
|
387
|
+
}, {
|
|
388
|
+
denom: 'om',
|
|
389
|
+
exponent: 6
|
|
390
|
+
}],
|
|
391
|
+
type_asset: 'sdk.coin',
|
|
392
|
+
base: 'ibc/9FFAF10A8821A69C52CF66910A8F75BBC9454FB282167FA7F015BE2753B474C8',
|
|
393
|
+
name: 'MANTRA Chain Dukong',
|
|
394
|
+
display: 'om',
|
|
395
|
+
symbol: 'OM',
|
|
396
|
+
keywords: [
|
|
397
|
+
'rwa',
|
|
398
|
+
'wasm',
|
|
399
|
+
'staking',
|
|
400
|
+
'testnet'
|
|
401
|
+
],
|
|
402
|
+
logo_URIs: {
|
|
403
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
404
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg'
|
|
405
|
+
},
|
|
406
|
+
images: [
|
|
407
|
+
{
|
|
408
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
409
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
410
|
+
theme: {
|
|
411
|
+
circle: true,
|
|
412
|
+
primary_color_hex: '#fba0c1'
|
|
413
|
+
}
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
|
|
417
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
|
|
418
|
+
theme: {
|
|
419
|
+
dark_mode: true,
|
|
420
|
+
circle: true,
|
|
421
|
+
primary_color_hex: '#342c2c'
|
|
422
|
+
}
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
|
|
426
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
|
|
427
|
+
theme: {
|
|
428
|
+
dark_mode: false,
|
|
429
|
+
circle: true,
|
|
430
|
+
primary_color_hex: '#342c2c'
|
|
431
|
+
}
|
|
432
|
+
}
|
|
433
|
+
],
|
|
434
|
+
socials: {
|
|
435
|
+
website: 'https://www.mantrachain.io/',
|
|
436
|
+
twitter: 'https://x.com/MANTRA_Chain'
|
|
437
|
+
},
|
|
438
|
+
traces: [{
|
|
439
|
+
type: 'ibc',
|
|
440
|
+
counterparty: {
|
|
441
|
+
channel_id: 'channel-0',
|
|
442
|
+
base_denom: 'uom',
|
|
443
|
+
chain_name: 'mantrachaintestnet2'
|
|
444
|
+
},
|
|
445
|
+
chain: {
|
|
446
|
+
channel_id: 'channel-9126'
|
|
447
|
+
}
|
|
448
|
+
}]
|
|
449
|
+
},
|
|
381
450
|
{
|
|
382
451
|
description: 'The native token of Mars Protocol',
|
|
383
452
|
denom_units: [{
|
|
@@ -949,6 +1018,75 @@ const assets = {
|
|
|
949
1018
|
}
|
|
950
1019
|
}]
|
|
951
1020
|
},
|
|
1021
|
+
{
|
|
1022
|
+
description: 'The native token of MANTRA',
|
|
1023
|
+
denom_units: [{
|
|
1024
|
+
denom: 'ibc/9FFAF10A8821A69C52CF66910A8F75BBC9454FB282167FA7F015BE2753B474C8',
|
|
1025
|
+
exponent: 0,
|
|
1026
|
+
aliases: ['uom']
|
|
1027
|
+
}, {
|
|
1028
|
+
denom: 'om',
|
|
1029
|
+
exponent: 6
|
|
1030
|
+
}],
|
|
1031
|
+
type_asset: 'sdk.coin',
|
|
1032
|
+
base: 'ibc/9FFAF10A8821A69C52CF66910A8F75BBC9454FB282167FA7F015BE2753B474C8',
|
|
1033
|
+
name: 'MANTRA Chain Dukong',
|
|
1034
|
+
display: 'om',
|
|
1035
|
+
symbol: 'OM',
|
|
1036
|
+
keywords: [
|
|
1037
|
+
'rwa',
|
|
1038
|
+
'wasm',
|
|
1039
|
+
'staking',
|
|
1040
|
+
'testnet'
|
|
1041
|
+
],
|
|
1042
|
+
logo_URIs: {
|
|
1043
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
1044
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg'
|
|
1045
|
+
},
|
|
1046
|
+
images: [
|
|
1047
|
+
{
|
|
1048
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
|
|
1049
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
|
|
1050
|
+
theme: {
|
|
1051
|
+
circle: true,
|
|
1052
|
+
primary_color_hex: '#fba0c1'
|
|
1053
|
+
}
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.png',
|
|
1057
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Darkmatt.svg',
|
|
1058
|
+
theme: {
|
|
1059
|
+
dark_mode: true,
|
|
1060
|
+
circle: true,
|
|
1061
|
+
primary_color_hex: '#342c2c'
|
|
1062
|
+
}
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.png',
|
|
1066
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-WHT.svg',
|
|
1067
|
+
theme: {
|
|
1068
|
+
dark_mode: false,
|
|
1069
|
+
circle: true,
|
|
1070
|
+
primary_color_hex: '#342c2c'
|
|
1071
|
+
}
|
|
1072
|
+
}
|
|
1073
|
+
],
|
|
1074
|
+
socials: {
|
|
1075
|
+
website: 'https://www.mantrachain.io/',
|
|
1076
|
+
twitter: 'https://x.com/MANTRA_Chain'
|
|
1077
|
+
},
|
|
1078
|
+
traces: [{
|
|
1079
|
+
type: 'ibc',
|
|
1080
|
+
counterparty: {
|
|
1081
|
+
channel_id: 'channel-0',
|
|
1082
|
+
base_denom: 'uom',
|
|
1083
|
+
chain_name: 'mantrachaintestnet2'
|
|
1084
|
+
},
|
|
1085
|
+
chain: {
|
|
1086
|
+
channel_id: 'channel-9126'
|
|
1087
|
+
}
|
|
1088
|
+
}]
|
|
1089
|
+
},
|
|
952
1090
|
{
|
|
953
1091
|
description: 'The native token of Mars Protocol',
|
|
954
1092
|
denom_units: [{
|
package/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export * from './devnet';
|
|
|
4
4
|
export * from './noncosmos';
|
|
5
5
|
import asset_lists from './asset_lists';
|
|
6
6
|
declare const _default: {
|
|
7
|
-
asset_lists: AssetList[];
|
|
7
|
+
asset_lists: import("@chain-registry/types").AssetList[];
|
|
8
8
|
};
|
|
9
9
|
export default _default;
|
|
10
10
|
export { asset_lists };
|
package/mainnet/beezee.js
CHANGED
|
@@ -114,6 +114,7 @@ const assets = {
|
|
|
114
114
|
website: 'https://atom.one',
|
|
115
115
|
twitter: 'https://x.com/_atomone'
|
|
116
116
|
},
|
|
117
|
+
coingecko_id: 'atomone',
|
|
117
118
|
traces: [{
|
|
118
119
|
type: 'ibc',
|
|
119
120
|
counterparty: {
|
|
@@ -237,6 +238,7 @@ const assets = {
|
|
|
237
238
|
website: 'https://atom.one',
|
|
238
239
|
twitter: 'https://x.com/_atomone'
|
|
239
240
|
},
|
|
241
|
+
coingecko_id: 'atomone',
|
|
240
242
|
traces: [{
|
|
241
243
|
type: 'ibc',
|
|
242
244
|
counterparty: {
|
package/mainnet/kopi.js
CHANGED
|
@@ -652,7 +652,7 @@ const assets = {
|
|
|
652
652
|
{
|
|
653
653
|
description: 'The permissioned staking asset for Noble Chain',
|
|
654
654
|
denom_units: [{
|
|
655
|
-
denom: 'ibc/
|
|
655
|
+
denom: 'ibc/64332FEC2E9CD57D3289247C3AE47D5CB0F517A8247963F5025F31F32E3AA501',
|
|
656
656
|
exponent: 0,
|
|
657
657
|
aliases: ['ustake']
|
|
658
658
|
}, {
|
|
@@ -660,7 +660,7 @@ const assets = {
|
|
|
660
660
|
exponent: 6
|
|
661
661
|
}],
|
|
662
662
|
type_asset: 'sdk.coin',
|
|
663
|
-
base: 'ibc/
|
|
663
|
+
base: 'ibc/64332FEC2E9CD57D3289247C3AE47D5CB0F517A8247963F5025F31F32E3AA501',
|
|
664
664
|
name: 'Stake',
|
|
665
665
|
display: 'stake',
|
|
666
666
|
symbol: 'STAKE',
|
|
@@ -678,19 +678,19 @@ const assets = {
|
|
|
678
678
|
traces: [{
|
|
679
679
|
type: 'ibc',
|
|
680
680
|
counterparty: {
|
|
681
|
-
channel_id: 'channel-
|
|
681
|
+
channel_id: 'channel-122',
|
|
682
682
|
base_denom: 'ustake',
|
|
683
683
|
chain_name: 'noble'
|
|
684
684
|
},
|
|
685
685
|
chain: {
|
|
686
|
-
channel_id: 'channel-
|
|
686
|
+
channel_id: 'channel-9'
|
|
687
687
|
}
|
|
688
688
|
}]
|
|
689
689
|
},
|
|
690
690
|
{
|
|
691
691
|
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
692
692
|
denom_units: [{
|
|
693
|
-
denom: 'ibc/
|
|
693
|
+
denom: 'ibc/1B6E81A75E2EFE2D93DC37781644ADBE08B01D1383E9474392516469DDD49F5D',
|
|
694
694
|
exponent: 0,
|
|
695
695
|
aliases: ['ufrienzies']
|
|
696
696
|
}, {
|
|
@@ -698,7 +698,7 @@ const assets = {
|
|
|
698
698
|
exponent: 6
|
|
699
699
|
}],
|
|
700
700
|
type_asset: 'sdk.coin',
|
|
701
|
-
base: 'ibc/
|
|
701
|
+
base: 'ibc/1B6E81A75E2EFE2D93DC37781644ADBE08B01D1383E9474392516469DDD49F5D',
|
|
702
702
|
display: 'frienzies',
|
|
703
703
|
name: 'Frienzies',
|
|
704
704
|
symbol: 'FRNZ',
|
|
@@ -716,26 +716,26 @@ const assets = {
|
|
|
716
716
|
traces: [{
|
|
717
717
|
type: 'ibc',
|
|
718
718
|
counterparty: {
|
|
719
|
-
channel_id: 'channel-
|
|
719
|
+
channel_id: 'channel-122',
|
|
720
720
|
base_denom: 'ufrienzies',
|
|
721
721
|
chain_name: 'noble'
|
|
722
722
|
},
|
|
723
723
|
chain: {
|
|
724
|
-
channel_id: 'channel-
|
|
724
|
+
channel_id: 'channel-9'
|
|
725
725
|
}
|
|
726
726
|
}]
|
|
727
727
|
},
|
|
728
728
|
{
|
|
729
729
|
description: 'Ondo US Dollar Yield',
|
|
730
730
|
denom_units: [{
|
|
731
|
-
denom: 'ibc/
|
|
731
|
+
denom: 'ibc/99A9155EE18328A8114851A52C4E62C12A5177B79B81D6160BB051F8CB5F99FF',
|
|
732
732
|
exponent: 0,
|
|
733
733
|
aliases: ['ausdy']
|
|
734
734
|
}, {
|
|
735
735
|
denom: 'usdy',
|
|
736
736
|
exponent: 18
|
|
737
737
|
}],
|
|
738
|
-
base: 'ibc/
|
|
738
|
+
base: 'ibc/99A9155EE18328A8114851A52C4E62C12A5177B79B81D6160BB051F8CB5F99FF',
|
|
739
739
|
display: 'usdy',
|
|
740
740
|
name: 'Ondo US Dollar Yield',
|
|
741
741
|
symbol: 'USDY',
|
|
@@ -759,12 +759,12 @@ const assets = {
|
|
|
759
759
|
traces: [{
|
|
760
760
|
type: 'ibc',
|
|
761
761
|
counterparty: {
|
|
762
|
-
channel_id: 'channel-
|
|
762
|
+
channel_id: 'channel-122',
|
|
763
763
|
base_denom: 'ausdy',
|
|
764
764
|
chain_name: 'noble'
|
|
765
765
|
},
|
|
766
766
|
chain: {
|
|
767
|
-
channel_id: 'channel-
|
|
767
|
+
channel_id: 'channel-9'
|
|
768
768
|
}
|
|
769
769
|
}]
|
|
770
770
|
},
|
|
@@ -902,7 +902,7 @@ const assets = {
|
|
|
902
902
|
{
|
|
903
903
|
description: 'The permissioned staking asset for Noble Chain',
|
|
904
904
|
denom_units: [{
|
|
905
|
-
denom: 'ibc/
|
|
905
|
+
denom: 'ibc/64332FEC2E9CD57D3289247C3AE47D5CB0F517A8247963F5025F31F32E3AA501',
|
|
906
906
|
exponent: 0,
|
|
907
907
|
aliases: ['ustake']
|
|
908
908
|
}, {
|
|
@@ -910,7 +910,7 @@ const assets = {
|
|
|
910
910
|
exponent: 6
|
|
911
911
|
}],
|
|
912
912
|
type_asset: 'sdk.coin',
|
|
913
|
-
base: 'ibc/
|
|
913
|
+
base: 'ibc/64332FEC2E9CD57D3289247C3AE47D5CB0F517A8247963F5025F31F32E3AA501',
|
|
914
914
|
name: 'Stake',
|
|
915
915
|
display: 'stake',
|
|
916
916
|
symbol: 'STAKE',
|
|
@@ -928,19 +928,19 @@ const assets = {
|
|
|
928
928
|
traces: [{
|
|
929
929
|
type: 'ibc',
|
|
930
930
|
counterparty: {
|
|
931
|
-
channel_id: 'channel-
|
|
931
|
+
channel_id: 'channel-122',
|
|
932
932
|
base_denom: 'ustake',
|
|
933
933
|
chain_name: 'noble'
|
|
934
934
|
},
|
|
935
935
|
chain: {
|
|
936
|
-
channel_id: 'channel-
|
|
936
|
+
channel_id: 'channel-9'
|
|
937
937
|
}
|
|
938
938
|
}]
|
|
939
939
|
},
|
|
940
940
|
{
|
|
941
941
|
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
942
942
|
denom_units: [{
|
|
943
|
-
denom: 'ibc/
|
|
943
|
+
denom: 'ibc/1B6E81A75E2EFE2D93DC37781644ADBE08B01D1383E9474392516469DDD49F5D',
|
|
944
944
|
exponent: 0,
|
|
945
945
|
aliases: ['ufrienzies']
|
|
946
946
|
}, {
|
|
@@ -948,7 +948,7 @@ const assets = {
|
|
|
948
948
|
exponent: 6
|
|
949
949
|
}],
|
|
950
950
|
type_asset: 'sdk.coin',
|
|
951
|
-
base: 'ibc/
|
|
951
|
+
base: 'ibc/1B6E81A75E2EFE2D93DC37781644ADBE08B01D1383E9474392516469DDD49F5D',
|
|
952
952
|
display: 'frienzies',
|
|
953
953
|
name: 'Frienzies',
|
|
954
954
|
symbol: 'FRNZ',
|
|
@@ -966,26 +966,26 @@ const assets = {
|
|
|
966
966
|
traces: [{
|
|
967
967
|
type: 'ibc',
|
|
968
968
|
counterparty: {
|
|
969
|
-
channel_id: 'channel-
|
|
969
|
+
channel_id: 'channel-122',
|
|
970
970
|
base_denom: 'ufrienzies',
|
|
971
971
|
chain_name: 'noble'
|
|
972
972
|
},
|
|
973
973
|
chain: {
|
|
974
|
-
channel_id: 'channel-
|
|
974
|
+
channel_id: 'channel-9'
|
|
975
975
|
}
|
|
976
976
|
}]
|
|
977
977
|
},
|
|
978
978
|
{
|
|
979
979
|
description: 'Ondo US Dollar Yield',
|
|
980
980
|
denom_units: [{
|
|
981
|
-
denom: 'ibc/
|
|
981
|
+
denom: 'ibc/99A9155EE18328A8114851A52C4E62C12A5177B79B81D6160BB051F8CB5F99FF',
|
|
982
982
|
exponent: 0,
|
|
983
983
|
aliases: ['ausdy']
|
|
984
984
|
}, {
|
|
985
985
|
denom: 'usdy',
|
|
986
986
|
exponent: 18
|
|
987
987
|
}],
|
|
988
|
-
base: 'ibc/
|
|
988
|
+
base: 'ibc/99A9155EE18328A8114851A52C4E62C12A5177B79B81D6160BB051F8CB5F99FF',
|
|
989
989
|
display: 'usdy',
|
|
990
990
|
name: 'Ondo US Dollar Yield',
|
|
991
991
|
symbol: 'USDY',
|
|
@@ -1009,12 +1009,12 @@ const assets = {
|
|
|
1009
1009
|
traces: [{
|
|
1010
1010
|
type: 'ibc',
|
|
1011
1011
|
counterparty: {
|
|
1012
|
-
channel_id: 'channel-
|
|
1012
|
+
channel_id: 'channel-122',
|
|
1013
1013
|
base_denom: 'ausdy',
|
|
1014
1014
|
chain_name: 'noble'
|
|
1015
1015
|
},
|
|
1016
1016
|
chain: {
|
|
1017
|
-
channel_id: 'channel-
|
|
1017
|
+
channel_id: 'channel-9'
|
|
1018
1018
|
}
|
|
1019
1019
|
}]
|
|
1020
1020
|
},
|