@chain-registry/assets 1.64.73 → 1.64.75

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.
Files changed (41) hide show
  1. package/esm/mainnet/assets.js +2 -1
  2. package/esm/mainnet/axelar.js +626 -0
  3. package/esm/mainnet/canto.js +100 -0
  4. package/esm/mainnet/celestia.js +544 -0
  5. package/esm/mainnet/cosmoshub.js +544 -0
  6. package/esm/mainnet/dydx.js +544 -0
  7. package/esm/mainnet/index.js +1 -0
  8. package/esm/mainnet/injective.js +544 -0
  9. package/esm/mainnet/lorenzo.js +182 -0
  10. package/esm/mainnet/neutron.js +544 -0
  11. package/esm/mainnet/noble.js +626 -0
  12. package/esm/mainnet/osmosis.js +716 -0
  13. package/esm/mainnet/sommelier.js +84 -0
  14. package/esm/mainnet/stride.js +544 -0
  15. package/esm/mainnet/terra2.js +544 -0
  16. package/esm/testnet/archwaytestnet.js +68 -0
  17. package/esm/testnet/cosmoshubtestnet.js +68 -0
  18. package/esm/testnet/junotestnet.js +68 -0
  19. package/esm/testnet/symphonytestnet.js +138 -0
  20. package/mainnet/assets.js +2 -1
  21. package/mainnet/axelar.js +626 -0
  22. package/mainnet/canto.js +100 -0
  23. package/mainnet/celestia.js +544 -0
  24. package/mainnet/cosmoshub.js +544 -0
  25. package/mainnet/dydx.js +544 -0
  26. package/mainnet/index.d.ts +1 -0
  27. package/mainnet/index.js +3 -2
  28. package/mainnet/injective.js +544 -0
  29. package/mainnet/lorenzo.d.ts +3 -0
  30. package/mainnet/lorenzo.js +184 -0
  31. package/mainnet/neutron.js +544 -0
  32. package/mainnet/noble.js +626 -0
  33. package/mainnet/osmosis.js +716 -0
  34. package/mainnet/sommelier.js +84 -0
  35. package/mainnet/stride.js +544 -0
  36. package/mainnet/terra2.js +544 -0
  37. package/package.json +5 -5
  38. package/testnet/archwaytestnet.js +68 -0
  39. package/testnet/cosmoshubtestnet.js +68 -0
  40. package/testnet/junotestnet.js +68 -0
  41. package/testnet/symphonytestnet.js +138 -0
package/mainnet/axelar.js CHANGED
@@ -2063,6 +2063,47 @@ const assets = {
2063
2063
  }
2064
2064
  }]
2065
2065
  },
2066
+ {
2067
+ description: 'Ether is the native fee token of the Ethereum network.',
2068
+ denom_units: [
2069
+ {
2070
+ denom: 'ibc/318830EA97596F7F3C1D2CA30242164FB3015B76A6BB53187259EAA17578B855',
2071
+ exponent: 0,
2072
+ aliases: ['wei']
2073
+ },
2074
+ {
2075
+ denom: 'gwei',
2076
+ exponent: 9
2077
+ },
2078
+ {
2079
+ denom: 'eth',
2080
+ exponent: 18,
2081
+ aliases: ['ether']
2082
+ }
2083
+ ],
2084
+ base: 'ibc/318830EA97596F7F3C1D2CA30242164FB3015B76A6BB53187259EAA17578B855',
2085
+ name: 'Ether',
2086
+ display: 'eth',
2087
+ symbol: 'ETH',
2088
+ logo_URIs: {
2089
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
2090
+ },
2091
+ coingecko_id: 'ethereum',
2092
+ images: [{
2093
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
2094
+ }],
2095
+ traces: [{
2096
+ type: 'ibc',
2097
+ counterparty: {
2098
+ channel_id: 'channel-1',
2099
+ base_denom: 'wei',
2100
+ chain_name: 'nibiru'
2101
+ },
2102
+ chain: {
2103
+ channel_id: 'channel-139'
2104
+ }
2105
+ }]
2106
+ },
2066
2107
  {
2067
2108
  description: 'Staking and governance token for ODIN Protocol',
2068
2109
  denom_units: [{
@@ -3103,6 +3144,108 @@ const assets = {
3103
3144
  }
3104
3145
  }]
3105
3146
  },
