@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.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -41,7 +41,7 @@ var keywords = [
|
|
|
41
41
|
"layer2",
|
|
42
42
|
"infrastructure"
|
|
43
43
|
];
|
|
44
|
-
var timestamp = "2023-04-
|
|
44
|
+
var timestamp = "2023-04-27T17:03:50.026Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -2190,7 +2190,7 @@ var tokens = [
|
|
|
2190
2190
|
name: "Rocket Pool ETH",
|
|
2191
2191
|
symbol: "rETH",
|
|
2192
2192
|
decimals: 18,
|
|
2193
|
-
logoURI: "https://ethereum-optimism.github.io/data/rETH/logo.
|
|
2193
|
+
logoURI: "https://ethereum-optimism.github.io/data/rETH/logo.svg",
|
|
2194
2194
|
extensions: {
|
|
2195
2195
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
2196
2196
|
opListId: "default",
|
|
@@ -2203,7 +2203,33 @@ var tokens = [
|
|
|
2203
2203
|
name: "Rocket Pool ETH",
|
|
2204
2204
|
symbol: "rETH",
|
|
2205
2205
|
decimals: 18,
|
|
2206
|
-
logoURI: "https://ethereum-optimism.github.io/data/rETH/logo.
|
|
2206
|
+
logoURI: "https://ethereum-optimism.github.io/data/rETH/logo.svg",
|
|
2207
|
+
extensions: {
|
|
2208
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2209
|
+
opListId: "default",
|
|
2210
|
+
opTokenId: "rETH"
|
|
2211
|
+
}
|
|
2212
|
+
},
|
|
2213
|
+
{
|
|
2214
|
+
chainId: 5,
|
|
2215
|
+
address: "0x178E141a0E3b34152f73Ff610437A7bf9B83267A",
|
|
2216
|
+
name: "Rocket Pool ETH",
|
|
2217
|
+
symbol: "rETH",
|
|
2218
|
+
decimals: 18,
|
|
2219
|
+
logoURI: "https://ethereum-optimism.github.io/data/rETH/logo.svg",
|
|
2220
|
+
extensions: {
|
|
2221
|
+
optimismBridgeAddress: "0x636Af16bf2f682dD3109e60102b8E1A089FedAa8",
|
|
2222
|
+
opListId: "default",
|
|
2223
|
+
opTokenId: "rETH"
|
|
2224
|
+
}
|
|
2225
|
+
},
|
|
2226
|
+
{
|
|
2227
|
+
chainId: 420,
|
|
2228
|
+
address: "0x1010824414d822cd2167F9aD73a2a99bd2e0E4aE",
|
|
2229
|
+
name: "Rocket Pool ETH",
|
|
2230
|
+
symbol: "rETH",
|
|
2231
|
+
decimals: 18,
|
|
2232
|
+
logoURI: "https://ethereum-optimism.github.io/data/rETH/logo.svg",
|
|
2207
2233
|
extensions: {
|
|
2208
2234
|
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2209
2235
|
opListId: "default",
|
|
@@ -3336,7 +3362,7 @@ var tokens = [
|
|
|
3336
3362
|
var version = {
|
|
3337
3363
|
major: 7,
|
|
3338
3364
|
minor: 3,
|
|
3339
|
-
patch:
|
|
3365
|
+
patch: 41
|
|
3340
3366
|
};
|
|
3341
3367
|
var optimism_tokenlist_default = {
|
|
3342
3368
|
name,
|