@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.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,
|
|
@@ -3062,6 +3062,32 @@ var tokens = [
|
|
|
3062
3062
|
opTokenId: "IFARM"
|
|
3063
3063
|
}
|
|
3064
3064
|
},
|
|
3065
|
+
{
|
|
3066
|
+
chainId: 1,
|
|
3067
|
+
address: "0xA735A3AF76CC30791C61c10d585833829d36CBe0",
|
|
3068
|
+
name: "Image Generation AI",
|
|
3069
|
+
symbol: "imgnAI",
|
|
3070
|
+
decimals: 9,
|
|
3071
|
+
logoURI: "https://ethereum-optimism.github.io/data/IMGNAI/logo.svg",
|
|
3072
|
+
extensions: {
|
|
3073
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3074
|
+
opListId: "extended",
|
|
3075
|
+
opTokenId: "IMGNAI"
|
|
3076
|
+
}
|
|
3077
|
+
},
|
|
3078
|
+
{
|
|
3079
|
+
chainId: 8453,
|
|
3080
|
+
address: "0x18E692c03De43972Fe81058f322fa542Ae1A5E2c",
|
|
3081
|
+
name: "Imagine AI",
|
|
3082
|
+
symbol: "imgnAI",
|
|
3083
|
+
decimals: 9,
|
|
3084
|
+
logoURI: "https://ethereum-optimism.github.io/data/IMGNAI/logo.svg",
|
|
3085
|
+
extensions: {
|
|
3086
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3087
|
+
opListId: "extended",
|
|
3088
|
+
opTokenId: "IMGNAI"
|
|
3089
|
+
}
|
|
3090
|
+
},
|
|
3065
3091
|
{
|
|
3066
3092
|
chainId: 8453,
|
|
3067
3093
|
address: "0x235226d2050C001FE78dED104364F9C2eB852E42",
|
|
@@ -3178,6 +3204,32 @@ var tokens = [
|
|
|
3178
3204
|
opTokenId: "IYKYK"
|
|
3179
3205
|
}
|
|
3180
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
|
+
},
|
|
3181
3233
|
{
|
|
3182
3234
|
chainId: 1,
|
|
3183
3235
|
address: "0x8a9c67fee641579deba04928c4bc45f66e26343a",
|
|
@@ -7852,7 +7904,7 @@ var tokens = [
|
|
|
7852
7904
|
var version = {
|
|
7853
7905
|
major: 10,
|
|
7854
7906
|
minor: 0,
|
|
7855
|
-
patch:
|
|
7907
|
+
patch: 60
|
|
7856
7908
|
};
|
|
7857
7909
|
var optimism_tokenlist_default = {
|
|
7858
7910
|
name,
|