3147
+ {
3148
+ description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
3149
+ denom_units: [{
3150
+ denom: 'ibc/C67E4607E1F96490F8BCC40579B15899BD9AFB652BF2E9C46F492522DDF691C0',
3151
+ exponent: 0,
3152
+ aliases: ['p:udatom:31Dec2024']
3153
+ }, {
3154
+ denom: 'pdATOM31Dec2024',
3155
+ exponent: 6
3156
+ }],
3157
+ base: 'ibc/C67E4607E1F96490F8BCC40579B15899BD9AFB652BF2E9C46F492522DDF691C0',
3158
+ name: 'pdAtom (31Dec2024)',
3159
+ display: 'pdATOM31Dec2024',
3160
+ symbol: 'pdATOM-31Dec2024',
3161
+ logo_URIs: {
3162
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
3163
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
3164
+ },
3165
+ images: [{
3166
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
3167
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
3168
+ }],
3169
+ traces: [{
3170
+ type: 'ibc',
3171
+ counterparty: {
3172
+ channel_id: 'channel-13',
3173
+ base_denom: 'p:udatom:31Dec2024',
3174
+ chain_name: 'pryzm'
3175
+ },
3176
+ chain: {
3177
+ channel_id: 'channel-155'
3178
+ }
3179
+ }]
3180
+ },
3181
+ {
3182
+ description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025',
3183
+ denom_units: [{
3184
+ denom: 'ibc/1C9E192A974B5E5CEF78CC63145BCEA1453646B0FCAEDCB4EC2822299046943C',
3185
+ exponent: 0,
3186
+ aliases: ['p:udatom:30Jun2025']
3187
+ }, {
3188
+ denom: 'pdATOM30Jun2025',
3189
+ exponent: 6
3190
+ }],
3191
+ base: 'ibc/1C9E192A974B5E5CEF78CC63145BCEA1453646B0FCAEDCB4EC2822299046943C',
3192
+ name: 'pdAtom (30Jun2025)',
3193
+ display: 'pdATOM30Jun2025',
3194
+ symbol: 'pdATOM-30Jun2025',
3195
+ logo_URIs: {
3196
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
3197
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
3198
+ },
3199
+ images: [{
3200
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
3201
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
3202
+ }],
3203
+ traces: [{
3204
+ type: 'ibc',
3205
+ counterparty: {
3206
+ channel_id: 'channel-13',
3207
+ base_denom: 'p:udatom:30Jun2025',
3208
+ chain_name: 'pryzm'
3209
+ },
3210
+ chain: {
3211
+ channel_id: 'channel-155'
3212
+ }
3213
+ }]
3214
+ },
3215
+ {
3216
+ description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2025',
3217
+ denom_units: [{
3218
+ denom: 'ibc/BE5FA1ECF44D3C74163A0D03A4A529FC73A35CFBC48FE705D7C89528935E41E4',
3219
+ exponent: 0,
3220
+ aliases: ['p:udatom:31Dec2025']
3221
+ }, {
3222
+ denom: 'pdATOM31Dec2025',
3223
+ exponent: 6
3224
+ }],
3225
+ base: 'ibc/BE5FA1ECF44D3C74163A0D03A4A529FC73A35CFBC48FE705D7C89528935E41E4',
3226
+ name: 'pdAtom (31Dec2025)',
3227
+ display: 'pdATOM31Dec2025',
3228
+ symbol: 'pdATOM-31Dec2025',
3229
+ logo_URIs: {
3230
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
3231
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
3232
+ },
3233
+ images: [{
3234
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
3235
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
3236
+ }],
3237
+ traces: [{
3238
+ type: 'ibc',
3239
+ counterparty: {
3240
+ channel_id: 'channel-13',
3241
+ base_denom: 'p:udatom:31Dec2025',
3242
+ chain_name: 'pryzm'
3243
+ },
3244
+ chain: {
3245
+ channel_id: 'channel-155'
3246
+ }
3247
+ }]
3248
+ },
3106
3249
  {
3107
3250
  description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
3108
3251
  denom_units: [{
@@ -3817,6 +3960,108 @@ const assets = {
3817
3960
  }
3818
3961
  }]
3819
3962
  },
