@eth-optimism/tokenlist 8.3.74 → 8.3.76
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 +54 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +54 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-ee4c9827.d.ts → optimism.tokenlist-e5153860.d.ts} +54 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +54 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +54 -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-07-
|
|
25
|
+
var timestamp = "2023-07-12T16:19:03.980Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -992,6 +992,44 @@ var tokens = [
|
|
|
992
992
|
opTokenId: "ETH"
|
|
993
993
|
}
|
|
994
994
|
},
|
|
995
|
+
{
|
|
996
|
+
chainId: 1,
|
|
997
|
+
address: "0xE72B141DF173b999AE7c1aDcbF60Cc9833Ce56a8",
|
|
998
|
+
name: "ETHPlus",
|
|
999
|
+
symbol: "ETH+",
|
|
1000
|
+
decimals: 18,
|
|
1001
|
+
logoURI: "https://ethereum-optimism.github.io/data/ETH+/logo.png",
|
|
1002
|
+
extensions: {
|
|
1003
|
+
opListId: "extended",
|
|
1004
|
+
opTokenId: "ETH+"
|
|
1005
|
+
}
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
chainId: 5,
|
|
1009
|
+
address: "0x9828BEA55B91f5eAD1b4520680688C820b5a9Cbd",
|
|
1010
|
+
name: "ETHPlus",
|
|
1011
|
+
symbol: "ETH+",
|
|
1012
|
+
decimals: 18,
|
|
1013
|
+
logoURI: "https://ethereum-optimism.github.io/data/ETH+/logo.png",
|
|
1014
|
+
extensions: {
|
|
1015
|
+
baseBridgeAddress: "0xfa6d8ee5be770f84fc001d098c4bd604fe01284a",
|
|
1016
|
+
opListId: "extended",
|
|
1017
|
+
opTokenId: "ETH+"
|
|
1018
|
+
}
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
chainId: 84531,
|
|
1022
|
+
address: "0x0994206dfE8De6Ec6920FF4D779B0d950605Fb53",
|
|
1023
|
+
name: "ETHPlus",
|
|
1024
|
+
symbol: "ETH+",
|
|
1025
|
+
decimals: 18,
|
|
1026
|
+
logoURI: "https://ethereum-optimism.github.io/data/ETH+/logo.png",
|
|
1027
|
+
extensions: {
|
|
1028
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1029
|
+
opListId: "extended",
|
|
1030
|
+
opTokenId: "ETH+"
|
|
1031
|
+
}
|
|
1032
|
+
},
|
|
995
1033
|
{
|
|
996
1034
|
chainId: 1,
|
|
997
1035
|
address: "0xef3A930e1FfFFAcd2fc13434aC81bD278B0ecC8d",
|
|
@@ -2522,6 +2560,20 @@ var tokens = [
|
|
|
2522
2560
|
decimals: 18,
|
|
2523
2561
|
logoURI: "https://ethereum-optimism.github.io/data/RSR/logo.png",
|
|
2524
2562
|
extensions: {
|
|
2563
|
+
baseBridgeAddress: "0xfa6d8ee5be770f84fc001d098c4bd604fe01284a",
|
|
2564
|
+
opListId: "extended",
|
|
2565
|
+
opTokenId: "RSR"
|
|
2566
|
+
}
|
|
2567
|
+
},
|
|
2568
|
+
{
|
|
2569
|
+
chainId: 84531,
|
|
2570
|
+
address: "0xc8058960a9d7E7d81143BDBA38d19e6824165932",
|
|
2571
|
+
name: "Base Goerli Reserve RSR",
|
|
2572
|
+
symbol: "RSR",
|
|
2573
|
+
decimals: 18,
|
|
2574
|
+
logoURI: "https://ethereum-optimism.github.io/data/RSR/logo.png",
|
|
2575
|
+
extensions: {
|
|
2576
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2525
2577
|
opListId: "extended",
|
|
2526
2578
|
opTokenId: "RSR"
|
|
2527
2579
|
}
|
|
@@ -3716,7 +3768,7 @@ var tokens = [
|
|
|
3716
3768
|
var version = {
|
|
3717
3769
|
major: 8,
|
|
3718
3770
|
minor: 3,
|
|
3719
|
-
patch:
|
|
3771
|
+
patch: 76
|
|
3720
3772
|
};
|
|
3721
3773
|
var optimism_tokenlist_default = {
|
|
3722
3774
|
name,
|