@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.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 = "2024-05-
|
|
44
|
+
var timestamp = "2024-05-14T17:47:43.309Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -3204,6 +3204,32 @@ var tokens = [
|
|
|
3204
3204
|
opTokenId: "IYKYK"
|
|
3205
3205
|
}
|
|
3206
3206
|
},
|
|
3207
|
+
{
|
|
3208
|
+
chainId: 1,
|
|
3209
|
+
address: "0x23894DC9da6c94ECb439911cAF7d337746575A72",
|
|
3210
|
+
name: "Geojam",
|
|
3211
|
+
symbol: "JAM",
|
|
3212
|
+
decimals: 18,
|
|
3213
|
+
logoURI: "https://ethereum-optimism.github.io/data/JAM/logo.svg",
|
|
3214
|
+
extensions: {
|
|
3215
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3216
|
+
opListId: "extended",
|
|
3217
|
+
opTokenId: "JAM"
|
|
3218
|
+
}
|
|
3219
|
+
},
|
|
3220
|
+
{
|
|
3221
|
+
chainId: 8453,
|
|
3222
|
+
address: "0xff9957816c813c5ad0b9881a8990df1e3aa2a057",
|
|
3223
|
+
name: "Geojam",
|
|
3224
|
+
symbol: "JAM",
|
|
3225
|
+
decimals: 18,
|
|
3226
|
+
logoURI: "https://ethereum-optimism.github.io/data/JAM/logo.svg",
|
|
3227
|
+
extensions: {
|
|
3228
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3229
|
+
opListId: "extended",
|
|
3230
|
+
opTokenId: "JAM"
|
|
3231
|
+
}
|
|
3232
|
+
},
|
|
3207
3233
|
{
|
|
3208
3234
|
chainId: 1,
|
|
3209
3235
|
address: "0x8a9c67fee641579deba04928c4bc45f66e26343a",
|
|
@@ -7878,7 +7904,7 @@ var tokens = [
|
|
|
7878
7904
|
var version = {
|
|
7879
7905
|
major: 10,
|
|
7880
7906
|
minor: 0,
|
|
7881
|
-
patch:
|
|
7907
|
+
patch: 60
|
|
7882
7908
|
};
|
|
7883
7909
|
var optimism_tokenlist_default = {
|
|
7884
7910
|
name,
|