@eth-optimism/tokenlist 10.0.109 → 10.0.110
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-7b1e6458.d.ts → optimism.tokenlist-cec031ba.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-08-
|
|
25
|
+
var timestamp = "2024-08-20T15:20:02.750Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -2931,6 +2931,32 @@ var tokens = [
|
|
|
2931
2931
|
opTokenId: "GHST"
|
|
2932
2932
|
}
|
|
2933
2933
|
},
|
|
2934
|
+
{
|
|
2935
|
+
chainId: 1,
|
|
2936
|
+
address: "0xF43F21384d03b5cBbddd58d2de64071e4Ce76AB0",
|
|
2937
|
+
name: "GIGACHAD",
|
|
2938
|
+
symbol: "GIGACHAD",
|
|
2939
|
+
decimals: 18,
|
|
2940
|
+
logoURI: "https://ethereum-optimism.github.io/data/GIGACHAD/logo.png",
|
|
2941
|
+
extensions: {
|
|
2942
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
2943
|
+
opListId: "extended",
|
|
2944
|
+
opTokenId: "GIGACHAD"
|
|
2945
|
+
}
|
|
2946
|
+
},
|
|
2947
|
+
{
|
|
2948
|
+
chainId: 8453,
|
|
2949
|
+
address: "0x4032758A0A5dADC52ea7206fBa72aE3BBf2A44E1",
|
|
2950
|
+
name: "GigaChad",
|
|
2951
|
+
symbol: "GIGACHAD",
|
|
2952
|
+
decimals: 18,
|
|
2953
|
+
logoURI: "https://ethereum-optimism.github.io/data/GIGACHAD/logo.png",
|
|
2954
|
+
extensions: {
|
|
2955
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2956
|
+
opListId: "extended",
|
|
2957
|
+
opTokenId: "GIGACHAD"
|
|
2958
|
+
}
|
|
2959
|
+
},
|
|
2934
2960
|
{
|
|
2935
2961
|
chainId: 1,
|
|
2936
2962
|
address: "0x900dB999074d9277c5DA2A43F252D74366230DA0",
|
|
@@ -9079,7 +9105,7 @@ var tokens = [
|
|
|
9079
9105
|
var version = {
|
|
9080
9106
|
major: 10,
|
|
9081
9107
|
minor: 0,
|
|
9082
|
-
patch:
|
|
9108
|
+
patch: 110
|
|
9083
9109
|
};
|
|
9084
9110
|
var optimism_tokenlist_default = {
|
|
9085
9111
|
name,
|