@eth-optimism/tokenlist 10.0.59 → 10.0.60
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 +28 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-3c775d3d.d.ts → optimism.tokenlist-7becf6c5.d.ts} +28 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +28 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +28 -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 = "2024-05-
|
|
25
|
+
var timestamp = "2024-05-14T17:47:43.309Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -3185,6 +3185,32 @@ var tokens = [
|
|
|
3185
3185
|
opTokenId: "IYKYK"
|
|
3186
3186
|
}
|
|
3187
3187
|
},
|
|
3188
|
+
{
|
|
3189
|
+
chainId: 1,
|
|
3190
|
+
address: "0x23894DC9da6c94ECb439911cAF7d337746575A72",
|
|
3191
|
+
name: "Geojam",
|
|
3192
|
+
symbol: "JAM",
|
|
3193
|
+
decimals: 18,
|
|
3194
|
+
logoURI: "https://ethereum-optimism.github.io/data/JAM/logo.svg",
|
|
3195
|
+
extensions: {
|
|
3196
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3197
|
+
opListId: "extended",
|
|
3198
|
+
opTokenId: "JAM"
|
|
3199
|
+
}
|
|
3200
|
+
},
|
|
3201
|
+
{
|
|
3202
|
+
chainId: 8453,
|
|
3203
|
+
address: "0xff9957816c813c5ad0b9881a8990df1e3aa2a057",
|
|
3204
|
+
name: "Geojam",
|
|
3205
|
+
symbol: "JAM",
|
|
3206
|
+
decimals: 18,
|
|
3207
|
+
logoURI: "https://ethereum-optimism.github.io/data/JAM/logo.svg",
|
|
3208
|
+
extensions: {
|
|
3209
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3210
|
+
opListId: "extended",
|
|
3211
|
+
opTokenId: "JAM"
|
|
3212
|
+
}
|
|
3213
|
+
},
|
|
3188
3214
|
{
|
|
3189
3215
|
chainId: 1,
|
|
3190
3216
|
address: "0x8a9c67fee641579deba04928c4bc45f66e26343a",
|
|
@@ -7859,7 +7885,7 @@ var tokens = [
|
|
|
7859
7885
|
var version = {
|
|
7860
7886
|
major: 10,
|
|
7861
7887
|
minor: 0,
|
|
7862
|
-
patch:
|
|
7888
|
+
patch: 60
|
|
7863
7889
|
};
|
|
7864
7890
|
var optimism_tokenlist_default = {
|
|
7865
7891
|
name,
|