@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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2023-07-
|
|
9
|
+
var timestamp = "2023-07-12T16:17:29.415Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -2506,6 +2506,20 @@ var tokens = [
|
|
|
2506
2506
|
decimals: 18,
|
|
2507
2507
|
logoURI: "https://ethereum-optimism.github.io/data/RSR/logo.png",
|
|
2508
2508
|
extensions: {
|
|
2509
|
+
baseBridgeAddress: "0xfa6d8ee5be770f84fc001d098c4bd604fe01284a",
|
|
2510
|
+
opListId: "extended",
|
|
2511
|
+
opTokenId: "RSR"
|
|
2512
|
+
}
|
|
2513
|
+
},
|
|
2514
|
+
{
|
|
2515
|
+
chainId: 84531,
|
|
2516
|
+
address: "0xc8058960a9d7E7d81143BDBA38d19e6824165932",
|
|
2517
|
+
name: "Base Goerli Reserve RSR",
|
|
2518
|
+
symbol: "RSR",
|
|
2519
|
+
decimals: 18,
|
|
2520
|
+
logoURI: "https://ethereum-optimism.github.io/data/RSR/logo.png",
|
|
2521
|
+
extensions: {
|
|
2522
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2509
2523
|
opListId: "extended",
|
|
2510
2524
|
opTokenId: "RSR"
|
|
2511
2525
|
}
|
|
@@ -3700,7 +3714,7 @@ var tokens = [
|
|
|
3700
3714
|
var version = {
|
|
3701
3715
|
major: 8,
|
|
3702
3716
|
minor: 3,
|
|
3703
|
-
patch:
|
|
3717
|
+
patch: 75
|
|
3704
3718
|
};
|
|
3705
3719
|
var optimism_tokenlist_default = {
|
|
3706
3720
|
name,
|