@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
|
@@ -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:19:03.980Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -976,6 +976,44 @@ var tokens = [
|
|
|
976
976
|
opTokenId: "ETH"
|
|
977
977
|
}
|
|
978
978
|
},
|
|
979
|
+
{
|
|
980
|
+
chainId: 1,
|
|
981
|
+
address: "0xE72B141DF173b999AE7c1aDcbF60Cc9833Ce56a8",
|
|
982
|
+
name: "ETHPlus",
|
|
983
|
+
symbol: "ETH+",
|
|
984
|
+
decimals: 18,
|
|
985
|
+
logoURI: "https://ethereum-optimism.github.io/data/ETH+/logo.png",
|
|
986
|
+
extensions: {
|
|
987
|
+
opListId: "extended",
|
|
988
|
+
opTokenId: "ETH+"
|
|
989
|
+
}
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
chainId: 5,
|
|
993
|
+
address: "0x9828BEA55B91f5eAD1b4520680688C820b5a9Cbd",
|
|
994
|
+
name: "ETHPlus",
|
|
995
|
+
symbol: "ETH+",
|
|
996
|
+
decimals: 18,
|
|
997
|
+
logoURI: "https://ethereum-optimism.github.io/data/ETH+/logo.png",
|
|
998
|
+
extensions: {
|
|
999
|
+
baseBridgeAddress: "0xfa6d8ee5be770f84fc001d098c4bd604fe01284a",
|
|
1000
|
+
opListId: "extended",
|
|
1001
|
+
opTokenId: "ETH+"
|
|
1002
|
+
}
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
chainId: 84531,
|
|
1006
|
+
address: "0x0994206dfE8De6Ec6920FF4D779B0d950605Fb53",
|
|
1007
|
+
name: "ETHPlus",
|
|
1008
|
+
symbol: "ETH+",
|
|
1009
|
+
decimals: 18,
|
|
1010
|
+
logoURI: "https://ethereum-optimism.github.io/data/ETH+/logo.png",
|
|
1011
|
+
extensions: {
|
|
1012
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1013
|
+
opListId: "extended",
|
|
1014
|
+
opTokenId: "ETH+"
|
|
1015
|
+
}
|
|
1016
|
+
},
|
|
979
1017
|
{
|
|
980
1018
|
chainId: 1,
|
|
981
1019
|
address: "0xef3A930e1FfFFAcd2fc13434aC81bD278B0ecC8d",
|
|
@@ -2506,6 +2544,20 @@ var tokens = [
|
|
|
2506
2544
|
decimals: 18,
|
|
2507
2545
|
logoURI: "https://ethereum-optimism.github.io/data/RSR/logo.png",
|
|
2508
2546
|
extensions: {
|
|
2547
|
+
baseBridgeAddress: "0xfa6d8ee5be770f84fc001d098c4bd604fe01284a",
|
|
2548
|
+
opListId: "extended",
|
|
2549
|
+
opTokenId: "RSR"
|
|
2550
|
+
}
|
|
2551
|
+
},
|
|
2552
|
+
{
|
|
2553
|
+
chainId: 84531,
|
|
2554
|
+
address: "0xc8058960a9d7E7d81143BDBA38d19e6824165932",
|
|
2555
|
+
name: "Base Goerli Reserve RSR",
|
|
2556
|
+
symbol: "RSR",
|
|
2557
|
+
decimals: 18,
|
|
2558
|
+
logoURI: "https://ethereum-optimism.github.io/data/RSR/logo.png",
|
|
2559
|
+
extensions: {
|
|
2560
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2509
2561
|
opListId: "extended",
|
|
2510
2562
|
opTokenId: "RSR"
|
|
2511
2563
|
}
|
|
@@ -3700,7 +3752,7 @@ var tokens = [
|
|
|
3700
3752
|
var version = {
|
|
3701
3753
|
major: 8,
|
|
3702
3754
|
minor: 3,
|
|
3703
|
-
patch:
|
|
3755
|
+
patch: 76
|
|
3704
3756
|
};
|
|
3705
3757
|
var optimism_tokenlist_default = {
|
|
3706
3758
|
name,
|