@eth-optimism/tokenlist 10.0.58 → 10.0.59
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-d641ce14.d.ts → optimism.tokenlist-3c775d3d.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-13T16:08:
|
|
44
|
+
var timestamp = "2024-05-13T16:08:51.010Z";
|
|
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",
|
|
@@ -7852,7 +7878,7 @@ var tokens = [
|
|
|
7852
7878
|
var version = {
|
|
7853
7879
|
major: 10,
|
|
7854
7880
|
minor: 0,
|
|
7855
|
-
patch:
|
|
7881
|
+
patch: 59
|
|
7856
7882
|
};
|
|
7857
7883
|
var optimism_tokenlist_default = {
|
|
7858
7884
|
name,
|