@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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-12-
|
|
25
|
+
var timestamp = "2024-12-31T14:03:56.886Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -4145,6 +4145,32 @@ var tokens = [
|
|
|
4145
4145
|
opTokenId: "IBEX"
|
|
4146
4146
|
}
|
|
4147
4147
|
},
|
|
4148
|
+
{
|
|
4149
|
+
chainId: 1,
|
|
4150
|
+
address: "0x71b14F197DBB6b937665C78120fC07f8355c2C2C",
|
|
4151
|
+
name: "IDRISS",
|
|
4152
|
+
symbol: "IDRISS",
|
|
4153
|
+
decimals: 18,
|
|
4154
|
+
logoURI: "https://ethereum-optimism.github.io/data/IDRISS/logo.svg",
|
|
4155
|
+
extensions: {
|
|
4156
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
4157
|
+
opListId: "extended",
|
|
4158
|
+
opTokenId: "IDRISS"
|
|
4159
|
+
}
|
|
4160
|
+
},
|
|
4161
|
+
{
|
|
4162
|
+
chainId: 8453,
|
|
4163
|
+
address: "0x000096630066820566162C94874A776532705231",
|
|
4164
|
+
name: "IDRISS",
|
|
4165
|
+
symbol: "IDRISS",
|
|
4166
|
+
decimals: 18,
|
|
4167
|
+
logoURI: "https://ethereum-optimism.github.io/data/IDRISS/logo.svg",
|
|
4168
|
+
extensions: {
|
|
4169
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4170
|
+
opListId: "extended",
|
|
4171
|
+
opTokenId: "IDRISS"
|
|
4172
|
+
}
|
|
4173
|
+
},
|
|
4148
4174
|
{
|
|
4149
4175
|
chainId: 1,
|
|
4150
4176
|
address: "0x1571eD0bed4D987fe2b498DdBaE7DFA19519F651",
|
|
@@ -11171,7 +11197,7 @@ var tokens = [
|
|
|
11171
11197
|
var version = {
|
|
11172
11198
|
major: 10,
|
|
11173
11199
|
minor: 0,
|
|
11174
|
-
patch:
|
|
11200
|
+
patch: 197
|
|
11175
11201
|
};
|
|
11176
11202
|
var optimism_tokenlist_default = {
|
|
11177
11203
|
name,
|