@eth-optimism/tokenlist 10.0.196 → 10.0.198
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 +42 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +42 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-52088e73.d.ts → optimism.tokenlist-9809b5b5.d.ts} +42 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +42 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +42 -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 = "
|
|
25
|
+
var timestamp = "2025-01-07T01:08:24.603Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -114,6 +114,7 @@ var tokens = [
|
|
|
114
114
|
extensions: {
|
|
115
115
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
116
116
|
modeBridgeAddress: "0x735aDBbE72226BD52e818E7181953f42E3b0FF21",
|
|
117
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
117
118
|
opListId: "default",
|
|
118
119
|
opTokenId: "AAVE"
|
|
119
120
|
}
|
|
@@ -144,6 +145,19 @@ var tokens = [
|
|
|
144
145
|
opTokenId: "AAVE"
|
|
145
146
|
}
|
|
146
147
|
},
|
|
148
|
+
{
|
|
149
|
+
chainId: 8453,
|
|
150
|
+
address: "0x63706e401c06ac8513145b7687A14804d17f814b",
|
|
151
|
+
name: "Aave Token",
|
|
152
|
+
symbol: "AAVE",
|
|
153
|
+
decimals: 18,
|
|
154
|
+
logoURI: "https://ethereum-optimism.github.io/data/AAVE/logo.svg",
|
|
155
|
+
extensions: {
|
|
156
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
157
|
+
opListId: "default",
|
|
158
|
+
opTokenId: "AAVE"
|
|
159
|
+
}
|
|
160
|
+
},
|
|
147
161
|
{
|
|
148
162
|
chainId: 1,
|
|
149
163
|
address: "0xB98d4C97425d9908E66E53A6fDf673ACcA0BE986",
|
|
@@ -4145,6 +4159,32 @@ var tokens = [
|
|
|
4145
4159
|
opTokenId: "IBEX"
|
|
4146
4160
|
}
|
|
4147
4161
|
},
|
|
4162
|
+
{
|
|
4163
|
+
chainId: 1,
|
|
4164
|
+
address: "0x71b14F197DBB6b937665C78120fC07f8355c2C2C",
|
|
4165
|
+
name: "IDRISS",
|
|
4166
|
+
symbol: "IDRISS",
|
|
4167
|
+
decimals: 18,
|
|
4168
|
+
logoURI: "https://ethereum-optimism.github.io/data/IDRISS/logo.svg",
|
|
4169
|
+
extensions: {
|
|
4170
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
4171
|
+
opListId: "extended",
|
|
4172
|
+
opTokenId: "IDRISS"
|
|
4173
|
+
}
|
|
4174
|
+
},
|
|
4175
|
+
{
|
|
4176
|
+
chainId: 8453,
|
|
4177
|
+
address: "0x000096630066820566162C94874A776532705231",
|
|
4178
|
+
name: "IDRISS",
|
|
4179
|
+
symbol: "IDRISS",
|
|
4180
|
+
decimals: 18,
|
|
4181
|
+
logoURI: "https://ethereum-optimism.github.io/data/IDRISS/logo.svg",
|
|
4182
|
+
extensions: {
|
|
4183
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4184
|
+
opListId: "extended",
|
|
4185
|
+
opTokenId: "IDRISS"
|
|
4186
|
+
}
|
|
4187
|
+
},
|
|
4148
4188
|
{
|
|
4149
4189
|
chainId: 1,
|
|
4150
4190
|
address: "0x1571eD0bed4D987fe2b498DdBaE7DFA19519F651",
|
|
@@ -11171,7 +11211,7 @@ var tokens = [
|
|
|
11171
11211
|
var version = {
|
|
11172
11212
|
major: 10,
|
|
11173
11213
|
minor: 0,
|
|
11174
|
-
patch:
|
|
11214
|
+
patch: 198
|
|
11175
11215
|
};
|
|
11176
11216
|
var optimism_tokenlist_default = {
|
|
11177
11217
|
name,
|