3963
+ {
3964
+ description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
3965
+ denom_units: [{
3966
+ denom: 'ibc/CAB4387ACCE198B7EE77CA7624A32DF8412BE75AF053DB215A6AB7BF64BADBFD',
3967
+ exponent: 0,
3968
+ aliases: ['y:udatom:31Dec2024']
3969
+ }, {
3970
+ denom: 'ydATOM31Dec2024',
3971
+ exponent: 6
3972
+ }],
3973
+ base: 'ibc/CAB4387ACCE198B7EE77CA7624A32DF8412BE75AF053DB215A6AB7BF64BADBFD',
3974
+ name: 'ydAtom (31Dec2024)',
3975
+ display: 'ydATOM31Dec2024',
3976
+ symbol: 'ydATOM-31Dec2024',
3977
+ logo_URIs: {
3978
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3979
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3980
+ },
3981
+ images: [{
3982
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3983
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3984
+ }],
3985
+ traces: [{
3986
+ type: 'ibc',
3987
+ counterparty: {
3988
+ channel_id: 'channel-13',
3989
+ base_denom: 'y:udatom:31Dec2024',
3990
+ chain_name: 'pryzm'
3991
+ },
3992
+ chain: {
3993
+ channel_id: 'channel-155'
3994
+ }
3995
+ }]
3996
+ },
3997
+ {
3998
+ description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025',
3999
+ denom_units: [{
4000
+ denom: 'ibc/01C41E95F8B5DF0B3E3AFACF8D229C3957A437FDC38CBE7CB3ACED7029E3D7CC',
4001
+ exponent: 0,
4002
+ aliases: ['y:udatom:30Jun2025']
4003
+ }, {
4004
+ denom: 'ydATOM30Jun2025',
4005
+ exponent: 6
4006
+ }],
4007
+ base: 'ibc/01C41E95F8B5DF0B3E3AFACF8D229C3957A437FDC38CBE7CB3ACED7029E3D7CC',
4008
+ name: 'ydAtom (30Jun2025)',
4009
+ display: 'ydATOM30Jun2025',
4010
+ symbol: 'ydATOM-30Jun2025',
4011
+ logo_URIs: {
4012
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
4013
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
4014
+ },
4015
+ images: [{
4016
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
4017
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
4018
+ }],
4019
+ traces: [{
4020
+ type: 'ibc',
4021
+ counterparty: {
4022
+ channel_id: 'channel-13',
4023
+ base_denom: 'y:udatom:30Jun2025',
4024
+ chain_name: 'pryzm'
4025
+ },
4026
+ chain: {
4027
+ channel_id: 'channel-155'
4028
+ }
4029
+ }]
4030
+ },
4031
+ {
4032
+ description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2025',
4033
+ denom_units: [{
4034
+ denom: 'ibc/6CBE18DBC458EAE2A1911EB9FF54D0E3C3BDF9113F1BCBBB95108F8951153CFB',
4035
+ exponent: 0,
4036
+ aliases: ['y:udatom:31Dec2025']
4037
+ }, {
4038
+ denom: 'ydATOM31Dec2025',
4039
+ exponent: 6
4040
+ }],
4041
+ base: 'ibc/6CBE18DBC458EAE2A1911EB9FF54D0E3C3BDF9113F1BCBBB95108F8951153CFB',
4042
+ name: 'ydAtom (31Dec2025)',
4043
+ display: 'ydATOM31Dec2025',
4044
+ symbol: 'ydATOM-31Dec2025',
4045
+ logo_URIs: {
4046
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
4047
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
4048
+ },
4049
+ images: [{
4050
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
4051
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
4052
+ }],
4053
+ traces: [{
4054
+ type: 'ibc',
4055
+ counterparty: {
4056
+ channel_id: 'channel-13',
4057
+ base_denom: 'y:udatom:31Dec2025',
4058
+ chain_name: 'pryzm'
4059
+ },
4060
+ chain: {
4061
+ channel_id: 'channel-155'
4062
+ }
4063
+ }]
4064
+ },
3820
4065
  {
3821
4066
  description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
3822
4067
  denom_units: [{
@@ -4565,6 +4810,74 @@ const assets = {
4565
4810
  }
4566
4811
  }]
4567
4812
  },
