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