@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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2024-03-
|
|
9
|
+
var timestamp = "2024-03-19T16:02:39.843Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -83,6 +83,7 @@ var tokens = [
|
|
|
83
83
|
logoURI: "https://ethereum-optimism.github.io/data/AAVE/logo.svg",
|
|
84
84
|
extensions: {
|
|
85
85
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
86
|
+
modeBridgeAddress: "0x735aDBbE72226BD52e818E7181953f42E3b0FF21",
|
|
86
87
|
opListId: "default",
|
|
87
88
|
opTokenId: "AAVE"
|
|
88
89
|
}
|
|
@@ -100,6 +101,19 @@ var tokens = [
|
|
|
100
101
|
opTokenId: "AAVE"
|
|
101
102
|
}
|
|
102
103
|
},
|
|
104
|
+
{
|
|
105
|
+
chainId: 34443,
|
|
106
|
+
address: "0x7c6b91D9Be155A6Db01f749217d76fF02A7227F2",
|
|
107
|
+
name: "Aave Token",
|
|
108
|
+
symbol: "AAVE",
|
|
109
|
+
decimals: 18,
|
|
110
|
+
logoURI: "https://ethereum-optimism.github.io/data/AAVE/logo.svg",
|
|
111
|
+
extensions: {
|
|
112
|
+
modeBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
113
|
+
opListId: "default",
|
|
114
|
+
opTokenId: "AAVE"
|
|
115
|
+
}
|
|
116
|
+
},
|
|
103
117
|
{
|
|
104
118
|
chainId: 1,
|
|
105
119
|
address: "0x2b95a1dcc3d405535f9ed33c219ab38e8d7e0884",
|
|
@@ -5710,7 +5724,7 @@ var tokens = [
|
|
|
5710
5724
|
var version = {
|
|
5711
5725
|
major: 10,
|
|
5712
5726
|
minor: 0,
|
|
5713
|
-
patch:
|
|
5727
|
+
patch: 5
|
|
5714
5728
|
};
|
|
5715
5729
|
var optimism_tokenlist_default = {
|
|
5716
5730
|
name,
|