@eth-optimism/tokenlist 10.0.58 → 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 +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-d641ce14.d.ts → optimism.tokenlist-7becf6c5.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
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,
|
|
@@ -3043,6 +3043,32 @@ var tokens = [
|
|
|
3043
3043
|
opTokenId: "IFARM"
|
|
3044
3044
|
}
|
|
3045
3045
|
},
|
|
3046
|
+
{
|
|
3047
|
+
chainId: 1,
|
|
3048
|
+
address: "0xA735A3AF76CC30791C61c10d585833829d36CBe0",
|
|
3049
|
+
name: "Image Generation AI",
|
|
3050
|
+
symbol: "imgnAI",
|
|
3051
|
+
decimals: 9,
|
|
3052
|
+
logoURI: "https://ethereum-optimism.github.io/data/IMGNAI/logo.svg",
|
|
3053
|
+
extensions: {
|
|
3054
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3055
|
+
opListId: "extended",
|
|
3056
|
+
opTokenId: "IMGNAI"
|
|
3057
|
+
}
|
|
3058
|
+
},
|
|
3059
|
+
{
|
|
3060
|
+
chainId: 8453,
|
|
3061
|
+
address: "0x18E692c03De43972Fe81058f322fa542Ae1A5E2c",
|
|
3062
|
+
name: "Imagine AI",
|
|
3063
|
+
symbol: "imgnAI",
|
|
3064
|
+
decimals: 9,
|
|
3065
|
+
logoURI: "https://ethereum-optimism.github.io/data/IMGNAI/logo.svg",
|
|
3066
|
+
extensions: {
|
|
3067
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3068
|
+
opListId: "extended",
|
|
3069
|
+
opTokenId: "IMGNAI"
|
|
3070
|
+
}
|
|
3071
|
+
},
|
|
3046
3072
|
{
|
|
3047
3073
|
chainId: 8453,
|
|
3048
3074
|
address: "0x235226d2050C001FE78dED104364F9C2eB852E42",
|
|
@@ -3159,6 +3185,32 @@ var tokens = [
|
|
|
3159
3185
|
opTokenId: "IYKYK"
|
|
3160
3186
|
}
|
|
3161
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
|
+
},
|
|
3162
3214
|
{
|
|
3163
3215
|
chainId: 1,
|
|
3164
3216
|
address: "0x8a9c67fee641579deba04928c4bc45f66e26343a",
|
|
@@ -7833,7 +7885,7 @@ var tokens = [
|
|
|
7833
7885
|
var version = {
|
|
7834
7886
|
major: 10,
|
|
7835
7887
|
minor: 0,
|
|
7836
|
-
patch:
|
|
7888
|
+
patch: 60
|
|
7837
7889
|
};
|
|
7838
7890
|
var optimism_tokenlist_default = {
|
|
7839
7891
|
name,
|