@eth-optimism/tokenlist 10.0.4 → 10.0.5
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-631e7035.d.ts → optimism.tokenlist-6a349055.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.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-03-
|
|
44
|
+
var timestamp = "2024-03-19T16:02:39.843Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -118,6 +118,7 @@ var tokens = [
|
|
|
118
118
|
logoURI: "https://ethereum-optimism.github.io/data/AAVE/logo.svg",
|
|
119
119
|
extensions: {
|
|
120
120
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
121
|
+
modeBridgeAddress: "0x735aDBbE72226BD52e818E7181953f42E3b0FF21",
|
|
121
122
|
opListId: "default",
|
|
122
123
|
opTokenId: "AAVE"
|
|
123
124
|
}
|
|
@@ -135,6 +136,19 @@ var tokens = [
|
|
|
135
136
|
opTokenId: "AAVE"
|
|
136
137
|
}
|
|
137
138
|
},
|
|
139
|
+
{
|
|
140
|
+
chainId: 34443,
|
|
141
|
+
address: "0x7c6b91D9Be155A6Db01f749217d76fF02A7227F2",
|
|
142
|
+
name: "Aave Token",
|
|
143
|
+
symbol: "AAVE",
|
|
144
|
+
decimals: 18,
|
|
145
|
+
logoURI: "https://ethereum-optimism.github.io/data/AAVE/logo.svg",
|
|
146
|
+
extensions: {
|
|
147
|
+
modeBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
148
|
+
opListId: "default",
|
|
149
|
+
opTokenId: "AAVE"
|
|
150
|
+
}
|
|
151
|
+
},
|
|
138
152
|
{
|
|
139
153
|
chainId: 1,
|
|
140
154
|
address: "0x2b95a1dcc3d405535f9ed33c219ab38e8d7e0884",
|
|
@@ -5745,7 +5759,7 @@ var tokens = [
|
|
|
5745
5759
|
var version = {
|
|
5746
5760
|
major: 10,
|
|
5747
5761
|
minor: 0,
|
|
5748
|
-
patch:
|
|
5762
|
+
patch: 5
|
|
5749
5763
|
};
|
|
5750
5764
|
var optimism_tokenlist_default = {
|
|
5751
5765
|
name,
|