@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.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:19:03.980Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -1011,6 +1011,44 @@ var tokens = [
|
|
|
1011
1011
|
opTokenId: "ETH"
|
|
1012
1012
|
}
|
|
1013
1013
|
},
|
|
1014
|
+
{
|
|
1015
|
+
chainId: 1,
|
|
1016
|
+
address: "0xE72B141DF173b999AE7c1aDcbF60Cc9833Ce56a8",
|
|
1017
|
+
name: "ETHPlus",
|
|
1018
|
+
symbol: "ETH+",
|
|
1019
|
+
decimals: 18,
|
|
1020
|
+
logoURI: "https://ethereum-optimism.github.io/data/ETH+/logo.png",
|
|
1021
|
+
extensions: {
|
|
1022
|
+
opListId: "extended",
|
|
1023
|
+
opTokenId: "ETH+"
|
|
1024
|
+
}
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
chainId: 5,
|
|
1028
|
+
address: "0x9828BEA55B91f5eAD1b4520680688C820b5a9Cbd",
|
|
1029
|
+
name: "ETHPlus",
|
|
1030
|
+
symbol: "ETH+",
|
|
1031
|
+
decimals: 18,
|
|
1032
|
+
logoURI: "https://ethereum-optimism.github.io/data/ETH+/logo.png",
|
|
1033
|
+
extensions: {
|
|
1034
|
+
baseBridgeAddress: "0xfa6d8ee5be770f84fc001d098c4bd604fe01284a",
|
|
1035
|
+
opListId: "extended",
|
|
1036
|
+
opTokenId: "ETH+"
|
|
1037
|
+
}
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
chainId: 84531,
|
|
1041
|
+
address: "0x0994206dfE8De6Ec6920FF4D779B0d950605Fb53",
|
|
1042
|
+
name: "ETHPlus",
|
|
1043
|
+
symbol: "ETH+",
|
|
1044
|
+
decimals: 18,
|
|
1045
|
+
logoURI: "https://ethereum-optimism.github.io/data/ETH+/logo.png",
|
|
1046
|
+
extensions: {
|
|
1047
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1048
|
+
opListId: "extended",
|
|
1049
|
+
opTokenId: "ETH+"
|
|
1050
|
+
}
|
|
1051
|
+
},
|
|
1014
1052
|
{
|
|
1015
1053
|
chainId: 1,
|
|
1016
1054
|
address: "0xef3A930e1FfFFAcd2fc13434aC81bD278B0ecC8d",
|
|
@@ -2541,6 +2579,20 @@ var tokens = [
|
|
|
2541
2579
|
decimals: 18,
|
|
2542
2580
|
logoURI: "https://ethereum-optimism.github.io/data/RSR/logo.png",
|
|
2543
2581
|
extensions: {
|
|
2582
|
+
baseBridgeAddress: "0xfa6d8ee5be770f84fc001d098c4bd604fe01284a",
|
|
2583
|
+
opListId: "extended",
|
|
2584
|
+
opTokenId: "RSR"
|
|
2585
|
+
}
|
|
2586
|
+
},
|
|
2587
|
+
{
|
|
2588
|
+
chainId: 84531,
|
|
2589
|
+
address: "0xc8058960a9d7E7d81143BDBA38d19e6824165932",
|
|
2590
|
+
name: "Base Goerli Reserve RSR",
|
|
2591
|
+
symbol: "RSR",
|
|
2592
|
+
decimals: 18,
|
|
2593
|
+
logoURI: "https://ethereum-optimism.github.io/data/RSR/logo.png",
|
|
2594
|
+
extensions: {
|
|
2595
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2544
2596
|
opListId: "extended",
|
|
2545
2597
|
opTokenId: "RSR"
|
|
2546
2598
|
}
|
|
@@ -3735,7 +3787,7 @@ var tokens = [
|
|
|
3735
3787
|
var version = {
|
|
3736
3788
|
major: 8,
|
|
3737
3789
|
minor: 3,
|
|
3738
|
-
patch:
|
|
3790
|
+
patch: 76
|
|
3739
3791
|
};
|
|
3740
3792
|
var optimism_tokenlist_default = {
|
|
3741
3793
|
name,
|