4813
+ {
4814
+ description: 'Pryzm\'s LP token for dATOM Yield pool',
4815
+ denom_units: [{
4816
+ denom: 'ibc/1AB51B4CD388D678153A0C3022CC2690C317756F1D17386DB0E5524EA91FA9E8',
4817
+ exponent: 0,
4818
+ aliases: ['lp:22:udatom']
4819
+ }, {
4820
+ denom: 'lp:22:datom',
4821
+ exponent: 6
4822
+ }],
4823
+ base: 'ibc/1AB51B4CD388D678153A0C3022CC2690C317756F1D17386DB0E5524EA91FA9E8',
4824
+ name: 'dATOM Yield LP',
4825
+ display: 'lp:22:datom',
4826
+ symbol: 'dATOM-YIELD-LP',
4827
+ logo_URIs: {
4828
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4829
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4830
+ },
4831
+ images: [{
4832
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4833
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4834
+ }],
4835
+ traces: [{
4836
+ type: 'ibc',
4837
+ counterparty: {
4838
+ channel_id: 'channel-13',
4839
+ base_denom: 'lp:22:udatom',
4840
+ chain_name: 'pryzm'
4841
+ },
4842
+ chain: {
4843
+ channel_id: 'channel-155'
4844
+ }
4845
+ }]
4846
+ },
4847
+ {
4848
+ description: 'Pryzm\'s LP token for dATOM Boost pool',
4849
+ denom_units: [{
4850
+ denom: 'ibc/C10CDCEB069B22EA324241050141E75E340BC54D5EC5685C34C31AA53D8A0D32',
4851
+ exponent: 0,
4852
+ aliases: ['lp:23:udatomypt-uatom']
4853
+ }, {
4854
+ denom: 'lp:23:datomypt-atom',
4855
+ exponent: 6
4856
+ }],
4857
+ base: 'ibc/C10CDCEB069B22EA324241050141E75E340BC54D5EC5685C34C31AA53D8A0D32',
4858
+ name: 'dATOM Boost LP',
4859
+ display: 'lp:23:datomypt-atom',
4860
+ symbol: 'dATOM-BOOST-LP',
4861
+ logo_URIs: {
4862
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4863
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4864
+ },
4865
+ images: [{
4866
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4867
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4868
+ }],
4869
+ traces: [{
4870
+ type: 'ibc',
4871
+ counterparty: {
4872
+ channel_id: 'channel-13',
4873
+ base_denom: 'lp:23:udatomypt-uatom',
4874
+ chain_name: 'pryzm'
4875
+ },
4876
+ chain: {
4877
+ channel_id: 'channel-155'
4878
+ }
4879
+ }]
4880
+ },
4568
4881
  {
4569
4882
  description: 'Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.',
4570
4883
  denom_units: [{
@@ -6514,6 +6827,47 @@ const assets = {
6514
6827
  }
6515
6828
  }]
6516
6829
  },
