@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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2024-05-
|
|
9
|
+
var timestamp = "2024-05-14T17:47:43.309Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -3169,6 +3169,32 @@ var tokens = [
|
|
|
3169
3169
|
opTokenId: "IYKYK"
|
|
3170
3170
|
}
|
|
3171
3171
|
},
|
|
3172
|
+
{
|
|
3173
|
+
chainId: 1,
|
|
3174
|
+
address: "0x23894DC9da6c94ECb439911cAF7d337746575A72",
|
|
3175
|
+
name: "Geojam",
|
|
3176
|
+
symbol: "JAM",
|
|
3177
|
+
decimals: 18,
|
|
3178
|
+
logoURI: "https://ethereum-optimism.github.io/data/JAM/logo.svg",
|
|
3179
|
+
extensions: {
|
|
3180
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3181
|
+
opListId: "extended",
|
|
3182
|
+
opTokenId: "JAM"
|
|
3183
|
+
}
|
|
3184
|
+
},
|
|
3185
|
+
{
|
|
3186
|
+
chainId: 8453,
|
|
3187
|
+
address: "0xff9957816c813c5ad0b9881a8990df1e3aa2a057",
|
|
3188
|
+
name: "Geojam",
|
|
3189
|
+
symbol: "JAM",
|
|
3190
|
+
decimals: 18,
|
|
3191
|
+
logoURI: "https://ethereum-optimism.github.io/data/JAM/logo.svg",
|
|
3192
|
+
extensions: {
|
|
3193
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3194
|
+
opListId: "extended",
|
|
3195
|
+
opTokenId: "JAM"
|
|
3196
|
+
}
|
|
3197
|
+
},
|
|
3172
3198
|
{
|
|
3173
3199
|
chainId: 1,
|
|
3174
3200
|
address: "0x8a9c67fee641579deba04928c4bc45f66e26343a",
|
|
@@ -7843,7 +7869,7 @@ var tokens = [
|
|
|
7843
7869
|
var version = {
|
|
7844
7870
|
major: 10,
|
|
7845
7871
|
minor: 0,
|
|
7846
|
-
patch:
|
|
7872
|
+
patch: 60
|
|
7847
7873
|
};
|
|
7848
7874
|
var optimism_tokenlist_default = {
|
|
7849
7875
|
name,
|