@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/README.md
CHANGED
|
@@ -180,3 +180,5 @@ Your pull request will be validated by a series of automated checks. If one of t
|
|
|
180
180
|
### Wait for the token list to update automatically
|
|
181
181
|
|
|
182
182
|
Once your PR is merged, the token list will update automatically to include your token. Please do NOT update the token list (`optimism.tokenlist.json`) directly. All token list updates will be handled automatically when PRs are merged into the `master` branch.
|
|
183
|
+
|
|
184
|
+
Note that [the bridge UI](https://app.optimism.io/bridge/deposit) is updated approximately once every work day, so it might take a day (or three in the case of an update on Friday) until your token is available there.
|
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-
|
|
44
|
+
var timestamp = "2023-06-02T16:45:35.913Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -2511,6 +2511,45 @@ var tokens = [
|
|
|
2511
2511
|
opTokenId: "RPL"
|
|
2512
2512
|
}
|
|
2513
2513
|
},
|
|
2514
|
+
{
|
|
2515
|
+
chainId: 1,
|
|
2516
|
+
address: "0x320623b8e4ff03373931769a31fc52a4e78b5d70",
|
|
2517
|
+
name: "Reserve Rights",
|
|
2518
|
+
symbol: "RSR",
|
|
2519
|
+
decimals: 18,
|
|
2520
|
+
logoURI: "https://ethereum-optimism.github.io/data/RSR/logo.png",
|
|
2521
|
+
extensions: {
|
|
2522
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
2523
|
+
opListId: "extended",
|
|
2524
|
+
opTokenId: "RSR"
|
|
2525
|
+
}
|
|
2526
|
+
},
|
|
2527
|
+
{
|
|
2528
|
+
chainId: 5,
|
|
2529
|
+
address: "0xB58b5530332D2E9e15bfd1f2525E6fD84e830307",
|
|
2530
|
+
name: "Goerli Reserve RSR",
|
|
2531
|
+
symbol: "RSR",
|
|
2532
|
+
decimals: 18,
|
|
2533
|
+
logoURI: "https://ethereum-optimism.github.io/data/RSR/logo.png",
|
|
2534
|
+
extensions: {
|
|
2535
|
+
optimismBridgeAddress: "0x636Af16bf2f682dD3109e60102b8E1A089FedAa8",
|
|
2536
|
+
opListId: "extended",
|
|
2537
|
+
opTokenId: "RSR"
|
|
2538
|
+
}
|
|
2539
|
+
},
|
|
2540
|
+
{
|
|
2541
|
+
chainId: 84531,
|
|
2542
|
+
address: "0xc8058960a9d7E7d81143BDBA38d19e6824165932",
|
|
2543
|
+
name: "Base Goerli Reserve RSR",
|
|
2544
|
+
symbol: "RSR",
|
|
2545
|
+
decimals: 18,
|
|
2546
|
+
logoURI: "https://ethereum-optimism.github.io/data/RSR/logo.png",
|
|
2547
|
+
extensions: {
|
|
2548
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2549
|
+
opListId: "extended",
|
|
2550
|
+
opTokenId: "RSR"
|
|
2551
|
+
}
|
|
2552
|
+
},
|
|
2514
2553
|
{
|
|
2515
2554
|
chainId: 1,
|
|
2516
2555
|
address: "0x7697b462a7c4ff5f8b55bdbc2f4076c2af9cf51a",
|
|
@@ -3639,7 +3678,7 @@ var tokens = [
|
|
|
3639
3678
|
var version = {
|
|
3640
3679
|
major: 7,
|
|
3641
3680
|
minor: 3,
|
|
3642
|
-
patch:
|
|
3681
|
+
patch: 59
|
|
3643
3682
|
};
|
|
3644
3683
|
var optimism_tokenlist_default = {
|
|
3645
3684
|
name,
|