@eth-optimism/tokenlist 8.3.77 → 8.3.79
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 +40 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +40 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-2b80fdbf.d.ts → optimism.tokenlist-63d4d2d6.d.ts} +40 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +40 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +40 -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-12T16:
|
|
25
|
+
var timestamp = "2023-07-12T16:24:33.378Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -3026,6 +3026,44 @@ var tokens = [
|
|
|
3026
3026
|
opTokenId: "TKN"
|
|
3027
3027
|
}
|
|
3028
3028
|
},
|
|
3029
|
+
{
|
|
3030
|
+
chainId: 1,
|
|
3031
|
+
address: "0x1C9922314ED1415c95b9FD453c3818fd41867d0B",
|
|
3032
|
+
name: "TOWER",
|
|
3033
|
+
symbol: "TOWER",
|
|
3034
|
+
decimals: 18,
|
|
3035
|
+
logoURI: "https://ethereum-optimism.github.io/data/TOWER/logo.svg",
|
|
3036
|
+
extensions: {
|
|
3037
|
+
opListId: "extended",
|
|
3038
|
+
opTokenId: "TOWER"
|
|
3039
|
+
}
|
|
3040
|
+
},
|
|
3041
|
+
{
|
|
3042
|
+
chainId: 5,
|
|
3043
|
+
address: "0xD56474D34A6a7B6C07D9c8E9535B658260BD3152",
|
|
3044
|
+
name: "TOWER",
|
|
3045
|
+
symbol: "TOWER",
|
|
3046
|
+
decimals: 18,
|
|
3047
|
+
logoURI: "https://ethereum-optimism.github.io/data/TOWER/logo.svg",
|
|
3048
|
+
extensions: {
|
|
3049
|
+
baseBridgeAddress: "0xfa6d8ee5be770f84fc001d098c4bd604fe01284a",
|
|
3050
|
+
opListId: "extended",
|
|
3051
|
+
opTokenId: "TOWER"
|
|
3052
|
+
}
|
|
3053
|
+
},
|
|
3054
|
+
{
|
|
3055
|
+
chainId: 84531,
|
|
3056
|
+
address: "0x0bab321796c25acAA0D82E60C53322Db1DBF5D07",
|
|
3057
|
+
name: "TOWER",
|
|
3058
|
+
symbol: "TOWER",
|
|
3059
|
+
decimals: 18,
|
|
3060
|
+
logoURI: "https://ethereum-optimism.github.io/data/TOWER/logo.svg",
|
|
3061
|
+
extensions: {
|
|
3062
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3063
|
+
opListId: "extended",
|
|
3064
|
+
opTokenId: "TOWER"
|
|
3065
|
+
}
|
|
3066
|
+
},
|
|
3029
3067
|
{
|
|
3030
3068
|
chainId: 1,
|
|
3031
3069
|
address: "0x88df592f8eb5d7bd38bfef7deb0fbc02cf3778a0",
|
|
@@ -3806,7 +3844,7 @@ var tokens = [
|
|
|
3806
3844
|
var version = {
|
|
3807
3845
|
major: 8,
|
|
3808
3846
|
minor: 3,
|
|
3809
|
-
patch:
|
|
3847
|
+
patch: 79
|
|
3810
3848
|
};
|
|
3811
3849
|
var optimism_tokenlist_default = {
|
|
3812
3850
|
name,
|