6830
+ {
6831
+ description: 'Ether is the native fee token of the Ethereum network.',
6832
+ denom_units: [
6833
+ {
6834
+ denom: 'ibc/318830EA97596F7F3C1D2CA30242164FB3015B76A6BB53187259EAA17578B855',
6835
+ exponent: 0,
6836
+ aliases: ['wei']
6837
+ },
6838
+ {
6839
+ denom: 'gwei',
6840
+ exponent: 9
6841
+ },
6842
+ {
6843
+ denom: 'eth',
6844
+ exponent: 18,
6845
+ aliases: ['ether']
6846
+ }
6847
+ ],
6848
+ base: 'ibc/318830EA97596F7F3C1D2CA30242164FB3015B76A6BB53187259EAA17578B855',
6849
+ name: 'Ether',
6850
+ display: 'eth',
6851
+ symbol: 'ETH',
6852
+ logo_URIs: {
6853
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
6854
+ },
6855
+ coingecko_id: 'ethereum',
6856
+ images: [{
6857
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
6858
+ }],
6859
+ traces: [{
6860
+ type: 'ibc',
6861
+ counterparty: {
6862
+ channel_id: 'channel-1',
6863
+ base_denom: 'wei',
6864
+ chain_name: 'nibiru'
6865
+ },
6866
+ chain: {
6867
+ channel_id: 'channel-139'
6868
+ }
6869
+ }]
6870
+ },
6517
6871
  {
6518
6872
  description: 'Staking and governance token for ODIN Protocol',
6519
6873
  denom_units: [{
@@ -7554,6 +7908,108 @@ const assets = {
7554
7908
  }
7555
7909
  }]
7556
7910
  },
7911
+ {
7912
+ description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2024',
7913
+ denom_units: [{
7914
+ denom: 'ibc/C67E4607E1F96490F8BCC40579B15899BD9AFB652BF2E9C46F492522DDF691C0',
7915
+ exponent: 0,
7916
+ aliases: ['p:udatom:31Dec2024']
7917
+ }, {
7918
+ denom: 'pdATOM31Dec2024',
7919
+ exponent: 6
7920
+ }],
7921
+ base: 'ibc/C67E4607E1F96490F8BCC40579B15899BD9AFB652BF2E9C46F492522DDF691C0',
7922
+ name: 'pdAtom (31Dec2024)',
7923
+ display: 'pdATOM31Dec2024',
7924
+ symbol: 'pdATOM-31Dec2024',
7925
+ logo_URIs: {
7926
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
7927
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
7928
+ },
7929
+ images: [{
7930
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
7931
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
7932
+ }],
7933
+ traces: [{
7934
+ type: 'ibc',
7935
+ counterparty: {
7936
+ channel_id: 'channel-13',
7937
+ base_denom: 'p:udatom:31Dec2024',
7938
+ chain_name: 'pryzm'
7939
+ },
7940
+ chain: {
7941
+ channel_id: 'channel-155'
7942
+ }
7943
+ }]
7944
+ },
7945
+ {
7946
+ description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025',
7947
+ denom_units: [{
7948
+ denom: 'ibc/1C9E192A974B5E5CEF78CC63145BCEA1453646B0FCAEDCB4EC2822299046943C',
7949
+ exponent: 0,
7950
+ aliases: ['p:udatom:30Jun2025']
7951
+ }, {
7952
+ denom: 'pdATOM30Jun2025',
7953
+ exponent: 6
7954
+ }],
7955
+ base: 'ibc/1C9E192A974B5E5CEF78CC63145BCEA1453646B0FCAEDCB4EC2822299046943C',
7956
+ name: 'pdAtom (30Jun2025)',
7957
+ display: 'pdATOM30Jun2025',
7958
+ symbol: 'pdATOM-30Jun2025',
7959
+ logo_URIs: {
7960
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
7961
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
7962
+ },
7963
+ images: [{
7964
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
7965
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
7966
+ }],
7967
+ traces: [{
7968
+ type: 'ibc',
7969
+ counterparty: {
7970
+ channel_id: 'channel-13',
7971
+ base_denom: 'p:udatom:30Jun2025',
7972
+ chain_name: 'pryzm'
7973
+ },
7974
+ chain: {
7975
+ channel_id: 'channel-155'
7976
+ }
7977
+ }]
7978
+ },
7979
+ {
7980
+ description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Dec2025',
7981
+ denom_units: [{
7982
+ denom: 'ibc/BE5FA1ECF44D3C74163A0D03A4A529FC73A35CFBC48FE705D7C89528935E41E4',
7983
+ exponent: 0,
7984
+ aliases: ['p:udatom:31Dec2025']
7985
+ }, {
7986
+ denom: 'pdATOM31Dec2025',
7987
+ exponent: 6
7988
+ }],
7989
+ base: 'ibc/BE5FA1ECF44D3C74163A0D03A4A529FC73A35CFBC48FE705D7C89528935E41E4',
7990
+ name: 'pdAtom (31Dec2025)',
7991
+ display: 'pdATOM31Dec2025',
7992
+ symbol: 'pdATOM-31Dec2025',
7993
+ logo_URIs: {
7994
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
7995
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
7996
+ },
7997
+ images: [{
7998
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
7999
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
8000
+ }],
8001
+ traces: [{
8002
+ type: 'ibc',
8003
+ counterparty: {
8004
+ channel_id: 'channel-13',
8005
+ base_denom: 'p:udatom:31Dec2025',
8006
+ chain_name: 'pryzm'
8007
+ },
8008
+ chain: {
8009
+ channel_id: 'channel-155'
8010
+ }
8011
+ }]
8012
+ },
7557
8013
  {
7558
8014
  description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
7559
8015
  denom_units: [{
@@ -8268,6 +8724,108 @@ const assets = {
8268
8724
  }
8269
8725
  }]
8270
8726
  },
