chain-registry 1.69.138 → 1.69.139

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.
@@ -46,40 +46,25 @@ const info = {
46
46
  rpc: [{
47
47
  address: 'https://asc-dataseed.arkhadian.com/',
48
48
  provider: 'arkhnetwork'
49
- }, {
50
- address: 'https://arkh_mainnet_rpc.chain.whenmoonwhenlambo.money',
51
- provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
52
49
  }],
53
50
  rest: [{
54
51
  address: 'https://asc-blockchain-api.arkhadian.com/',
55
52
  provider: 'arkhnetwork'
56
- }, {
57
- address: 'https://arkh_mainnet_api.chain.whenmoonwhenlambo.money',
58
- provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
59
53
  }],
60
54
  grpc: [{
61
55
  address: 'https://grpc.arkh.nodexcapital.com:443',
62
56
  provider: 'NodeX Validator'
63
57
  }]
64
58
  },
65
- explorers: [
66
- {
59
+ explorers: [{
67
60
  kind: 'Kynraze Explorer',
68
61
  url: 'https://explorer.kynraze.com/arkhadian',
69
62
  tx_page: 'https://explorer.kynraze.com/arkhadian/tx/${txHash}'
70
- },
71
- {
63
+ }, {
72
64
  kind: 'NODEXPLORER',
73
65
  url: 'https://explorer.nodexcapital.com/arkhadian',
74
66
  tx_page: 'https://explorer.nodexcapital.com/arkhadian/tx/${txHash}'
75
- },
76
- {
77
- kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
78
- url: 'https://explorer.whenmoonwhenlambo.money/arkhadian',
79
- tx_page: 'https://explorer.whenmoonwhenlambo.money/arkhadian/tx/${txHash}',
80
- account_page: 'https://explorer.whenmoonwhenlambo.money/arkhadian/account/${accountAddress}'
81
- }
82
- ],
67
+ }],
83
68
  images: [{
84
69
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png',
85
70
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg',
@@ -17,7 +17,7 @@ const info = {
17
17
  fee_tokens: [{
18
18
  denom: 'apundiai',
19
19
  fixed_min_gas_price: 5100000000,
20
- low_gas_price: 5000000000,
20
+ low_gas_price: 5100000000,
21
21
  average_gas_price: 5100000000,
22
22
  high_gas_price: 5200000000
23
23
  }]
@@ -672,6 +672,11 @@ const info = {
672
672
  name: 'SAM',
673
673
  display: 'sam',
674
674
  symbol: 'SAM',
675
+ coingecko_id: 'sam-2',
676
+ socials: {
677
+ website: 'https://www.lastsamorais.com/',
678
+ twitter: 'https://x.com/sam_thecoin'
679
+ },
675
680
  images: [{
676
681
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/sam.png',
677
682
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/sam.svg'
@@ -23431,10 +23431,15 @@ const info = {
23431
23431
  provider: 'Osmosis'
23432
23432
  }],
23433
23433
  logo_URIs: {
23434
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
23435
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
23434
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dydx.dydx.svg',
23435
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dydx.dydx.png'
23436
23436
  },
23437
- images: [{
23437
+ images: [
23438
+ {
23439
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dydx.dydx.svg',
23440
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dydx.dydx.png'
23441
+ },
23442
+ {
23438
23443
  image_sync: {
23439
23444
  chain_name: 'dydx',
23440
23445
  base_denom: 'adydx'
@@ -23444,12 +23449,14 @@ const info = {
23444
23449
  theme: {
23445
23450
  primary_color_hex: '#21212f'
23446
23451
  }
23447
- }, {
23452
+ },
23453
+ {
23448
23454
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx-circle.svg',
23449
23455
  theme: {
23450
23456
  circle: true
23451
23457
  }
23452
- }]
23458
+ }
23459
+ ]
23453
23460
  },
23454
23461
  {
23455
23462
  description: 'An alloy of FET asset variants on Osmosis.',
@@ -23476,10 +23483,13 @@ const info = {
23476
23483
  provider: 'Osmosis'
23477
23484
  }],
23478
23485
  logo_URIs: {
23479
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png',
23480
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg'
23486
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fet.fet.png',
23487
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fet.fet.svg'
23481
23488
  },
23482
23489
  images: [{
23490
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fet.fet.svg',
23491
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fet.fet.png'
23492
+ }, {
23483
23493
  image_sync: {
23484
23494
  chain_name: 'fetchhub',
23485
23495
  base_denom: 'afet'
@@ -23516,10 +23526,13 @@ const info = {
23516
23526
  provider: 'Osmosis'
23517
23527
  }],
23518
23528
  logo_URIs: {
23519
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png',
23520
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg'
23529
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/aioz.aioz.svg',
23530
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/aioz.aioz.png'
23521
23531
  },
23522
23532
  images: [{
23533
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/aioz.aioz.svg',
23534
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/aioz.aioz.png'
23535
+ }, {
23523
23536
  image_sync: {
23524
23537
  chain_name: 'aioz',
23525
23538
  base_denom: 'attoaioz'
@@ -48,40 +48,25 @@ const info = {
48
48
  rpc: [{
49
49
  address: 'https://asc-dataseed.arkhadian.com/',
50
50
  provider: 'arkhnetwork'
51
- }, {
52
- address: 'https://arkh_mainnet_rpc.chain.whenmoonwhenlambo.money',
53
- provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
54
51
  }],
55
52
  rest: [{
56
53
  address: 'https://asc-blockchain-api.arkhadian.com/',
57
54
  provider: 'arkhnetwork'
58
- }, {
59
- address: 'https://arkh_mainnet_api.chain.whenmoonwhenlambo.money',
60
- provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
61
55
  }],
62
56
  grpc: [{
63
57
  address: 'https://grpc.arkh.nodexcapital.com:443',
64
58
  provider: 'NodeX Validator'
65
59
  }]
66
60
  },
67
- explorers: [
68
- {
61
+ explorers: [{
69
62
  kind: 'Kynraze Explorer',
70
63
  url: 'https://explorer.kynraze.com/arkhadian',
71
64
  tx_page: 'https://explorer.kynraze.com/arkhadian/tx/${txHash}'
72
- },
73
- {
65
+ }, {
74
66
  kind: 'NODEXPLORER',
75
67
  url: 'https://explorer.nodexcapital.com/arkhadian',
76
68
  tx_page: 'https://explorer.nodexcapital.com/arkhadian/tx/${txHash}'
77
- },
78
- {
79
- kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
80
- url: 'https://explorer.whenmoonwhenlambo.money/arkhadian',
81
- tx_page: 'https://explorer.whenmoonwhenlambo.money/arkhadian/tx/${txHash}',
82
- account_page: 'https://explorer.whenmoonwhenlambo.money/arkhadian/account/${accountAddress}'
83
- }
84
- ],
69
+ }],
85
70
  images: [{
86
71
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png',
87
72
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg',
@@ -19,7 +19,7 @@ const info = {
19
19
  fee_tokens: [{
20
20
  denom: 'apundiai',
21
21
  fixed_min_gas_price: 5100000000,
22
- low_gas_price: 5000000000,
22
+ low_gas_price: 5100000000,
23
23
  average_gas_price: 5100000000,
24
24
  high_gas_price: 5200000000
25
25
  }]
@@ -674,6 +674,11 @@ const info = {
674
674
  name: 'SAM',
675
675
  display: 'sam',
676
676
  symbol: 'SAM',
677
+ coingecko_id: 'sam-2',
678
+ socials: {
679
+ website: 'https://www.lastsamorais.com/',
680
+ twitter: 'https://x.com/sam_thecoin'
681
+ },
677
682
  images: [{
678
683
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/sam.png',
679
684
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/sam.svg'
@@ -23433,10 +23433,15 @@ const info = {
23433
23433
  provider: 'Osmosis'
23434
23434
  }],
23435
23435
  logo_URIs: {
23436
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
23437
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
23436
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dydx.dydx.svg',
23437
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dydx.dydx.png'
23438
23438
  },
23439
- images: [{
23439
+ images: [
23440
+ {
23441
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dydx.dydx.svg',
23442
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dydx.dydx.png'
23443
+ },
23444
+ {
23440
23445
  image_sync: {
23441
23446
  chain_name: 'dydx',
23442
23447
  base_denom: 'adydx'
@@ -23446,12 +23451,14 @@ const info = {
23446
23451
  theme: {
23447
23452
  primary_color_hex: '#21212f'
23448
23453
  }
23449
- }, {
23454
+ },
23455
+ {
23450
23456
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx-circle.svg',
23451
23457
  theme: {
23452
23458
  circle: true
23453
23459
  }
23454
- }]
23460
+ }
23461
+ ]
23455
23462
  },
23456
23463
  {
23457
23464
  description: 'An alloy of FET asset variants on Osmosis.',
@@ -23478,10 +23485,13 @@ const info = {
23478
23485
  provider: 'Osmosis'
23479
23486
  }],
23480
23487
  logo_URIs: {
23481
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png',
23482
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg'
23488
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fet.fet.png',
23489
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fet.fet.svg'
23483
23490
  },
23484
23491
  images: [{
23492
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fet.fet.svg',
23493
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fet.fet.png'
23494
+ }, {
23485
23495
  image_sync: {
23486
23496
  chain_name: 'fetchhub',
23487
23497
  base_denom: 'afet'
@@ -23518,10 +23528,13 @@ const info = {
23518
23528
  provider: 'Osmosis'
23519
23529
  }],
23520
23530
  logo_URIs: {
23521
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png',
23522
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg'
23531
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/aioz.aioz.svg',
23532
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/aioz.aioz.png'
23523
23533
  },
23524
23534
  images: [{
23535
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/aioz.aioz.svg',
23536
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/aioz.aioz.png'
23537
+ }, {
23525
23538
  image_sync: {
23526
23539
  chain_name: 'aioz',
23527
23540
  base_denom: 'attoaioz'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.138",
3
+ "version": "1.69.139",
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,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.51.84",
32
+ "@chain-registry/utils": "^1.51.85",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.84"
36
+ "@chain-registry/types": "^0.50.85"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "5a538c4202c9ace1a091be303b1661184d060588"
46
+ "gitHead": "46e0cdd842274614308928cb0d95e7d23375da58"
47
47
  }