@eth-optimism/tokenlist 8.3.74 → 8.3.75
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 +16 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-ee4c9827.d.ts → optimism.tokenlist-435f8334.d.ts} +16 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +16 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +16 -2
- 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-07-
|
|
44
|
+
var timestamp = "2023-07-12T16:17:29.415Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -2541,6 +2541,20 @@ var tokens = [
|
|
|
2541
2541
|
decimals: 18,
|
|
2542
2542
|
logoURI: "https://ethereum-optimism.github.io/data/RSR/logo.png",
|
|
2543
2543
|
extensions: {
|
|
2544
|
+
baseBridgeAddress: "0xfa6d8ee5be770f84fc001d098c4bd604fe01284a",
|
|
2545
|
+
opListId: "extended",
|
|
2546
|
+
opTokenId: "RSR"
|
|
2547
|
+
}
|
|
2548
|
+
},
|
|
2549
|
+
{
|
|
2550
|
+
chainId: 84531,
|
|
2551
|
+
address: "0xc8058960a9d7E7d81143BDBA38d19e6824165932",
|
|
2552
|
+
name: "Base Goerli Reserve RSR",
|
|
2553
|
+
symbol: "RSR",
|
|
2554
|
+
decimals: 18,
|
|
2555
|
+
logoURI: "https://ethereum-optimism.github.io/data/RSR/logo.png",
|
|
2556
|
+
extensions: {
|
|
2557
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2544
2558
|
opListId: "extended",
|
|
2545
2559
|
opTokenId: "RSR"
|
|
2546
2560
|
}
|
|
@@ -3735,7 +3749,7 @@ var tokens = [
|
|
|
3735
3749
|
var version = {
|
|
3736
3750
|
major: 8,
|
|
3737
3751
|
minor: 3,
|
|
3738
|
-
patch:
|
|
3752
|
+
patch: 75
|
|
3739
3753
|
};
|
|
3740
3754
|
var optimism_tokenlist_default = {
|
|
3741
3755
|
name,
|