8727
+ {
8728
+ description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2024',
8729
+ denom_units: [{
8730
+ denom: 'ibc/CAB4387ACCE198B7EE77CA7624A32DF8412BE75AF053DB215A6AB7BF64BADBFD',
8731
+ exponent: 0,
8732
+ aliases: ['y:udatom:31Dec2024']
8733
+ }, {
8734
+ denom: 'ydATOM31Dec2024',
8735
+ exponent: 6
8736
+ }],
8737
+ base: 'ibc/CAB4387ACCE198B7EE77CA7624A32DF8412BE75AF053DB215A6AB7BF64BADBFD',
8738
+ name: 'ydAtom (31Dec2024)',
8739
+ display: 'ydATOM31Dec2024',
8740
+ symbol: 'ydATOM-31Dec2024',
8741
+ logo_URIs: {
8742
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
8743
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
8744
+ },
8745
+ images: [{
8746
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
8747
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
8748
+ }],
8749
+ traces: [{
8750
+ type: 'ibc',
8751
+ counterparty: {
8752
+ channel_id: 'channel-13',
8753
+ base_denom: 'y:udatom:31Dec2024',
8754
+ chain_name: 'pryzm'
8755
+ },
8756
+ chain: {
8757
+ channel_id: 'channel-155'
8758
+ }
8759
+ }]
8760
+ },
8761
+ {
8762
+ description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025',
8763
+ denom_units: [{
8764
+ denom: 'ibc/01C41E95F8B5DF0B3E3AFACF8D229C3957A437FDC38CBE7CB3ACED7029E3D7CC',
8765
+ exponent: 0,
8766
+ aliases: ['y:udatom:30Jun2025']
8767
+ }, {
8768
+ denom: 'ydATOM30Jun2025',
8769
+ exponent: 6
8770
+ }],
8771
+ base: 'ibc/01C41E95F8B5DF0B3E3AFACF8D229C3957A437FDC38CBE7CB3ACED7029E3D7CC',
8772
+ name: 'ydAtom (30Jun2025)',
8773
+ display: 'ydATOM30Jun2025',
8774
+ symbol: 'ydATOM-30Jun2025',
8775
+ logo_URIs: {
8776
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
8777
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
8778
+ },
8779
+ images: [{
8780
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
8781
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
8782
+ }],
8783
+ traces: [{
8784
+ type: 'ibc',
8785
+ counterparty: {
8786
+ channel_id: 'channel-13',
8787
+ base_denom: 'y:udatom:30Jun2025',
8788
+ chain_name: 'pryzm'
8789
+ },
8790
+ chain: {
8791
+ channel_id: 'channel-155'
8792
+ }
8793
+ }]
8794
+ },
8795
+ {
8796
+ description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Dec2025',
8797
+ denom_units: [{
8798
+ denom: 'ibc/6CBE18DBC458EAE2A1911EB9FF54D0E3C3BDF9113F1BCBBB95108F8951153CFB',
8799
+ exponent: 0,
8800
+ aliases: ['y:udatom:31Dec2025']
8801
+ }, {
8802
+ denom: 'ydATOM31Dec2025',
8803
+ exponent: 6
8804
+ }],
8805
+ base: 'ibc/6CBE18DBC458EAE2A1911EB9FF54D0E3C3BDF9113F1BCBBB95108F8951153CFB',
8806
+ name: 'ydAtom (31Dec2025)',
8807
+ display: 'ydATOM31Dec2025',
8808
+ symbol: 'ydATOM-31Dec2025',
8809
+ logo_URIs: {
8810
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
8811
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
8812
+ },
8813
+ images: [{
8814
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
8815
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
8816
+ }],
8817
+ traces: [{
8818
+ type: 'ibc',
8819
+ counterparty: {
8820
+ channel_id: 'channel-13',
8821
+ base_denom: 'y:udatom:31Dec2025',
8822
+ chain_name: 'pryzm'
8823
+ },
8824
+ chain: {
8825
+ channel_id: 'channel-155'
8826
+ }
8827
+ }]
8828
+ },
8271
8829
  {
8272
8830
  description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
8273
8831
  denom_units: [{
@@ -9016,6 +9574,74 @@ const assets = {
9016
9574
  }
9017
9575
  }]
9018
9576
  },
