chain-registry 1.69.431 → 1.69.433

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 -0
  2. package/esm/mainnet/beezee/assets.js +44 -0
  3. package/esm/mainnet/beezee/chain.js +11 -11
  4. package/esm/mainnet/chains.js +2 -0
  5. package/esm/mainnet/divine/assets.js +31 -0
  6. package/esm/mainnet/divine/chain.js +110 -0
  7. package/esm/mainnet/divine/index.js +4 -0
  8. package/esm/mainnet/namada/chain.js +9 -2
  9. package/esm/mainnet/named.js +1 -0
  10. package/esm/mainnet/zigchain/chain.js +9 -9
  11. package/esm/testnet/assets.js +2 -0
  12. package/esm/testnet/chains.js +2 -0
  13. package/esm/testnet/divinetestnet/assets.js +43 -0
  14. package/esm/testnet/divinetestnet/chain.js +109 -0
  15. package/esm/testnet/divinetestnet/index.js +4 -0
  16. package/esm/testnet/named.js +1 -0
  17. package/mainnet/assets.js +2 -0
  18. package/mainnet/beezee/assets.js +44 -0
  19. package/mainnet/beezee/chain.js +11 -11
  20. package/mainnet/chains.js +2 -0
  21. package/mainnet/divine/assets.d.ts +3 -0
  22. package/mainnet/divine/assets.js +33 -0
  23. package/mainnet/divine/chain.d.ts +3 -0
  24. package/mainnet/divine/chain.js +112 -0
  25. package/mainnet/divine/index.d.ts +2 -0
  26. package/mainnet/divine/index.js +10 -0
  27. package/mainnet/namada/chain.js +9 -2
  28. package/mainnet/named.d.ts +1 -0
  29. package/mainnet/named.js +5 -4
  30. package/mainnet/zigchain/chain.js +9 -9
  31. package/package.json +3 -3
  32. package/testnet/assets.js +2 -0
  33. package/testnet/chains.js +2 -0
  34. package/testnet/divinetestnet/assets.d.ts +3 -0
  35. package/testnet/divinetestnet/assets.js +45 -0
  36. package/testnet/divinetestnet/chain.d.ts +3 -0
  37. package/testnet/divinetestnet/chain.js +111 -0
  38. package/testnet/divinetestnet/index.d.ts +2 -0
  39. package/testnet/divinetestnet/index.js +10 -0
  40. package/testnet/named.d.ts +1 -0
  41. package/testnet/named.js +4 -3
@@ -56,6 +56,7 @@ import * as _cryptoorgchain from './cryptoorgchain';
56
56
  import * as _decentr from './decentr';
57
57
  import * as _desmos from './desmos';
58
58
  import * as _dhealth from './dhealth';
59
+ import * as _divine from './divine';
59
60
  import * as _doravota from './doravota';
60
61
  import * as _dungeon from './dungeon';
61
62
  import * as _dydx from './dydx';
@@ -279,6 +280,7 @@ const assets = [
279
280
  _decentr.assets,
280
281
  _desmos.assets,
281
282
  _dhealth.assets,
283
+ _divine.assets,
282
284
  _doravota.assets,
283
285
  _dungeon.assets,
284
286
  _dydx.assets,
@@ -514,6 +514,50 @@ const info = {
514
514
  x: 'https://x.com/CryproTrtl'
515
515
  },
516
516
  type_asset: 'sdk.coin'
517
+ },
518
+ {
519
+ description: 'The fee token of AtomOne',
520
+ denom_units: [{
521
+ denom: 'ibc/82931180F0962712BFABB189083A94C77EA90E269ABFC6D310AF922B2B14E011',
522
+ exponent: 0
523
+ }, {
524
+ denom: 'photon',
525
+ exponent: 6
526
+ }],
527
+ base: 'ibc/82931180F0962712BFABB189083A94C77EA90E269ABFC6D310AF922B2B14E011',
528
+ name: 'Photon',
529
+ display: 'photon',
530
+ symbol: 'PHOTON',
531
+ logo_URIs: {
532
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
533
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
534
+ },
535
+ images: [{
536
+ image_sync: {
537
+ chain_name: 'atomone',
538
+ base_denom: 'uphoton'
539
+ },
540
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
541
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
542
+ }],
543
+ socials: {
544
+ website: 'https://atom.one',
545
+ x: 'https://x.com/_atomone'
546
+ },
547
+ coingecko_id: 'photon-2',
548
+ type_asset: 'ics20',
549
+ traces: [{
550
+ type: 'ibc',
551
+ counterparty: {
552
+ chain_name: 'atomone',
553
+ base_denom: 'uphoton',
554
+ channel_id: 'channel-1'
555
+ },
556
+ chain: {
557
+ channel_id: 'channel-6',
558
+ path: 'transfer/channel-6/uphoton'
559
+ }
560
+ }]
517
561
  }
