chain-registry 1.63.31 → 1.63.32
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/firmachain/assets.js +2 -2
- package/esm/mainnet/firmachain/chain.js +1 -1
- package/esm/noncosmos/arbitrum/assets.js +42 -4
- package/esm/noncosmos/base/assets.js +45 -7
- package/esm/noncosmos/optimism/assets.js +48 -1
- package/mainnet/firmachain/assets.js +2 -2
- package/mainnet/firmachain/chain.js +1 -1
- package/noncosmos/arbitrum/assets.js +42 -4
- package/noncosmos/base/assets.js +45 -7
- package/noncosmos/optimism/assets.js +48 -1
- package/package.json +4 -4
|
@@ -2,7 +2,7 @@ const info = {
|
|
|
2
2
|
$schema: '../assetlist.schema.json',
|
|
3
3
|
chain_name: 'firmachain',
|
|
4
4
|
assets: [{
|
|
5
|
-
description: '
|
|
5
|
+
description: 'FIRMACHAIN adds a signing and verifying e-contract function to the blockchain. Unlocking new limits of electronic contracts with blockchain technology, FIRMACHAIN seeks to resolve all the social and legal issues (contracts, notarial, etc.) with written contracts through the use of electronic contracts based on FIRMACHAIN’s data blockchain.',
|
|
6
6
|
denom_units: [{
|
|
7
7
|
denom: 'ufct',
|
|
8
8
|
exponent: 0
|
|
@@ -11,7 +11,7 @@ const info = {
|
|
|
11
11
|
exponent: 6
|
|
12
12
|
}],
|
|
13
13
|
base: 'ufct',
|
|
14
|
-
name: '
|
|
14
|
+
name: 'FIRMACHAIN',
|
|
15
15
|
display: 'fct',
|
|
16
16
|
symbol: 'FCT',
|
|
17
17
|
logo_URIs: {
|
|
@@ -32,6 +32,37 @@ const info = {
|
|
|
32
32
|
}
|
|
33
33
|
}]
|
|
34
34
|
},
|
|
35
|
+
{
|
|
36
|
+
description: 'Ether (ETH) is the native currency of Arbitrum.',
|
|
37
|
+
type_asset: 'evm-base',
|
|
38
|
+
denom_units: [{
|
|
39
|
+
denom: 'wei',
|
|
40
|
+
exponent: 0
|
|
41
|
+
}, {
|
|
42
|
+
denom: 'eth',
|
|
43
|
+
exponent: 18
|
|
44
|
+
}],
|
|
45
|
+
base: 'wei',
|
|
46
|
+
display: 'eth',
|
|
47
|
+
name: 'Ether',
|
|
48
|
+
symbol: 'ETH',
|
|
49
|
+
traces: [{
|
|
50
|
+
type: 'bridge',
|
|
51
|
+
counterparty: {
|
|
52
|
+
chain_name: 'ethereum',
|
|
53
|
+
base_denom: '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
|
|
54
|
+
},
|
|
55
|
+
provider: 'Arbitrum Bridge'
|
|
56
|
+
}],
|
|
57
|
+
images: [{
|
|
58
|
+
image_sync: {
|
|
59
|
+
chain_name: 'ethereum',
|
|
60
|
+
base_denom: 'wei'
|
|
61
|
+
},
|
|
62
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
63
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
64
|
+
}]
|
|
65
|
+
},
|
|
35
66
|
{
|
|
36
67
|
description: 'wETH is \'wrapped ETH\'',
|
|
37
68
|
type_asset: 'erc20',
|
|
@@ -48,12 +79,12 @@ const info = {
|
|
|
48
79
|
name: 'Wrapped Ether',
|
|
49
80
|
symbol: 'WETH',
|
|
50
81
|
traces: [{
|
|
51
|
-
type: '
|
|
82
|
+
type: 'wrapped',
|
|
52
83
|
counterparty: {
|
|
53
|
-
chain_name: '
|
|
54
|
-
base_denom: '
|
|
84
|
+
chain_name: 'arbitrum',
|
|
85
|
+
base_denom: 'wei'
|
|
55
86
|
},
|
|
56
|
-
provider: 'Arbitrum
|
|
87
|
+
provider: 'Arbitrum'
|
|
57
88
|
}],
|
|
58
89
|
images: [{
|
|
59
90
|
image_sync: {
|
|
@@ -61,6 +92,13 @@ const info = {
|
|
|
61
92
|
base_denom: '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
|
|
62
93
|
},
|
|
63
94
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
|
|
95
|
+
}, {
|
|
96
|
+
image_sync: {
|
|
97
|
+
chain_name: 'arbitrum',
|
|
98
|
+
base_denom: 'wei'
|
|
99
|
+
},
|
|
100
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
101
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
64
102
|
}]
|
|
65
103
|
},
|
|
66
104
|
{
|
|
@@ -2,6 +2,37 @@ const info = {
|
|
|
2
2
|
$schema: '../assetlist.schema.json',
|
|
3
3
|
chain_name: 'base',
|
|
4
4
|
assets: [
|
|
5
|
+
{
|
|
6
|
+
description: 'Ether (ETH) is the native currency of Base.',
|
|
7
|
+
type_asset: 'evm-base',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'wei',
|
|
10
|
+
exponent: 0
|
|
11
|
+
}, {
|
|
12
|
+
denom: 'eth',
|
|
13
|
+
exponent: 18
|
|
14
|
+
}],
|
|
15
|
+
base: 'wei',
|
|
16
|
+
display: 'eth',
|
|
17
|
+
name: 'Ether',
|
|
18
|
+
symbol: 'ETH',
|
|
19
|
+
traces: [{
|
|
20
|
+
type: 'bridge',
|
|
21
|
+
counterparty: {
|
|
22
|
+
chain_name: 'ethereum',
|
|
23
|
+
base_denom: 'wei'
|
|
24
|
+
},
|
|
25
|
+
provider: 'Base Bridge'
|
|
26
|
+
}],
|
|
27
|
+
images: [{
|
|
28
|
+
image_sync: {
|
|
29
|
+
chain_name: 'ethereum',
|
|
30
|
+
base_denom: 'wei'
|
|
31
|
+
},
|
|
32
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
33
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
34
|
+
}]
|
|
35
|
+
},
|
|
5
36
|
{
|
|
6
37
|
description: 'wETH is \'wrapped ETH\'',
|
|
7
38
|
type_asset: 'erc20',
|
|
@@ -18,12 +49,12 @@ const info = {
|
|
|
18
49
|
name: 'Wrapped Ether',
|
|
19
50
|
symbol: 'WETH',
|
|
20
51
|
traces: [{
|
|
21
|
-
type: '
|
|
52
|
+
type: 'wrapped',
|
|
22
53
|
counterparty: {
|
|
23
|
-
chain_name: '
|
|
24
|
-
base_denom: '
|
|
54
|
+
chain_name: 'base',
|
|
55
|
+
base_denom: 'wei'
|
|
25
56
|
},
|
|
26
|
-
provider: 'Base
|
|
57
|
+
provider: 'Base'
|
|
27
58
|
}],
|
|
28
59
|
images: [{
|
|
29
60
|
image_sync: {
|
|
@@ -31,21 +62,28 @@ const info = {
|
|
|
31
62
|
base_denom: '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
|
|
32
63
|
},
|
|
33
64
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
|
|
65
|
+
}, {
|
|
66
|
+
image_sync: {
|
|
67
|
+
chain_name: 'base',
|
|
68
|
+
base_denom: 'wei'
|
|
69
|
+
},
|
|
70
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
71
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
34
72
|
}]
|
|
35
73
|
},
|
|
36
74
|
{
|
|
37
75
|
description: 'USDC issued on Base.',
|
|
38
76
|
type_asset: 'erc20',
|
|
39
|
-
address: '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
|
|
77
|
+
address: '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913',
|
|
40
78
|
denom_units: [{
|
|
41
|
-
denom: '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
|
|
79
|
+
denom: '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913',
|
|
42
80
|
exponent: 0,
|
|
43
81
|
aliases: ['uusdc']
|
|
44
82
|
}, {
|
|
45
83
|
denom: 'usdc',
|
|
46
84
|
exponent: 6
|
|
47
85
|
}],
|
|
48
|
-
base: '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
|
|
86
|
+
base: '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913',
|
|
49
87
|
name: 'USDC',
|
|
50
88
|
display: 'usdc',
|
|
51
89
|
symbol: 'USDC',
|
|
@@ -27,6 +27,7 @@ const info = {
|
|
|
27
27
|
}]
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
|
+
description: 'Ether (ETH) is the native currency of Optimism.',
|
|
30
31
|
type_asset: 'evm-base',
|
|
31
32
|
denom_units: [{
|
|
32
33
|
denom: 'wei',
|
|
@@ -40,12 +41,58 @@ const info = {
|
|
|
40
41
|
name: 'Ether',
|
|
41
42
|
symbol: 'ETH',
|
|
42
43
|
traces: [{
|
|
43
|
-
type: '
|
|
44
|
+
type: 'bridge',
|
|
44
45
|
counterparty: {
|
|
45
46
|
chain_name: 'ethereum',
|
|
46
47
|
base_denom: 'wei'
|
|
47
48
|
},
|
|
49
|
+
provider: 'Optimism Bridge'
|
|
50
|
+
}],
|
|
51
|
+
images: [{
|
|
52
|
+
image_sync: {
|
|
53
|
+
chain_name: 'ethereum',
|
|
54
|
+
base_denom: 'wei'
|
|
55
|
+
},
|
|
56
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
57
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
58
|
+
}]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
description: 'wETH is \'wrapped ETH\'',
|
|
62
|
+
type_asset: 'erc20',
|
|
63
|
+
denom_units: [{
|
|
64
|
+
denom: '0x4200000000000000000000000000000000000006',
|
|
65
|
+
exponent: 0
|
|
66
|
+
}, {
|
|
67
|
+
denom: 'weth',
|
|
68
|
+
exponent: 18
|
|
69
|
+
}],
|
|
70
|
+
address: '0x4200000000000000000000000000000000000006',
|
|
71
|
+
base: '0x4200000000000000000000000000000000000006',
|
|
72
|
+
display: 'weth',
|
|
73
|
+
name: 'Wrapped Ether',
|
|
74
|
+
symbol: 'WETH',
|
|
75
|
+
traces: [{
|
|
76
|
+
type: 'wrapped',
|
|
77
|
+
counterparty: {
|
|
78
|
+
chain_name: 'optimism',
|
|
79
|
+
base_denom: 'wei'
|
|
80
|
+
},
|
|
48
81
|
provider: 'Optimism'
|
|
82
|
+
}],
|
|
83
|
+
images: [{
|
|
84
|
+
image_sync: {
|
|
85
|
+
chain_name: 'ethereum',
|
|
86
|
+
base_denom: '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
|
|
87
|
+
},
|
|
88
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
|
|
89
|
+
}, {
|
|
90
|
+
image_sync: {
|
|
91
|
+
chain_name: 'optimism',
|
|
92
|
+
base_denom: 'wei'
|
|
93
|
+
},
|
|
94
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
95
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
49
96
|
}]
|
|
50
97
|
},
|
|
51
98
|
{
|
|
@@ -4,7 +4,7 @@ const info = {
|
|
|
4
4
|
$schema: '../assetlist.schema.json',
|
|
5
5
|
chain_name: 'firmachain',
|
|
6
6
|
assets: [{
|
|
7
|
-
description: '
|
|
7
|
+
description: 'FIRMACHAIN adds a signing and verifying e-contract function to the blockchain. Unlocking new limits of electronic contracts with blockchain technology, FIRMACHAIN seeks to resolve all the social and legal issues (contracts, notarial, etc.) with written contracts through the use of electronic contracts based on FIRMACHAIN’s data blockchain.',
|
|
8
8
|
denom_units: [{
|
|
9
9
|
denom: 'ufct',
|
|
10
10
|
exponent: 0
|
|
@@ -13,7 +13,7 @@ const info = {
|
|
|
13
13
|
exponent: 6
|
|
14
14
|
}],
|
|
15
15
|
base: 'ufct',
|
|
16
|
-
name: '
|
|
16
|
+
name: 'FIRMACHAIN',
|
|
17
17
|
display: 'fct',
|
|
18
18
|
symbol: 'FCT',
|
|
19
19
|
logo_URIs: {
|
|
@@ -34,6 +34,37 @@ const info = {
|
|
|
34
34
|
}
|
|
35
35
|
}]
|
|
36
36
|
},
|
|
37
|
+
{
|
|
38
|
+
description: 'Ether (ETH) is the native currency of Arbitrum.',
|
|
39
|
+
type_asset: 'evm-base',
|
|
40
|
+
denom_units: [{
|
|
41
|
+
denom: 'wei',
|
|
42
|
+
exponent: 0
|
|
43
|
+
}, {
|
|
44
|
+
denom: 'eth',
|
|
45
|
+
exponent: 18
|
|
46
|
+
}],
|
|
47
|
+
base: 'wei',
|
|
48
|
+
display: 'eth',
|
|
49
|
+
name: 'Ether',
|
|
50
|
+
symbol: 'ETH',
|
|
51
|
+
traces: [{
|
|
52
|
+
type: 'bridge',
|
|
53
|
+
counterparty: {
|
|
54
|
+
chain_name: 'ethereum',
|
|
55
|
+
base_denom: '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
|
|
56
|
+
},
|
|
57
|
+
provider: 'Arbitrum Bridge'
|
|
58
|
+
}],
|
|
59
|
+
images: [{
|
|
60
|
+
image_sync: {
|
|
61
|
+
chain_name: 'ethereum',
|
|
62
|
+
base_denom: 'wei'
|
|
63
|
+
},
|
|
64
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
65
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
66
|
+
}]
|
|
67
|
+
},
|
|
37
68
|
{
|
|
38
69
|
description: 'wETH is \'wrapped ETH\'',
|
|
39
70
|
type_asset: 'erc20',
|
|
@@ -50,12 +81,12 @@ const info = {
|
|
|
50
81
|
name: 'Wrapped Ether',
|
|
51
82
|
symbol: 'WETH',
|
|
52
83
|
traces: [{
|
|
53
|
-
type: '
|
|
84
|
+
type: 'wrapped',
|
|
54
85
|
counterparty: {
|
|
55
|
-
chain_name: '
|
|
56
|
-
base_denom: '
|
|
86
|
+
chain_name: 'arbitrum',
|
|
87
|
+
base_denom: 'wei'
|
|
57
88
|
},
|
|
58
|
-
provider: 'Arbitrum
|
|
89
|
+
provider: 'Arbitrum'
|
|
59
90
|
}],
|
|
60
91
|
images: [{
|
|
61
92
|
image_sync: {
|
|
@@ -63,6 +94,13 @@ const info = {
|
|
|
63
94
|
base_denom: '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
|
|
64
95
|
},
|
|
65
96
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
|
|
97
|
+
}, {
|
|
98
|
+
image_sync: {
|
|
99
|
+
chain_name: 'arbitrum',
|
|
100
|
+
base_denom: 'wei'
|
|
101
|
+
},
|
|
102
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
103
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
66
104
|
}]
|
|
67
105
|
},
|
|
68
106
|
{
|
package/noncosmos/base/assets.js
CHANGED
|
@@ -4,6 +4,37 @@ const info = {
|
|
|
4
4
|
$schema: '../assetlist.schema.json',
|
|
5
5
|
chain_name: 'base',
|
|
6
6
|
assets: [
|
|
7
|
+
{
|
|
8
|
+
description: 'Ether (ETH) is the native currency of Base.',
|
|
9
|
+
type_asset: 'evm-base',
|
|
10
|
+
denom_units: [{
|
|
11
|
+
denom: 'wei',
|
|
12
|
+
exponent: 0
|
|
13
|
+
}, {
|
|
14
|
+
denom: 'eth',
|
|
15
|
+
exponent: 18
|
|
16
|
+
}],
|
|
17
|
+
base: 'wei',
|
|
18
|
+
display: 'eth',
|
|
19
|
+
name: 'Ether',
|
|
20
|
+
symbol: 'ETH',
|
|
21
|
+
traces: [{
|
|
22
|
+
type: 'bridge',
|
|
23
|
+
counterparty: {
|
|
24
|
+
chain_name: 'ethereum',
|
|
25
|
+
base_denom: 'wei'
|
|
26
|
+
},
|
|
27
|
+
provider: 'Base Bridge'
|
|
28
|
+
}],
|
|
29
|
+
images: [{
|
|
30
|
+
image_sync: {
|
|
31
|
+
chain_name: 'ethereum',
|
|
32
|
+
base_denom: 'wei'
|
|
33
|
+
},
|
|
34
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
35
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
36
|
+
}]
|
|
37
|
+
},
|
|
7
38
|
{
|
|
8
39
|
description: 'wETH is \'wrapped ETH\'',
|
|
9
40
|
type_asset: 'erc20',
|
|
@@ -20,12 +51,12 @@ const info = {
|
|
|
20
51
|
name: 'Wrapped Ether',
|
|
21
52
|
symbol: 'WETH',
|
|
22
53
|
traces: [{
|
|
23
|
-
type: '
|
|
54
|
+
type: 'wrapped',
|
|
24
55
|
counterparty: {
|
|
25
|
-
chain_name: '
|
|
26
|
-
base_denom: '
|
|
56
|
+
chain_name: 'base',
|
|
57
|
+
base_denom: 'wei'
|
|
27
58
|
},
|
|
28
|
-
provider: 'Base
|
|
59
|
+
provider: 'Base'
|
|
29
60
|
}],
|
|
30
61
|
images: [{
|
|
31
62
|
image_sync: {
|
|
@@ -33,21 +64,28 @@ const info = {
|
|
|
33
64
|
base_denom: '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
|
|
34
65
|
},
|
|
35
66
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
|
|
67
|
+
}, {
|
|
68
|
+
image_sync: {
|
|
69
|
+
chain_name: 'base',
|
|
70
|
+
base_denom: 'wei'
|
|
71
|
+
},
|
|
72
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
73
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
36
74
|
}]
|
|
37
75
|
},
|
|
38
76
|
{
|
|
39
77
|
description: 'USDC issued on Base.',
|
|
40
78
|
type_asset: 'erc20',
|
|
41
|
-
address: '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
|
|
79
|
+
address: '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913',
|
|
42
80
|
denom_units: [{
|
|
43
|
-
denom: '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
|
|
81
|
+
denom: '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913',
|
|
44
82
|
exponent: 0,
|
|
45
83
|
aliases: ['uusdc']
|
|
46
84
|
}, {
|
|
47
85
|
denom: 'usdc',
|
|
48
86
|
exponent: 6
|
|
49
87
|
}],
|
|
50
|
-
base: '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
|
|
88
|
+
base: '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913',
|
|
51
89
|
name: 'USDC',
|
|
52
90
|
display: 'usdc',
|
|
53
91
|
symbol: 'USDC',
|
|
@@ -29,6 +29,7 @@ const info = {
|
|
|
29
29
|
}]
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
|
+
description: 'Ether (ETH) is the native currency of Optimism.',
|
|
32
33
|
type_asset: 'evm-base',
|
|
33
34
|
denom_units: [{
|
|
34
35
|
denom: 'wei',
|
|
@@ -42,12 +43,58 @@ const info = {
|
|
|
42
43
|
name: 'Ether',
|
|
43
44
|
symbol: 'ETH',
|
|
44
45
|
traces: [{
|
|
45
|
-
type: '
|
|
46
|
+
type: 'bridge',
|
|
46
47
|
counterparty: {
|
|
47
48
|
chain_name: 'ethereum',
|
|
48
49
|
base_denom: 'wei'
|
|
49
50
|
},
|
|
51
|
+
provider: 'Optimism Bridge'
|
|
52
|
+
}],
|
|
53
|
+
images: [{
|
|
54
|
+
image_sync: {
|
|
55
|
+
chain_name: 'ethereum',
|
|
56
|
+
base_denom: 'wei'
|
|
57
|
+
},
|
|
58
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
59
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
60
|
+
}]
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
description: 'wETH is \'wrapped ETH\'',
|
|
64
|
+
type_asset: 'erc20',
|
|
65
|
+
denom_units: [{
|
|
66
|
+
denom: '0x4200000000000000000000000000000000000006',
|
|
67
|
+
exponent: 0
|
|
68
|
+
}, {
|
|
69
|
+
denom: 'weth',
|
|
70
|
+
exponent: 18
|
|
71
|
+
}],
|
|
72
|
+
address: '0x4200000000000000000000000000000000000006',
|
|
73
|
+
base: '0x4200000000000000000000000000000000000006',
|
|
74
|
+
display: 'weth',
|
|
75
|
+
name: 'Wrapped Ether',
|
|
76
|
+
symbol: 'WETH',
|
|
77
|
+
traces: [{
|
|
78
|
+
type: 'wrapped',
|
|
79
|
+
counterparty: {
|
|
80
|
+
chain_name: 'optimism',
|
|
81
|
+
base_denom: 'wei'
|
|
82
|
+
},
|
|
50
83
|
provider: 'Optimism'
|
|
84
|
+
}],
|
|
85
|
+
images: [{
|
|
86
|
+
image_sync: {
|
|
87
|
+
chain_name: 'ethereum',
|
|
88
|
+
base_denom: '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
|
|
89
|
+
},
|
|
90
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
|
|
91
|
+
}, {
|
|
92
|
+
image_sync: {
|
|
93
|
+
chain_name: 'optimism',
|
|
94
|
+
base_denom: 'wei'
|
|
95
|
+
},
|
|
96
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
97
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
51
98
|
}]
|
|
52
99
|
},
|
|
53
100
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.63.
|
|
3
|
+
"version": "1.63.32",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/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.46.
|
|
32
|
+
"@chain-registry/utils": "^1.46.27",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.27"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "db071302b14ab9c407c4d1488376ee61979a7bd8"
|
|
47
47
|
}
|