@eth-optimism/tokenlist 7.3.31 → 7.3.32
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 +24 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +24 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-52df5edd.d.ts → optimism.tokenlist-8252295b.d.ts} +24 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +24 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +24 -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 = "2023-04-14T15:
|
|
9
|
+
var timestamp = "2023-04-14T15:21:28.012Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -123,6 +123,28 @@ var tokens = [
|
|
|
123
123
|
logoURI: "https://ethereum-optimism.github.io/data/alETH/logo.svg",
|
|
124
124
|
extensions: {}
|
|
125
125
|
},
|
|
126
|
+
{
|
|
127
|
+
chainId: 1,
|
|
128
|
+
address: "0xF17A3fE536F8F7847F1385ec1bC967b2Ca9caE8D",
|
|
129
|
+
name: "Alongside Crypto Market Index",
|
|
130
|
+
symbol: "AMKT",
|
|
131
|
+
decimals: 18,
|
|
132
|
+
logoURI: "https://ethereum-optimism.github.io/data/AMKT/logo.svg",
|
|
133
|
+
extensions: {
|
|
134
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1"
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
chainId: 10,
|
|
139
|
+
address: "0xC27D9BC194a648fE3069955a5126699C4e49351C",
|
|
140
|
+
name: "Alongside Crypto Market Index",
|
|
141
|
+
symbol: "AMKT",
|
|
142
|
+
decimals: 18,
|
|
143
|
+
logoURI: "https://ethereum-optimism.github.io/data/AMKT/logo.svg",
|
|
144
|
+
extensions: {
|
|
145
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010"
|
|
146
|
+
}
|
|
147
|
+
},
|
|
126
148
|
{
|
|
127
149
|
chainId: 1,
|
|
128
150
|
address: "0xba100000625a3754423978a60c9317c58a424e3D",
|
|
@@ -2593,7 +2615,7 @@ var tokens = [
|
|
|
2593
2615
|
var version = {
|
|
2594
2616
|
major: 7,
|
|
2595
2617
|
minor: 3,
|
|
2596
|
-
patch:
|
|
2618
|
+
patch: 32
|
|
2597
2619
|
};
|
|
2598
2620
|
var optimism_tokenlist_default = {
|
|
2599
2621
|
name,
|