@eth-optimism/tokenlist 10.0.196 → 10.0.197
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-52088e73.d.ts → optimism.tokenlist-1ce469a8.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-12-
|
|
44
|
+
var timestamp = "2024-12-31T14:03:56.886Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -4164,6 +4164,32 @@ var tokens = [
|
|
|
4164
4164
|
opTokenId: "IBEX"
|
|
4165
4165
|
}
|
|
4166
4166
|
},
|
|
4167
|
+
{
|
|
4168
|
+
chainId: 1,
|
|
4169
|
+
address: "0x71b14F197DBB6b937665C78120fC07f8355c2C2C",
|
|
4170
|
+
name: "IDRISS",
|
|
4171
|
+
symbol: "IDRISS",
|
|
4172
|
+
decimals: 18,
|
|
4173
|
+
logoURI: "https://ethereum-optimism.github.io/data/IDRISS/logo.svg",
|
|
4174
|
+
extensions: {
|
|
4175
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
4176
|
+
opListId: "extended",
|
|
4177
|
+
opTokenId: "IDRISS"
|
|
4178
|
+
}
|
|
4179
|
+
},
|
|
4180
|
+
{
|
|
4181
|
+
chainId: 8453,
|
|
4182
|
+
address: "0x000096630066820566162C94874A776532705231",
|
|
4183
|
+
name: "IDRISS",
|
|
4184
|
+
symbol: "IDRISS",
|
|
4185
|
+
decimals: 18,
|
|
4186
|
+
logoURI: "https://ethereum-optimism.github.io/data/IDRISS/logo.svg",
|
|
4187
|
+
extensions: {
|
|
4188
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4189
|
+
opListId: "extended",
|
|
4190
|
+
opTokenId: "IDRISS"
|
|
4191
|
+
}
|
|
4192
|
+
},
|
|
4167
4193
|
{
|
|
4168
4194
|
chainId: 1,
|
|
4169
4195
|
address: "0x1571eD0bed4D987fe2b498DdBaE7DFA19519F651",
|
|
@@ -11190,7 +11216,7 @@ var tokens = [
|
|
|
11190
11216
|
var version = {
|
|
11191
11217
|
major: 10,
|
|
11192
11218
|
minor: 0,
|
|
11193
|
-
patch:
|
|
11219
|
+
patch: 197
|
|
11194
11220
|
};
|
|
11195
11221
|
var optimism_tokenlist_default = {
|
|
11196
11222
|
name,
|