@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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2024-05-13T16:08:
|
|
9
|
+
var timestamp = "2024-05-13T16:08:51.010Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -3027,6 +3027,32 @@ var tokens = [
|
|
|
3027
3027
|
opTokenId: "IFARM"
|
|
3028
3028
|
}
|
|
3029
3029
|
},
|
|
3030
|
+
{
|
|
3031
|
+
chainId: 1,
|
|
3032
|
+
address: "0xA735A3AF76CC30791C61c10d585833829d36CBe0",
|
|
3033
|
+
name: "Image Generation AI",
|
|
3034
|
+
symbol: "imgnAI",
|
|
3035
|
+
decimals: 9,
|
|
3036
|
+
logoURI: "https://ethereum-optimism.github.io/data/IMGNAI/logo.svg",
|
|
3037
|
+
extensions: {
|
|
3038
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3039
|
+
opListId: "extended",
|
|
3040
|
+
opTokenId: "IMGNAI"
|
|
3041
|
+
}
|
|
3042
|
+
},
|
|
3043
|
+
{
|
|
3044
|
+
chainId: 8453,
|
|
3045
|
+
address: "0x18E692c03De43972Fe81058f322fa542Ae1A5E2c",
|
|
3046
|
+
name: "Imagine AI",
|
|
3047
|
+
symbol: "imgnAI",
|
|
3048
|
+
decimals: 9,
|
|
3049
|
+
logoURI: "https://ethereum-optimism.github.io/data/IMGNAI/logo.svg",
|
|
3050
|
+
extensions: {
|
|
3051
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3052
|
+
opListId: "extended",
|
|
3053
|
+
opTokenId: "IMGNAI"
|
|
3054
|
+
}
|
|
3055
|
+
},
|
|
3030
3056
|
{
|
|
3031
3057
|
chainId: 8453,
|
|
3032
3058
|
address: "0x235226d2050C001FE78dED104364F9C2eB852E42",
|
|
@@ -7817,7 +7843,7 @@ var tokens = [
|
|
|
7817
7843
|
var version = {
|
|
7818
7844
|
major: 10,
|
|
7819
7845
|
minor: 0,
|
|
7820
|
-
patch:
|
|
7846
|
+
patch: 59
|
|
7821
7847
|
};
|
|
7822
7848
|
var optimism_tokenlist_default = {
|
|
7823
7849
|
name,
|