@eth-optimism/tokenlist 7.3.57 → 7.3.59
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/README.md +2 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +41 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +41 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-5ca798d1.d.ts → optimism.tokenlist-77b0b7d6.d.ts} +41 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +41 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +41 -2
- 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-
|
|
25
|
+
var timestamp = "2023-06-02T16:45:35.913Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -2492,6 +2492,45 @@ var tokens = [
|
|
|
2492
2492
|
opTokenId: "RPL"
|
|
2493
2493
|
}
|
|
2494
2494
|
},
|
|
2495
|
+
{
|
|
2496
|
+
chainId: 1,
|
|
2497
|
+
address: "0x320623b8e4ff03373931769a31fc52a4e78b5d70",
|
|
2498
|
+
name: "Reserve Rights",
|
|
2499
|
+
symbol: "RSR",
|
|
2500
|
+
decimals: 18,
|
|
2501
|
+
logoURI: "https://ethereum-optimism.github.io/data/RSR/logo.png",
|
|
2502
|
+
extensions: {
|
|
2503
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
2504
|
+
opListId: "extended",
|
|
2505
|
+
opTokenId: "RSR"
|
|
2506
|
+
}
|
|
2507
|
+
},
|
|
2508
|
+
{
|
|
2509
|
+
chainId: 5,
|
|
2510
|
+
address: "0xB58b5530332D2E9e15bfd1f2525E6fD84e830307",
|
|
2511
|
+
name: "Goerli Reserve RSR",
|
|
2512
|
+
symbol: "RSR",
|
|
2513
|
+
decimals: 18,
|
|
2514
|
+
logoURI: "https://ethereum-optimism.github.io/data/RSR/logo.png",
|
|
2515
|
+
extensions: {
|
|
2516
|
+
optimismBridgeAddress: "0x636Af16bf2f682dD3109e60102b8E1A089FedAa8",
|
|
2517
|
+
opListId: "extended",
|
|
2518
|
+
opTokenId: "RSR"
|
|
2519
|
+
}
|
|
2520
|
+
},
|
|
2521
|
+
{
|
|
2522
|
+
chainId: 84531,
|
|
2523
|
+
address: "0xc8058960a9d7E7d81143BDBA38d19e6824165932",
|
|
2524
|
+
name: "Base Goerli Reserve RSR",
|
|
2525
|
+
symbol: "RSR",
|
|
2526
|
+
decimals: 18,
|
|
2527
|
+
logoURI: "https://ethereum-optimism.github.io/data/RSR/logo.png",
|
|
2528
|
+
extensions: {
|
|
2529
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2530
|
+
opListId: "extended",
|
|
2531
|
+
opTokenId: "RSR"
|
|
2532
|
+
}
|
|
2533
|
+
},
|
|
2495
2534
|
{
|
|
2496
2535
|
chainId: 1,
|
|
2497
2536
|
address: "0x7697b462a7c4ff5f8b55bdbc2f4076c2af9cf51a",
|
|
@@ -3620,7 +3659,7 @@ var tokens = [
|
|
|
3620
3659
|
var version = {
|
|
3621
3660
|
major: 7,
|
|
3622
3661
|
minor: 3,
|
|
3623
|
-
patch:
|
|
3662
|
+
patch: 59
|
|
3624
3663
|
};
|
|
3625
3664
|
var optimism_tokenlist_default = {
|
|
3626
3665
|
name,
|