@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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-03-
|
|
25
|
+
var timestamp = "2024-03-19T16:02:39.843Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -99,6 +99,7 @@ var tokens = [
|
|
|
99
99
|
logoURI: "https://ethereum-optimism.github.io/data/AAVE/logo.svg",
|
|
100
100
|
extensions: {
|
|
101
101
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
102
|
+
modeBridgeAddress: "0x735aDBbE72226BD52e818E7181953f42E3b0FF21",
|
|
102
103
|
opListId: "default",
|
|
103
104
|
opTokenId: "AAVE"
|
|
104
105
|
}
|
|
@@ -116,6 +117,19 @@ var tokens = [
|
|
|
116
117
|
opTokenId: "AAVE"
|
|
117
118
|
}
|
|
118
119
|
},
|
|
120
|
+
{
|
|
121
|
+
chainId: 34443,
|
|
122
|
+
address: "0x7c6b91D9Be155A6Db01f749217d76fF02A7227F2",
|
|
123
|
+
name: "Aave Token",
|
|
124
|
+
symbol: "AAVE",
|
|
125
|
+
decimals: 18,
|
|
126
|
+
logoURI: "https://ethereum-optimism.github.io/data/AAVE/logo.svg",
|
|
127
|
+
extensions: {
|
|
128
|
+
modeBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
129
|
+
opListId: "default",
|
|
130
|
+
opTokenId: "AAVE"
|
|
131
|
+
}
|
|
132
|
+
},
|
|
119
133
|
{
|
|
120
134
|
chainId: 1,
|
|
121
135
|
address: "0x2b95a1dcc3d405535f9ed33c219ab38e8d7e0884",
|
|
@@ -5726,7 +5740,7 @@ var tokens = [
|
|
|
5726
5740
|
var version = {
|
|
5727
5741
|
major: 10,
|
|
5728
5742
|
minor: 0,
|
|
5729
|
-
patch:
|
|
5743
|
+
patch: 5
|
|
5730
5744
|
};
|
|
5731
5745
|
var optimism_tokenlist_default = {
|
|
5732
5746
|
name,
|