@eth-optimism/tokenlist 7.3.41 → 7.3.42
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 +54 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +54 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-35e9b990.d.ts → optimism.tokenlist-71b764c0.d.ts} +54 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +54 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +54 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2023-04-
|
|
9
|
+
var timestamp = "2023-04-27T22:55:44.863Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -2279,6 +2279,58 @@ var tokens = [
|
|
|
2279
2279
|
opTokenId: "RGT"
|
|
2280
2280
|
}
|
|
2281
2281
|
},
|
|
2282
|
+
{
|
|
2283
|
+
chainId: 1,
|
|
2284
|
+
address: "0xD33526068D116cE69F19A9ee46F0bd304F21A51f",
|
|
2285
|
+
name: "Rocket Pool Protocol",
|
|
2286
|
+
symbol: "RPL",
|
|
2287
|
+
decimals: 18,
|
|
2288
|
+
logoURI: "https://ethereum-optimism.github.io/data/RPL/logo.svg",
|
|
2289
|
+
extensions: {
|
|
2290
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
2291
|
+
opListId: "extended",
|
|
2292
|
+
opTokenId: "RPL"
|
|
2293
|
+
}
|
|
2294
|
+
},
|
|
2295
|
+
{
|
|
2296
|
+
chainId: 10,
|
|
2297
|
+
address: "0xC81D1F0EB955B0c020E5d5b264E1FF72c14d1401",
|
|
2298
|
+
name: "Rocket Pool Protocol",
|
|
2299
|
+
symbol: "RPL",
|
|
2300
|
+
decimals: 18,
|
|
2301
|
+
logoURI: "https://ethereum-optimism.github.io/data/RPL/logo.svg",
|
|
2302
|
+
extensions: {
|
|
2303
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2304
|
+
opListId: "extended",
|
|
2305
|
+
opTokenId: "RPL"
|
|
2306
|
+
}
|
|
2307
|
+
},
|
|
2308
|
+
{
|
|
2309
|
+
chainId: 5,
|
|
2310
|
+
address: "0x5e932688E81a182e3dE211dB6544F98b8e4f89C7",
|
|
2311
|
+
name: "Rocket Pool Protocol",
|
|
2312
|
+
symbol: "RPL",
|
|
2313
|
+
decimals: 18,
|
|
2314
|
+
logoURI: "https://ethereum-optimism.github.io/data/RPL/logo.svg",
|
|
2315
|
+
extensions: {
|
|
2316
|
+
optimismBridgeAddress: "0x636Af16bf2f682dD3109e60102b8E1A089FedAa8",
|
|
2317
|
+
opListId: "extended",
|
|
2318
|
+
opTokenId: "RPL"
|
|
2319
|
+
}
|
|
2320
|
+
},
|
|
2321
|
+
{
|
|
2322
|
+
chainId: 420,
|
|
2323
|
+
address: "0xa00E3A3511aAC35cA78530c85007AFCd31753819",
|
|
2324
|
+
name: "Rocket Pool Protocol",
|
|
2325
|
+
symbol: "RPL",
|
|
2326
|
+
decimals: 18,
|
|
2327
|
+
logoURI: "https://ethereum-optimism.github.io/data/RPL/logo.svg",
|
|
2328
|
+
extensions: {
|
|
2329
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2330
|
+
opListId: "extended",
|
|
2331
|
+
opTokenId: "RPL"
|
|
2332
|
+
}
|
|
2333
|
+
},
|
|
2282
2334
|
{
|
|
2283
2335
|
chainId: 1,
|
|
2284
2336
|
address: "0x7697b462a7c4ff5f8b55bdbc2f4076c2af9cf51a",
|
|
@@ -3327,7 +3379,7 @@ var tokens = [
|
|
|
3327
3379
|
var version = {
|
|
3328
3380
|
major: 7,
|
|
3329
3381
|
minor: 3,
|
|
3330
|
-
patch:
|
|
3382
|
+
patch: 42
|
|
3331
3383
|
};
|
|
3332
3384
|
var optimism_tokenlist_default = {
|
|
3333
3385
|
name,
|