9577
+ {
9578
+ description: 'Pryzm\'s LP token for dATOM Yield pool',
9579
+ denom_units: [{
9580
+ denom: 'ibc/1AB51B4CD388D678153A0C3022CC2690C317756F1D17386DB0E5524EA91FA9E8',
9581
+ exponent: 0,
9582
+ aliases: ['lp:22:udatom']
9583
+ }, {
9584
+ denom: 'lp:22:datom',
9585
+ exponent: 6
9586
+ }],
9587
+ base: 'ibc/1AB51B4CD388D678153A0C3022CC2690C317756F1D17386DB0E5524EA91FA9E8',
9588
+ name: 'dATOM Yield LP',
9589
+ display: 'lp:22:datom',
9590
+ symbol: 'dATOM-YIELD-LP',
9591
+ logo_URIs: {
9592
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9593
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9594
+ },
9595
+ images: [{
9596
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9597
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9598
+ }],
9599
+ traces: [{
9600
+ type: 'ibc',
9601
+ counterparty: {
9602
+ channel_id: 'channel-13',
9603
+ base_denom: 'lp:22:udatom',
9604
+ chain_name: 'pryzm'
9605
+ },
9606
+ chain: {
9607
+ channel_id: 'channel-155'
9608
+ }
9609
+ }]
9610
+ },
9611
+ {
9612
+ description: 'Pryzm\'s LP token for dATOM Boost pool',
9613
+ denom_units: [{
9614
+ denom: 'ibc/C10CDCEB069B22EA324241050141E75E340BC54D5EC5685C34C31AA53D8A0D32',
9615
+ exponent: 0,
9616
+ aliases: ['lp:23:udatomypt-uatom']
9617
+ }, {
9618
+ denom: 'lp:23:datomypt-atom',
9619
+ exponent: 6
9620
+ }],
9621
+ base: 'ibc/C10CDCEB069B22EA324241050141E75E340BC54D5EC5685C34C31AA53D8A0D32',
9622
+ name: 'dATOM Boost LP',
9623
+ display: 'lp:23:datomypt-atom',
9624
+ symbol: 'dATOM-BOOST-LP',
9625
+ logo_URIs: {
9626
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9627
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9628
+ },
9629
+ images: [{
9630
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9631
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9632
+ }],
9633
+ traces: [{
9634
+ type: 'ibc',
9635
+ counterparty: {
9636
+ channel_id: 'channel-13',
9637
+ base_denom: 'lp:23:udatomypt-uatom',
9638
+ chain_name: 'pryzm'
9639
+ },
9640
+ chain: {
9641
+ channel_id: 'channel-155'
9642
+ }
9643
+ }]
9644
+ },
9019
9645
  {
9020
9646
  description: 'Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.',
9021
9647
  denom_units: [{