@eth-optimism/tokenlist 7.3.40 → 7.3.41
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/dist/index.d.ts +1 -1
- package/dist/index.js +30 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +30 -4
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-47fbb5bd.d.ts → optimism.tokenlist-35e9b990.d.ts} +30 -4
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +30 -4
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +30 -4
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2023-04-
|
|
25
|
+
var timestamp = "2023-04-27T17:03:50.026Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -2171,7 +2171,7 @@ var tokens = [
|
|
|
2171
2171
|
name: "Rocket Pool ETH",
|
|
2172
2172
|
symbol: "rETH",
|
|
2173
2173
|
decimals: 18,
|
|
2174
|
-
logoURI: "https://ethereum-optimism.github.io/data/rETH/logo.
|
|
2174
|
+
logoURI: "https://ethereum-optimism.github.io/data/rETH/logo.svg",
|
|
2175
2175
|
extensions: {
|
|
2176
2176
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
2177
2177
|
opListId: "default",
|
|
@@ -2184,7 +2184,33 @@ var tokens = [
|
|
|
2184
2184
|
name: "Rocket Pool ETH",
|
|
2185
2185
|
symbol: "rETH",
|
|
2186
2186
|
decimals: 18,
|
|
2187
|
-
logoURI: "https://ethereum-optimism.github.io/data/rETH/logo.
|
|
2187
|
+
logoURI: "https://ethereum-optimism.github.io/data/rETH/logo.svg",
|
|
2188
|
+
extensions: {
|
|
2189
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2190
|
+
opListId: "default",
|
|
2191
|
+
opTokenId: "rETH"
|
|
2192
|
+
}
|
|
2193
|
+
},
|
|
2194
|
+
{
|
|
2195
|
+
chainId: 5,
|
|
2196
|
+
address: "0x178E141a0E3b34152f73Ff610437A7bf9B83267A",
|
|
2197
|
+
name: "Rocket Pool ETH",
|
|
2198
|
+
symbol: "rETH",
|
|
2199
|
+
decimals: 18,
|
|
2200
|
+
logoURI: "https://ethereum-optimism.github.io/data/rETH/logo.svg",
|
|
2201
|
+
extensions: {
|
|
2202
|
+
optimismBridgeAddress: "0x636Af16bf2f682dD3109e60102b8E1A089FedAa8",
|
|
2203
|
+
opListId: "default",
|
|
2204
|
+
opTokenId: "rETH"
|
|
2205
|
+
}
|
|
2206
|
+
},
|
|
2207
|
+
{
|
|
2208
|
+
chainId: 420,
|
|
2209
|
+
address: "0x1010824414d822cd2167F9aD73a2a99bd2e0E4aE",
|
|
2210
|
+
name: "Rocket Pool ETH",
|
|
2211
|
+
symbol: "rETH",
|
|
2212
|
+
decimals: 18,
|
|
2213
|
+
logoURI: "https://ethereum-optimism.github.io/data/rETH/logo.svg",
|
|
2188
2214
|
extensions: {
|
|
2189
2215
|
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2190
2216
|
opListId: "default",
|
|
@@ -3317,7 +3343,7 @@ var tokens = [
|
|
|
3317
3343
|
var version = {
|
|
3318
3344
|
major: 7,
|
|
3319
3345
|
minor: 3,
|
|
3320
|
-
patch:
|
|
3346
|
+
patch: 41
|
|
3321
3347
|
};
|
|
3322
3348
|
var optimism_tokenlist_default = {
|
|
3323
3349
|
name,
|