@eth-optimism/tokenlist 8.3.67 → 8.3.69
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 +2 -16
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -16
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-b76abe62.d.ts → optimism.tokenlist-d6d2b861.d.ts} +2 -16
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +2 -16
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +2 -16
- 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-06-
|
|
44
|
+
var timestamp = "2023-06-15T22:35:13.089Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -2531,20 +2531,6 @@ var tokens = [
|
|
|
2531
2531
|
decimals: 18,
|
|
2532
2532
|
logoURI: "https://ethereum-optimism.github.io/data/RSR/logo.png",
|
|
2533
2533
|
extensions: {
|
|
2534
|
-
baseBridgeAddress: "0xfa6d8ee5be770f84fc001d098c4bd604fe01284a",
|
|
2535
|
-
opListId: "extended",
|
|
2536
|
-
opTokenId: "RSR"
|
|
2537
|
-
}
|
|
2538
|
-
},
|
|
2539
|
-
{
|
|
2540
|
-
chainId: 84531,
|
|
2541
|
-
address: "0xc8058960a9d7E7d81143BDBA38d19e6824165932",
|
|
2542
|
-
name: "Base Goerli Reserve RSR",
|
|
2543
|
-
symbol: "RSR",
|
|
2544
|
-
decimals: 18,
|
|
2545
|
-
logoURI: "https://ethereum-optimism.github.io/data/RSR/logo.png",
|
|
2546
|
-
extensions: {
|
|
2547
|
-
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2548
2534
|
opListId: "extended",
|
|
2549
2535
|
opTokenId: "RSR"
|
|
2550
2536
|
}
|
|
@@ -3729,7 +3715,7 @@ var tokens = [
|
|
|
3729
3715
|
var version = {
|
|
3730
3716
|
major: 8,
|
|
3731
3717
|
minor: 3,
|
|
3732
|
-
patch:
|
|
3718
|
+
patch: 69
|
|
3733
3719
|
};
|
|
3734
3720
|
var optimism_tokenlist_default = {
|
|
3735
3721
|
name,
|