@eth-optimism/tokenlist 10.0.102 → 10.0.103
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 +28 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-b146eb0d.d.ts → optimism.tokenlist-5fd721e1.d.ts} +28 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +28 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +28 -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-07-
|
|
25
|
+
var timestamp = "2024-07-25T22:16:11.982Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -1269,6 +1269,32 @@ var tokens = [
|
|
|
1269
1269
|
opTokenId: "CIG"
|
|
1270
1270
|
}
|
|
1271
1271
|
},
|
|
1272
|
+
{
|
|
1273
|
+
chainId: 1,
|
|
1274
|
+
address: "0x5C1d9aA868a30795F92fAe903eDc9eFF269044bf",
|
|
1275
|
+
name: "Changer",
|
|
1276
|
+
symbol: "CNG",
|
|
1277
|
+
decimals: 18,
|
|
1278
|
+
logoURI: "https://ethereum-optimism.github.io/data/CNG/logo.svg",
|
|
1279
|
+
extensions: {
|
|
1280
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
1281
|
+
opListId: "extended",
|
|
1282
|
+
opTokenId: "CNG"
|
|
1283
|
+
}
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
chainId: 10,
|
|
1287
|
+
address: "0x1D015bF7d8a6fb0fc30959F3e12355530086b2A5",
|
|
1288
|
+
name: "Changer",
|
|
1289
|
+
symbol: "CNG",
|
|
1290
|
+
decimals: 18,
|
|
1291
|
+
logoURI: "https://ethereum-optimism.github.io/data/CNG/logo.svg",
|
|
1292
|
+
extensions: {
|
|
1293
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1294
|
+
opListId: "extended",
|
|
1295
|
+
opTokenId: "CNG"
|
|
1296
|
+
}
|
|
1297
|
+
},
|
|
1272
1298
|
{
|
|
1273
1299
|
chainId: 1,
|
|
1274
1300
|
address: "0xc8d9871a79551ab4439c9e08f12962e3785f0437",
|
|
@@ -8933,7 +8959,7 @@ var tokens = [
|
|
|
8933
8959
|
var version = {
|
|
8934
8960
|
major: 10,
|
|
8935
8961
|
minor: 0,
|
|
8936
|
-
patch:
|
|
8962
|
+
patch: 103
|
|
8937
8963
|
};
|
|
8938
8964
|
var optimism_tokenlist_default = {
|
|
8939
8965
|
name,
|