@eth-optimism/tokenlist 10.0.197 → 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 +16 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-1ce469a8.d.ts → optimism.tokenlist-9809b5b5.d.ts} +16 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +16 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +16 -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",
|
|
@@ -11197,7 +11211,7 @@ var tokens = [
|
|
|
11197
11211
|
var version = {
|
|
11198
11212
|
major: 10,
|
|
11199
11213
|
minor: 0,
|
|
11200
|
-
patch:
|
|
11214
|
+
patch: 198
|
|
11201
11215
|
};
|
|
11202
11216
|
var optimism_tokenlist_default = {
|
|
11203
11217
|
name,
|