518
562
  ]
519
563
  };
@@ -28,30 +28,30 @@ const info = {
28
28
  },
29
29
  codebase: {
30
30
  git_repo: 'https://github.com/bze-alphateam/bze',
31
- recommended_version: 'v7.2.0',
32
- compatible_versions: ['v7.2.0'],
31
+ recommended_version: 'v8.0.0',
32
+ compatible_versions: ['v8.0.0'],
33
33
  binaries: {
34
- "darwin/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-darwin-amd64.tar.gz',
35
- "darwin/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-darwin-arm64.tar.gz',
36
- "linux/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-linux-amd64.tar.gz',
37
- "linux/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-linux-arm64.tar.gz',
38
- "windows/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-win64.zip'
34
+ "darwin/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v8.0.0/bze-8.0.0-darwin-amd64.tar.gz',
35
+ "darwin/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v8.0.0/bze-8.0.0-darwin-arm64.tar.gz',
36
+ "linux/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v8.0.0/bze-8.0.0-linux-amd64.tar.gz',
37
+ "linux/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v8.0.0/bze-8.0.0-linux-arm64.tar.gz',
38
+ "windows/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v8.0.0/bze-8.0.0-win64.zip'
39
39
  },
40
40
  genesis: {
41
41
  genesis_url: 'https://raw.githubusercontent.com/bze-alphateam/bze/main/genesis.json'
42
42
  },
43
- tag: 'v7.2.0',
43
+ tag: 'v8.0.0',
44
44
  sdk: {
45
45
  type: 'cosmos',
46
- version: 'v0.45.16'
46
+ version: 'v0.50.14'
47
47
  },
48
48
  consensus: {
49
49
  type: 'cometbft',
50
- version: 'v0.34.27'
50
+ version: 'v0.38.17'
51
51
  },
52
52
  ibc: {
53
53
  type: 'go',
54
- version: 'v4.5.1'
54
+ version: 'v8.7.0'
55
55
  }
56
56
  },
57
57
  logo_URIs: {
@@ -56,6 +56,7 @@ import * as _cryptoorgchain from './cryptoorgchain';
56
56
  import * as _decentr from './decentr';
57
57
  import * as _desmos from './desmos';
58
58
  import * as _dhealth from './dhealth';
59
+ import * as _divine from './divine';
59
60
  import * as _doravota from './doravota';
60
61
  import * as _dungeon from './dungeon';
61
62
  import * as _dydx from './dydx';
@@ -279,6 +280,7 @@ const chains = [
279
280
  _decentr.chain,
280
281
  _desmos.chain,
281
282
  _dhealth.chain,
283
+ _divine.chain,
282
284
  _doravota.chain,
283
285
  _dungeon.chain,
284
286
  _dydx.chain,
@@ -0,0 +1,31 @@
1
+ const info = {
2
+ $schema: '../assetlist.schema.json',
3
+ chain_name: 'divine',
4
+ assets: [{
5
+ description: 'Divine Ray Chain (DRC) powers a public-permissioned blockchain designed for conscious creators and community networks. DRC is the native asset used to secure the chain, enable transactions, reward participation, and support the emerging divine digital economy.',
6
+ denom_units: [{
7
+ denom: 'uDRC',
8
+ exponent: 0,
9
+ aliases: ['microDRC']
10
+ }, {
11
+ denom: 'DRC',
12
+ exponent: 6
13
+ }],
14
+ base: 'uDRC',
15
+ name: 'Divine',
16
+ display: 'DRC',
17
+ symbol: 'DRC',
18
+ logo_URIs: {
19
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/divine/images/udrc.png'
20
+ },
21
+ images: [{
22
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/divine/images/udrc.png'
23
+ }],
24
+ socials: {
25
+ website: 'https://divineray.ca/',
26
+ telegram: 'https://t.me/+WF9GmuVpuOFmOTEx'
27
+ },
28
+ type_asset: 'sdk.coin'
29
+ }]
30
+ };
31
+ export default info;
@@ -0,0 +1,110 @@
1
+ const info = {
2
+ $schema: '../chain.schema.json',
3
+ chain_name: 'divine',
4
+ status: 'live',
5
+ network_type: 'mainnet',
6
+ website: 'https://divineray.ca/',
7
+ pretty_name: 'Divine',
8
+ chain_type: 'cosmos',
9
+ chain_id: 'divine-1',
10
+ bech32_prefix: 'divine',
11
+ daemon_name: 'divined',
12
+ node_home: '$HOME/.divine',
13
+ slip44: 118,
14
+ staking: {
15
+ staking_tokens: [{
16
+ denom: 'uDRC'
17
+ }],
18
+ lock_duration: {
19
+ time: '2592000s'
20
+ }
21
+ },
22
+ fees: {
23
+ fee_tokens: [{
24
+ denom: 'uDRC',
25
+ low_gas_price: 0.0025,
26
+ average_gas_price: 0.005,
27
+ high_gas_price: 0.05
28
+ }]
29
+ },
30
+ codebase: {
31
+ git_repo: 'https://github.com/Divine-Ray-Coin/divinechain.git',
32
+ genesis: {
33
+ genesis_url: 'https://raw.githubusercontent.com/Divine-Ray-Coin/divinechain/refs/heads/main/genesis/genesis.json'
34
+ },
35
+ recommended_version: 'v1.0.0',
36
+ compatible_versions: ['v1.0.0'],
37
+ consensus: {
38
+ type: 'cometbft',
39
+ version: 'v0.38.17'
40
+ },
41
+ cosmwasm: {
42
+ enabled: false
43
+ },
44
+ language: {
45
+ type: 'go',
46
+ version: '1.24.5'
47
+ },
48
+ sdk: {
49
+ type: 'cosmos',
50
+ version: 'v0.53.3'
51
+ },
52
+ ibc: {
53
+ type: 'go',
54
+ version: 'v10.2.0'
55
+ }
56
+ },
57
+ logo_URIs: {
58
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/divine/images/udrc.png'
59
+ },
60
+ description: 'Divine Ray Chain (DRC) powers a public-permissioned blockchain designed for conscious creators and community networks. DRC is the native asset used to secure the chain, enable transactions, reward participation, and support the emerging divine digital economy.',
61
+ apis: {
62
+ rpc: [
63
+ {
64
+ address: 'https://rpc-mainnet.divineray.ca:443',
65
+ provider: 'divineRay'
66
+ },
67
+ {
68
+ address: 'https://rpc-mainnet-node2.divineray.ca:443',
69
+ provider: 'divineRay'
70
+ },
71
+ {
72
+ address: 'https://rpc-mainnet-node3.divineray.ca:443',
73
+ provider: 'divineRay'
74
+ }
75
+ ],
76
+ rest: [
77
+ {
78
+ address: 'https://rest-mainnet.divineray.ca:443',
79
+ provider: 'divineRay'
80
+ },
81
+ {
82
+ address: 'https://rest-mainnet-node2.divineray.ca:443',
83
+ provider: 'divineRay'
84
+ },
85
+ {
86
+ address: 'https://rest-mainnet-node3.divineray.ca:443',
87
+ provider: 'divineRay'
88
+ }
89
+ ],
90
+ grpc: [
91
+ {
92
+ address: 'grpc-mainnet.divineray.ca:443',
93
+ provider: 'divineRay'
94
+ },
95
+ {
96
+ address: 'grpc-mainnet-node2.divineray.ca:443',
97
+ provider: 'divineRay'
98
+ },
99
+ {
100
+ address: 'grpc-mainnet-node3.divineray.ca:443',
101
+ provider: 'divineRay'
102
+ }
103
+ ]
104
+ },
105
+ explorers: [],
106
+ images: [{
107
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/divine/images/udrc.png'
108
+ }]
109
+ };
110
+ export default info;
@@ -0,0 +1,4 @@
1
+ import _assets from './assets';
2
+ import _chain from './chain';
3
+ export const assets = _assets;
4
+ export const chain = _chain;
@@ -29,7 +29,7 @@ const info = {
29
29
  }
30
30
  },
31
31
  codebase: {
32
- git_repo: 'https://github.com/anoma/namada'
32
+ git_repo: 'https://github.com/namada-net/namada'
33
33
  },
34
34
  apis: {
35
35
  rpc: [
@@ -104,6 +104,12 @@ const info = {
104
104
  ]
105
105
  },
106
106
  explorers: [
107
+ {
108
+ kind: 'Namada Explorer',
109
+ url: 'https://namada.world/',
110
+ tx_page: 'https://namada.world/transactions/${txHash}',
111
+ account_page: 'https://namada.world/account/${accountAddress}'
112
+ },
107
113
  {
108
114
  kind: 'Explorer75',
109
115
  url: 'https://explorer75.org/namada',
@@ -131,7 +137,8 @@ const info = {
131
137
  {
132
138
  kind: 'Coverlet',
133
139
  url: 'https://namada.coverlet.io/',
134
- tx_page: 'https://namada.coverlet.io/tx/${txHash}'
140
+ tx_page: 'https://namada.coverlet.io/tx/${txHash}',
141
+ account_page: 'https://namada.coverlet.io/address/${accountAddress}'
135
142
  }
136
143
  ],
137
144
  logo_URIs: {
@@ -56,6 +56,7 @@ export * as cryptoorgchain from './cryptoorgchain';
56
56
  export * as decentr from './decentr';
57
57
  export * as desmos from './desmos';
58
58
  export * as dhealth from './dhealth';
59
+ export * as divine from './divine';
59
60
  export * as doravota from './doravota';
60
61
  export * as dungeon from './dungeon';
61
62
  export * as dydx from './dydx';
@@ -32,19 +32,19 @@ const info = {
32
32
  },
33
33
  codebase: {
34
34
  git_repo: 'https://github.com/ZIGChain/zigchain',
35
- recommended_version: '1.2.0',
36
- compatible_versions: ['1.2.0'],
35
+ recommended_version: '2.0.0',
36
+ compatible_versions: ['2.0.0'],
37
37
  consensus: {
38
38
  type: 'cometbft',
39
- version: '0.38.17'
39
+ version: '0.38.19'
40
40
  },
41
41
  sdk: {
42
42
  type: 'cosmos',
43
- version: '0.50.14'
43
+ version: '0.53.4'
44
44
  },
45
45
  ibc: {
46
46
  type: 'go',
47
- version: '8.4.0'
47
+ version: '10.1.0'
48
48
  },
49
49
  cosmwasm: {
50
50
  version: '0.55.1',
@@ -54,11 +54,11 @@ const info = {
54
54
  genesis_url: 'https://github.com/ZIGChain/networks/raw/main/zigchain-1/genesis.json'
55
55
  },
56
56
  binaries: {
57
- "linux/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v1.2.0-linux-amd64.tar.gz',
58
- "darwin/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v1.2.0-darwin-amd64.tar.gz',
59
- "darwin/arm64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v1.2.0-darwin-amd64.tar.gz'
57
+ "linux/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v2.0.0-linux-amd64.tar.gz?checksum=sha256:8f2a4a51fa2d73b7bc61c33d30332fb61e76ed0be4a381a37d27aa17115a9040',
58
+ "darwin/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v2.0.0-darwin-amd64.tar.gz?checksum=sha256:6269882ccb1caf0af7600f2d24f5aeae7710290aba299d0d4ed607c6e63da803',
59
+ "darwin/arm64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v2.0.0-darwin-arm64.tar.gz?checksum=sha256:07f59514973d67e0d09c27b1be50da78f3b824518f1ee4735c09322ec1bd3789'
60
60
  },
61
- tag: '1.2.0'
61
+ tag: 'v2.0.0'
62
62
  },
63
63
  logo_URIs: {
64
64
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
@@ -31,6 +31,7 @@ import * as _daodiseotestnet from './daodiseotestnet';
31
31
  import * as _deardogetestnet from './deardogetestnet';
32
32
  import * as _desmostestnet from './desmostestnet';
33
33
  import * as _dhealthtestnet from './dhealthtestnet';
34
+ import * as _divinetestnet from './divinetestnet';
34
35
  import * as _doravotatestnet from './doravotatestnet';
35
36
  import * as _dydxtestnet from './dydxtestnet';
36
37
  import * as _dymensiontestnet1 from './dymensiontestnet1';
@@ -171,6 +172,7 @@ const assets = [
171
172
  _deardogetestnet.assets,
172
173
  _desmostestnet.assets,
173
174
  _dhealthtestnet.assets,
175
+ _divinetestnet.assets,
174
176
  _doravotatestnet.assets,
175
177
  _dydxtestnet.assets,
176
178
  _dymensiontestnet1.assets,
@@ -31,6 +31,7 @@ import * as _daodiseotestnet from './daodiseotestnet';
31
31
  import * as _deardogetestnet from './deardogetestnet';
32
32
  import * as _desmostestnet from './desmostestnet';
33
33
  import * as _dhealthtestnet from './dhealthtestnet';
34
+ import * as _divinetestnet from './divinetestnet';
34
35
  import * as _doravotatestnet from './doravotatestnet';
35
36
  import * as _dydxtestnet from './dydxtestnet';
36
37
  import * as _dymensiontestnet1 from './dymensiontestnet1';
@@ -171,6 +172,7 @@ const chains = [
171
172
  _deardogetestnet.chain,
172
173
  _desmostestnet.chain,
173
174
  _dhealthtestnet.chain,
175
+ _divinetestnet.chain,
174
176
  _doravotatestnet.chain,
175
177
  _dydxtestnet.chain,
176
178
  _dymensiontestnet1.chain,
@@ -0,0 +1,43 @@
1
+ const info = {
2
+ $schema: '../../assetlist.schema.json',
3
+ chain_name: 'divinetestnet',
4
+ assets: [{
5
+ description: 'Divine Ray Chain (DRC) powers a public-permissioned blockchain designed for conscious creators and community networks. DRC is the native asset used to secure the chain, enable transactions, reward participation, and support the emerging divine digital economy.',
6
+ denom_units: [{
7
+ denom: 'uDRC',
8
+ exponent: 0,
9
+ aliases: ['microDRC']
10
+ }, {
11
+ denom: 'DRC',
12
+ exponent: 6
13
+ }],
14
+ base: 'uDRC',
15
+ name: 'Divine Testnet',
16
+ display: 'DRC',
17
+ symbol: 'DRC',
18
+ logo_URIs: {
19
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/divine/images/udrc.png'
20
+ },
21
+ images: [{
22
+ image_sync: {
23
+ chain_name: 'divine',
24
+ base_denom: 'uDRC'
25
+ },
26
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/divine/images/udrc.png'
27
+ }],
28
+ traces: [{
29
+ type: 'test-mintage',
30
+ counterparty: {
31
+ chain_name: 'divine',
32
+ base_denom: 'uDRC'
33
+ },
34
+ provider: 'DivineRay'
35
+ }],
36
+ socials: {
37
+ website: 'https://divineray.ca/',
38
+ telegram: 'https://t.me/+WF9GmuVpuOFmOTEx'
39
+ },
40
+ type_asset: 'sdk.coin'
41
+ }]
42
+ };
43
+ export default info;
@@ -0,0 +1,109 @@
1
+ const info = {
2
+ $schema: '../../chain.schema.json',
3
+ chain_name: 'divinetestnet',
4
+ status: 'live',
5
+ network_type: 'testnet',
6
+ pretty_name: 'Divine Testnet',
7
+ chain_type: 'cosmos',
8
+ chain_id: 'divine-testnet-1',
9
+ bech32_prefix: 'divine',
10
+ daemon_name: 'divined',
11
+ node_home: '$HOME/.divine',
12
+ slip44: 118,
13
+ staking: {
14
+ staking_tokens: [{
15
+ denom: 'uDRC'
16
+ }],
17
+ lock_duration: {
18
+ time: '2592000s'
19
+ }
20
+ },
21
+ fees: {
22
+ fee_tokens: [{
23
+ denom: 'uDRC',
24
+ low_gas_price: 0.0025,
25
+ average_gas_price: 0.025,
26
+ high_gas_price: 0.05
27
+ }]
28
+ },
29
+ codebase: {
30
+ git_repo: 'https://github.com/Divine-Ray-Coin/divinechain.git',
31
+ genesis: {
32
+ genesis_url: 'https://raw.githubusercontent.com/Divine-Ray-Coin/divinechain/refs/heads/main/genesis/genesis.json'
33
+ },
34
+ recommended_version: 'v1.0.0',
35
+ compatible_versions: ['v1.0.0'],
36
+ consensus: {
37
+ type: 'cometbft',
38
+ version: 'v0.38.17'
39
+ },
40
+ cosmwasm: {
41
+ enabled: false
42
+ },
43
+ language: {
44
+ type: 'go',
45
+ version: '1.24.5'
46
+ },
47
+ sdk: {
48
+ type: 'cosmos',
49
+ version: 'v0.53.3'
50
+ },
51
+ ibc: {
52
+ type: 'go',
53
+ version: 'v10.2.0'
54
+ }
55
+ },
56
+ logo_URIs: {
57
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/divine/images/udrc.png'
58
+ },
59
+ description: 'Divine Ray Chain (DRC) powers a public-permissioned blockchain designed for conscious creators and community networks. DRC is the native asset used to secure the chain, enable transactions, reward participation, and support the emerging divine digital economy.',
60
+ apis: {
61
+ rpc: [
62
+ {
63
+ address: 'https://rpc-testnet-node1.divineray.ca:443',
64
+ provider: 'divineRay'
65
+ },
66
+ {
67
+ address: 'https://rpc-testnet-node2.divineray.ca:443',
68
+ provider: 'divineRay'
69
+ },
70
+ {
71
+ address: 'https://rpc-testnet-node3.divineray.ca:443',
72
+ provider: 'divineRay'
73
+ }
74
+ ],
75
+ rest: [
76
+ {
77
+ address: 'https://rest-testnet-node1.divineray.ca:443',
78
+ provider: 'divineRay'
79
+ },
80
+ {
81
+ address: 'https://rest-testnet-node2.divineray.ca:443',
82
+ provider: 'divineRay'
83
+ },
84
+ {
85
+ address: 'https://rest-testnet-node3.divineray.ca:443',
86
+ provider: 'divineRay'
87
+ }
88
+ ],
89
+ grpc: [
90
+ {
91
+ address: 'grpc-testnet-node1.divineray.ca:443',
92
+ provider: 'divineRay'
93
+ },
94
+ {
95
+ address: 'grpc-testnet-node2.divineray.ca:443',
96
+ provider: 'divineRay'
97
+ },
98
+ {
99
+ address: 'grpc-testnet-node3.divineray.ca:443',
100
+ provider: 'divineRay'
101
+ }
102
+ ]
103
+ },
104
+ explorers: [],
105
+ images: [{
106
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/divine/images/udrc.png'
107
+ }]
108
+ };
109
+ export default info;
@@ -0,0 +1,4 @@
1
+ import _assets from './assets';
2
+ import _chain from './chain';
3
+ export const assets = _assets;
4
+ export const chain = _chain;
@@ -31,6 +31,7 @@ export * as daodiseotestnet from './daodiseotestnet';
31
31
  export * as deardogetestnet from './deardogetestnet';
32
32
  export * as desmostestnet from './desmostestnet';
33
33
  export * as dhealthtestnet from './dhealthtestnet';
34
+ export * as divinetestnet from './divinetestnet';
34
35
  export * as doravotatestnet from './doravotatestnet';
35
36
  export * as dydxtestnet from './dydxtestnet';
36
37
  export * as dymensiontestnet1 from './dymensiontestnet1';
package/mainnet/assets.js CHANGED
@@ -81,6 +81,7 @@ const _cryptoorgchain = __importStar(require("./cryptoorgchain"));
81
81
  const _decentr = __importStar(require("./decentr"));
82
82
  const _desmos = __importStar(require("./desmos"));
83
83
  const _dhealth = __importStar(require("./dhealth"));
84
+ const _divine = __importStar(require("./divine"));
84
85
  const _doravota = __importStar(require("./doravota"));
85
86
  const _dungeon = __importStar(require("./dungeon"));
86
87
  const _dydx = __importStar(require("./dydx"));
@@ -304,6 +305,7 @@ const assets = [
304
305
  _decentr.assets,
305
306
  _desmos.assets,
306
307
  _dhealth.assets,
308
+ _divine.assets,
307
309
  _doravota.assets,
308
310
  _dungeon.assets,
309
311
  _dydx.assets,
@@ -516,6 +516,50 @@ const info = {
516
516
  x: 'https://x.com/CryproTrtl'
517
517
  },
518
518
  type_asset: 'sdk.coin'
519
+ },
520
+ {
521
+ description: 'The fee token of AtomOne',
522
+ denom_units: [{
523
+ denom: 'ibc/82931180F0962712BFABB189083A94C77EA90E269ABFC6D310AF922B2B14E011',
524
+ exponent: 0
525
+ }, {
526
+ denom: 'photon',
527
+ exponent: 6
528
+ }],
529
+ base: 'ibc/82931180F0962712BFABB189083A94C77EA90E269ABFC6D310AF922B2B14E011',
530
+ name: 'Photon',
531
+ display: 'photon',
532
+ symbol: 'PHOTON',
533
+ logo_URIs: {
534
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
535
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
536
+ },
537
+ images: [{
538
+ image_sync: {
539
+ chain_name: 'atomone',
540
+ base_denom: 'uphoton'
541
+ },
542
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
543
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
544
+ }],
545
+ socials: {
546
+ website: 'https://atom.one',
547
+ x: 'https://x.com/_atomone'
548
+ },
549
+ coingecko_id: 'photon-2',
550
+ type_asset: 'ics20',
551
+ traces: [{
552
+ type: 'ibc',
553
+ counterparty: {
554
+ chain_name: 'atomone',
555
+ base_denom: 'uphoton',
556
+ channel_id: 'channel-1'
557
+ },
558
+ chain: {
559
+ channel_id: 'channel-6',
560
+ path: 'transfer/channel-6/uphoton'
561
+ }
562
+ }]
519
563
  }
520
564
  ]
521
565
  };